You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
375 B
22 lines
375 B
2 years ago
|
.btn-primary,
|
||
|
.btn-outline-primary {
|
||
|
font-weight: $font-weight-bold;
|
||
|
}
|
||
|
|
||
|
.btn-primary,
|
||
|
.btn-secondary {
|
||
|
border-color: #aaa;
|
||
|
text-shadow: 0 1px 0 #fff;
|
||
|
background-image: linear-gradient(#f8f8f8, #d8d8d8);
|
||
|
|
||
|
&:hover {
|
||
|
background-image: linear-gradient(#fff, #ddd);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.btn-outline-primary,
|
||
|
.btn-outline-secondary {
|
||
|
color: $body-color;
|
||
|
border-color: #aaa;
|
||
|
}
|