Newer
Older
CamaraComercioWeb / src / styles.scss
Fabian Vera on 28 Sep 2021 367 bytes [add] css variables added
/* You can add global styles to this file, and also import other style files */
@import url('./styles/variables.scss');
@import url('./styles/shared.scss');

* {
    margin: 0;
    width: 100%;
}

.button-only-icon{
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    border-radius: var(--rounded-small);
    margin: 0 .3rem 0 .3rem ;
    background: none;
}