mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Remove unneeded suppression and clean up docs less files.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// stylelint-disable property-no-vendor-prefix, selector-max-id, selector-no-qualifying-type
|
||||
// stylelint-disable selector-max-id, selector-no-qualifying-type
|
||||
|
||||
.bs-customizer .toggle {
|
||||
float: right;
|
||||
@@ -57,7 +57,6 @@
|
||||
color: #fff;
|
||||
background-color: #d9534f;
|
||||
border-bottom: 1px solid #b94441;
|
||||
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
|
||||
}
|
||||
.bs-customizer-alert .close {
|
||||
@@ -75,7 +74,6 @@
|
||||
color: #fff;
|
||||
background-color: #a83c3a;
|
||||
border-color: #973634;
|
||||
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
|
||||
box-shadow: inset 0 2px 4px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user