styles refactoring as per 1.x theme update

This commit is contained in:
nixa 2016-05-16 16:30:56 +03:00
parent 6c8e632164
commit 06d0dc1c99
23 changed files with 590 additions and 705 deletions

View file

@ -7,7 +7,7 @@
h1.al-title {
font-weight: $font-bold;
color: #ffffff;
color: $default-text;
float: left;
width: auto;
margin: 0;
@ -19,14 +19,14 @@ h1.al-title {
.al-breadcrumb {
background: none;
color: #ffffff;
color: $default-text;
padding: 0;
margin: 0;
float: right;
padding-top: 11px;
li {
font-size: 18px;
font-weight: $font-light;
font-weight: $font-normal;
}
}