Newer
Older
CamaraComercioWeb / src / styles / variables.scss
Fabian Vera on 28 Sep 2021 163 bytes [add] starting the project

:root{
    --base-color-primary: #b72929;
    --base-color-secondary: #ffd600;
    --base-color-yellow: #ffd600;
    --rounded-small: 5px;
}

* {
    margin: 0;
}