How can I increase button size in the Dawn theme?

Hi. I’m trying to make these buttons bigger, but I’m not sure where I set the dimensions. I’m using the Dawn theme, my site is https://siaqa.com/

Thank you.

@elliot14 , go to your base.css and add the following code :

.header__icon .icon {
    height: 3rem !important;
    width: 3rem !important;
    
}

Thank you so much, again! :raising_hands: Is there anyway I can make the cart button bigger too?

Capture.JPG

@elliot14 , Add the following code :

svg.icon.icon-cart-empty {
    height: 4rem !important;
    width: 4rem !important;
}