mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 08:15:00 +00:00
normalize mobile reply button styles
This commit is contained in:
parent
76ebe40b15
commit
dc8039d70b
@ -44,12 +44,6 @@ button {
|
|||||||
margin:10px 0 10px 0;
|
margin:10px 0 10px 0;
|
||||||
}
|
}
|
||||||
&.has-like {color: $love;}
|
&.has-like {color: $love;}
|
||||||
&.create {
|
|
||||||
float: right;
|
|
||||||
margin-right: 0;
|
|
||||||
color: $primary;
|
|
||||||
padding-right: 7px;
|
|
||||||
}
|
|
||||||
.read-icon {
|
.read-icon {
|
||||||
&:before {
|
&:before {
|
||||||
font-family: "FontAwesome";
|
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 {
|
.post-admin-menu {
|
||||||
background-color: $secondary;
|
background-color: $secondary;
|
||||||
width: 205px;
|
width: 205px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user