mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
docs css: minor cleanup (#29266)
This commit is contained in:
parent
8e26010d06
commit
294fcddeac
@ -11,7 +11,6 @@
|
|||||||
@include border-radius();
|
@include border-radius();
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
margin-top: 0;
|
|
||||||
margin-bottom: .25rem;
|
margin-bottom: .25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -50,7 +50,6 @@
|
|||||||
height: 6rem;
|
height: 6rem;
|
||||||
padding: 1.5rem;
|
padding: 1.5rem;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-shadow: 0 -.125rem 0 rgba(0, 0, 0, .1);
|
|
||||||
@include border-radius(25%);
|
@include border-radius(25%);
|
||||||
box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
|
box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
|
||||||
|
|
||||||
@ -78,9 +77,4 @@
|
|||||||
|
|
||||||
.masthead-followup {
|
.masthead-followup {
|
||||||
.bd-clipboard { display: none; }
|
.bd-clipboard { display: none; }
|
||||||
|
|
||||||
.highlight {
|
|
||||||
// padding: .5rem 0;
|
|
||||||
// background-color: transparent;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -20,15 +20,12 @@
|
|||||||
|
|
||||||
.navbar-nav {
|
.navbar-nav {
|
||||||
.nav-link {
|
.nav-link {
|
||||||
padding-right: .5rem;
|
|
||||||
padding-left: .5rem;
|
|
||||||
color: rgba($white, .85);
|
color: rgba($white, .85);
|
||||||
|
|
||||||
&.active,
|
&.active,
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
color: $white;
|
color: $white;
|
||||||
background-color: transparent;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
|
Loading…
Reference in New Issue
Block a user