Commit 56b96838 by Sartika Aritonang

Upload New File

parent 07ebf313
// Bootstrap overrides for this template
.btn {
font-size: 14px;
font-weight: 800;
padding: 15px 25px;
letter-spacing: 1px;
text-transform: uppercase;
border-radius: 0;
@include sans-serif-font;
}
.btn-primary {
background-color: $primary;
border-color: $primary;
&:hover,
&:focus,
&:active {
color: $white;
background-color: darken($primary, 7.5) !important;
border-color: darken($primary, 7.5) !important;
}
}
.btn-lg {
font-size: 16px;
padding: 25px 35px;
}
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