2
0
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:
Mark Otto
2013-03-31 17:24:06 -07:00
parent d5fa1d80bb
commit 626189dbfc
4 changed files with 25 additions and 25 deletions
+4 -4
View File
@@ -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 {