removed important from css
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user