normalize mobile reply button styles
This commit is contained in:
parent
76ebe40b15
commit
dc8039d70b
|
@ -44,12 +44,6 @@ button {
|
|||
margin:10px 0 10px 0;
|
||||
}
|
||||
&.has-like {color: $love;}
|
||||
&.create {
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
color: $primary;
|
||||
padding-right: 7px;
|
||||
}
|
||||
.read-icon {
|
||||
&:before {
|
||||
font-family: "FontAwesome";
|
||||
|
@ -69,6 +63,13 @@ button {
|
|||
}
|
||||
|
||||
|
||||
/* shift post reply button to the right and make it black */
|
||||
.post-controls button.create {
|
||||
float: right;
|
||||
color: $primary;
|
||||
}
|
||||
|
||||
|
||||
.post-admin-menu {
|
||||
background-color: $secondary;
|
||||
width: 205px;
|
||||
|
|
Loading…
Reference in New Issue