mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 08:39:56 +02:00
Switch to stylelint. (#23572)
This commit is contained in:
@@ -90,7 +90,8 @@
|
||||
|
||||
.close {
|
||||
padding: $modal-header-padding;
|
||||
margin: (-$modal-header-padding) (-$modal-header-padding) (-$modal-header-padding) auto; // auto on the left force icon to the right even when there is no .modal-title
|
||||
// auto on the left force icon to the right even when there is no .modal-title
|
||||
margin: (-$modal-header-padding) (-$modal-header-padding) (-$modal-header-padding) auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user