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,24 +7,15 @@
color: $default-text;
text-align: center;
font-size: 18px;
background-color: $border-light;
background-color: rgba($default-text, 0.3);
padding: 12px 5px;
}
}
.grid-h{
margin-top: 10px;
margin-top: 40px;
margin-bottom: 0;
&:first-child{
margin-top: 0;
}
}
body.badmin-transparent {
.show-grid div[class^=col-]{
div {
color: $default;
background-color: rgba(255, 255, 255, 0.3);
}
}
}