mirror of
https://github.com/kremalicious/krtmn.git
synced 2024-12-22 17:23:33 +01:00
11 lines
194 B
CSS
11 lines
194 B
CSS
/*Buttons*/
|
|
input.button {
|
|
background: #57bbae;
|
|
color: #fff;
|
|
border: none;
|
|
font-weight: 400;
|
|
text-transform: uppercase;
|
|
padding: .5rem 1rem;
|
|
border-radius: .25rem;
|
|
}
|