add srobo button variant
This commit is contained in:
parent
0c1b8b369a
commit
b674b04648
1 changed files with 9 additions and 0 deletions
|
@ -8,12 +8,21 @@
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn.btn-github {
|
.btn.btn-github {
|
||||||
@include button-variant(#333, #F5F5F5, #D8D8D8);
|
@include button-variant(#333, #F5F5F5, #D8D8D8);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$btn-srobo-bg: #253571;
|
||||||
|
$btn-srobo-border: darken($btn-srobo-bg, 5%);
|
||||||
|
|
||||||
|
.btn-srobo {
|
||||||
|
@include button-variant(#DADADA, $btn-srobo-bg, $btn-srobo-border);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.highlight > pre {
|
.highlight > pre {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
font-size: $font-size-base;
|
font-size: $font-size-base;
|
||||||
|
|
Reference in a new issue