mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
@state-*-background to @state-*-bg vars
This commit is contained in:
+4
-4
@@ -10,7 +10,7 @@
|
||||
padding: 8px 35px 8px 14px;
|
||||
margin-bottom: @line-height-base;
|
||||
color: @state-warning-text;
|
||||
background-color: @state-warning-background;
|
||||
background-color: @state-warning-bg;
|
||||
border: 1px solid @state-warning-border;
|
||||
border-radius: @border-radius-base;
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
// -------------------------
|
||||
|
||||
.alert-success {
|
||||
background-color: @state-success-background;
|
||||
background-color: @state-success-bg;
|
||||
border-color: @state-success-border;
|
||||
color: @state-success-text;
|
||||
hr {
|
||||
@@ -58,7 +58,7 @@
|
||||
}
|
||||
.alert-danger,
|
||||
.alert-error {
|
||||
background-color: @state-danger-background;
|
||||
background-color: @state-danger-bg;
|
||||
border-color: @state-danger-border;
|
||||
color: @state-danger-text;
|
||||
hr {
|
||||
@@ -70,7 +70,7 @@
|
||||
}
|
||||
}
|
||||
.alert-info {
|
||||
background-color: @state-info-background;
|
||||
background-color: @state-info-bg;
|
||||
border-color: @state-info-border;
|
||||
color: @state-info-text;
|
||||
hr {
|
||||
|
||||
Reference in New Issue
Block a user