Commit dec1a6e3 by Sartika Aritonang

Upload New File

parent 16bffdcc
.btn {
box-shadow: 0 .1875rem .1875rem 0 rgba(0,0,0,.1) !important;
padding: 1.25rem 2rem;
font-family: 'Varela Round';
font-size: 80%;
text-transform: uppercase;
letter-spacing: .15rem;
border: 0;
}
.btn-primary {
background-color: $primary;
&:hover {
background-color: darken($primary, 10%);
}
&:focus {
background-color: darken($primary, 10%);
color: white;
}
&:active {
background-color: darken($primary, 15%) !important;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment