both mobile and desktop
This commit is contained in:
parent
1492a8f871
commit
c0c0bfa35e
|
@ -130,7 +130,6 @@
|
||||||
}
|
}
|
||||||
.unread-private-messages {
|
.unread-private-messages {
|
||||||
left: -4px;
|
left: -4px;
|
||||||
background-color: $success;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.flagged-posts {
|
.flagged-posts {
|
||||||
|
@ -138,6 +137,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* needs to be global, used in user-drop down and user page too */
|
||||||
|
.unread-private-messages {
|
||||||
|
background-color: $success;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#main {
|
#main {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
|
@ -132,7 +132,7 @@
|
||||||
background-color: $danger;
|
background-color: $danger;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* this needs to be global since it is used on the user page, left hand column, messages */
|
/* needs to be global, used in user-drop down and user page too */
|
||||||
.unread-private-messages {
|
.unread-private-messages {
|
||||||
background-color: $success;
|
background-color: $success;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue