summaryrefslogtreecommitdiff
path: root/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_alerts.scss
diff options
context:
space:
mode:
authorRadomir Dopieralski <openstack@sheep.art.pl>2020-03-02 21:26:30 +0100
committerRadomir Dopieralski <openstack@sheep.art.pl>2020-03-16 14:01:36 +0000
commit1ba0b953862e953a8af9fc8a0f1c9ff372b169cf (patch)
treeef1e7d562e0b1f6e24004ba0318eca5b6f60edc6 /xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_alerts.scss
parentca68078e755659b32c61cdf9766fd1ea83c45485 (diff)
downloadxstatic-bootstrap-scss-master.tar.gz
Upgrade to 3.4.1HEAD3.4.1.0master
Change-Id: I38c8d1114fd6e6629b4f3a16a85e3e35d8d8d3d6
Diffstat (limited to 'xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_alerts.scss')
-rw-r--r--xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_alerts.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_alerts.scss b/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_alerts.scss
index 7d1e1fd..f9e69bd 100644
--- a/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_alerts.scss
+++ b/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_alerts.scss
@@ -15,8 +15,7 @@
// Headings for larger alerts
h4 {
margin-top: 0;
- // Specified for the h4 to prevent conflicts of changing $headings-color
- color: inherit;
+ color: inherit; // Specified for the h4 to prevent conflicts of changing $headings-color
}
// Provide class for links that match alerts
@@ -39,7 +38,8 @@
//
// Expand the right padding and account for the close button's positioning.
-.alert-dismissable, // The misspelled .alert-dismissable was deprecated in 3.2.0.
+// The misspelled .alert-dismissable was deprecated in 3.2.0.
+.alert-dismissable,
.alert-dismissible {
padding-right: ($alert-padding + 20);