removed important from css

This commit is contained in:
Mo Bitar
2017-03-16 15:33:49 -05:00
parent 53b51bbfbd
commit 6ca0811f98
9 changed files with 39 additions and 51 deletions

View File

@@ -16,24 +16,19 @@ $heading-height: 75px;
padding: 0;
}
.section-title-bar {
border-bottom: none !important;
height: $heading-height !important;
}
.section-menu {
flex: 1 0 28px;
max-height: 28px;
}
}
.editor-heading {
#editor-title-bar {
width: 100%;
padding: 15px;
padding-top: 0px;
background-color: white;
border-bottom: none;
height: $heading-height;
min-height: $heading-height;
padding-right: 10px;
@@ -64,8 +59,8 @@ $heading-height: 75px;
}
.save-status {
width: 20% !important;
#save-status {
width: 20%;
float: right;
position: absolute;
@@ -74,7 +69,6 @@ $heading-height: 75px;
text-transform: none;
font-weight: normal;
margin-top: 4px;
width: 120px;
text-align: right;
color: rgba(black, 0.23);
}