0
0
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:
XhmikosR 2019-08-18 16:57:25 +03:00 committed by GitHub
parent 8e26010d06
commit 294fcddeac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 10 deletions

View File

@ -11,7 +11,6 @@
@include border-radius();
h4 {
margin-top: 0;
margin-bottom: .25rem;
}

View File

@ -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;
}
}

View File

@ -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 {