remove some redundant mobile styles
This commit is contained in:
parent
f4b5338c79
commit
43afae495f
|
@ -11,14 +11,6 @@
|
||||||
padding: 6px 0 3px 0;
|
padding: 6px 0 3px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav.post-controls {
|
|
||||||
background-color: $secondary;
|
|
||||||
padding: 0;
|
|
||||||
border-right: 1px solid scale-color-diff();
|
|
||||||
clear: both;
|
|
||||||
button {color: scale-color($primary, $lightness: 50%);
|
|
||||||
}
|
|
||||||
|
|
||||||
span.badge-posts {
|
span.badge-posts {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
@ -31,19 +23,13 @@ span.badge-posts {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
button.create {
|
button.create {
|
||||||
float: right !important;
|
float: right !important;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
color: $primary;
|
color: $primary;
|
||||||
padding-right: 7px;}
|
padding-right: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.create i {
|
|
||||||
margin-right: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
button {
|
button {
|
||||||
border: none;
|
border: none;
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
|
@ -80,9 +66,11 @@ button {
|
||||||
}
|
}
|
||||||
|
|
||||||
nav.post-controls {
|
nav.post-controls {
|
||||||
position: relative;
|
clear: both;
|
||||||
|
button {color: scale-color($primary, $lightness: 50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.post-admin-menu {
|
.post-admin-menu {
|
||||||
background-color: $secondary;
|
background-color: $secondary;
|
||||||
width: 205px;
|
width: 205px;
|
||||||
|
|
Loading…
Reference in New Issue