Evo.Auth/apps/web/styles/button.css
vchikalkin 8a1f6997ea apps/web: remove elements components
define global elements css
2024-05-03 13:38:17 +03:00

17 lines
319 B
CSS

button {
background-color: var(--color-primary);
font-family: Montserrat;
border: 0;
color: #fff;
cursor: pointer;
font-size: 14px;
font-weight: bold;
line-height: 2;
outline: 0;
padding: 0.55rem 0.75rem;
text-align: center;
text-transform: uppercase;
vertical-align: middle;
width: 100%;
}