Small ui improvements

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets
2014-05-31 14:00:23 +03:00
parent 1a97db413b
commit c2c43e6aa1
2 changed files with 18 additions and 2 deletions
@@ -60,8 +60,8 @@
}
.title {
font-size: 22px;
font-weight: 500;
font-size: 26px;
font-weight: normal;
line-height: 1.5;
margin: 0;
color: #333;
+16
View File
@@ -271,6 +271,10 @@ ul.breadcrumb {
color: #ffffff;
background-color: $bg_danger;
border-color: $border_danger;
a {
color: #FFF;
text-decoration: underline;
}
}
}
@@ -280,6 +284,10 @@ ul.breadcrumb {
color: #ffffff;
background-color: $bg_success;
border-color: $border_success;
a {
color: #FFF;
text-decoration: underline;
}
}
}
@@ -289,6 +297,10 @@ ul.breadcrumb {
color: #ffffff;
background-color: $bg_primary;
border-color: $border_primary;
a {
color: #FFF;
text-decoration: underline;
}
}
}
@@ -298,5 +310,9 @@ ul.breadcrumb {
color: #ffffff;
background-color: $bg_warning;
border-color: $border_warning;
a {
color: #FFF;
text-decoration: underline;
}
}
}