1
0
mirror of https://github.com/kremalicious/krtmn.git synced 2024-12-22 17:23:33 +01:00
krtmn/user/css/_buttons.css

11 lines
194 B
CSS
Raw Normal View History

2016-04-29 23:53:42 +02:00
/*Buttons*/
input.button {
background: #57bbae;
color: #fff;
border: none;
font-weight: 400;
text-transform: uppercase;
padding: .5rem 1rem;
border-radius: .25rem;
}