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