mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
tweak design elsewhere
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
@include border-top-radius(.25rem);
|
||||
|
||||
+ .bd-clipboard + .highlight {
|
||||
@include border-bottom-radius(.25rem);
|
||||
@include border-top-radius(0);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -321,6 +321,7 @@
|
||||
|
||||
@include media-breakpoint-up(md) {
|
||||
padding: .75rem 1.5rem;
|
||||
@include border-radius(.375rem);
|
||||
}
|
||||
|
||||
pre {
|
||||
|
||||
@@ -78,13 +78,13 @@
|
||||
@include border-radius(.5rem);
|
||||
box-shadow: $dropdown-box-shadow;
|
||||
|
||||
li + li {
|
||||
margin-top: .125rem;
|
||||
}
|
||||
|
||||
.dropdown-item {
|
||||
@include border-radius(.25rem);
|
||||
|
||||
+ .dropdown-item {
|
||||
margin-top: .125rem;
|
||||
}
|
||||
|
||||
&:active {
|
||||
.bi {
|
||||
color: inherit !important; // stylelint-disable-line declaration-no-important
|
||||
|
||||
Reference in New Issue
Block a user