Move button-specific CSS to partial.
This commit is contained in:
parent
bc3ce2c5b4
commit
a2ff7a6046
18
docs/_sass/_s2-docs-buttons.scss
Normal file
18
docs/_sass/_s2-docs-buttons.scss
Normal file
@ -0,0 +1,18 @@
|
||||
.btn-outline-inverse {
|
||||
color: #428BCA;
|
||||
background-color: transparent;
|
||||
border-color: #428BCA;
|
||||
padding: 15px 30px;
|
||||
font-size: 20px;
|
||||
transition: all .1s ease-in-out;
|
||||
|
||||
&:hover {
|
||||
color: #fff;
|
||||
border-color: #428BCA;
|
||||
background-color: #428BCA;
|
||||
}
|
||||
|
||||
.fa {
|
||||
margin-right: 8px;
|
||||
}
|
||||
}
|
@ -10,6 +10,7 @@
|
||||
@import "s2-docs-home";
|
||||
@import "s2-docs-examples";
|
||||
@import "s2-docs-social";
|
||||
@import "s2-docs-buttons";
|
||||
@import "anchorjs";
|
||||
@import "jumbotron";
|
||||
@import "prettify";
|
||||
@ -18,23 +19,6 @@
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.btn-outline-inverse {
|
||||
color: #428BCA;
|
||||
background-color: transparent;
|
||||
border-color: #428BCA;
|
||||
padding: 15px 30px;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.btn-outline-inverse .fa {
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.btn-outline-inverse:hover {
|
||||
color: #fff;
|
||||
border-color: #428BCA;
|
||||
background-color: #428BCA;
|
||||
}
|
||||
|
||||
.version {
|
||||
color: #999;
|
||||
|
Loading…
Reference in New Issue
Block a user