more factoring

This commit is contained in:
Matthew Hodgson 2017-01-17 02:00:34 +00:00
parent 87fd136e21
commit 4f8d3b0e2b
6 changed files with 10 additions and 5 deletions

View file

@ -58,7 +58,8 @@ limitations under the License.
width: 25px;
height: 5px;
border-radius: 5px;
background-color: rgba(118, 207, 166, 0.2);
background-color: $accent-color;
opacity: 0.2;
}
.mx_RightPanel_headerButton_badge {

View file

@ -101,7 +101,7 @@ limitations under the License.
text-transform: uppercase;
font-weight: 600;
font-size: 11px;
color: $accent-fg-color;
color: $accent-color;
}
.mx_RoomDirectory_topic {