factor out remaining # colours

This commit is contained in:
Matthew Hodgson 2017-01-16 23:13:47 +00:00
parent cab5bf8849
commit 87fd136e21
14 changed files with 51 additions and 47 deletions

View file

@ -101,7 +101,7 @@ limitations under the License.
text-transform: uppercase;
font-weight: 600;
font-size: 11px;
color: #61c295;
color: $accent-fg-color;
}
.mx_RoomDirectory_topic {
@ -110,7 +110,7 @@ limitations under the License.
.mx_RoomDirectory_alias {
font-size: 12px;
color: #b3b3b3;
color: $settings-grey-fg-color;
}
.mx_RoomDirectory_roomMemberCount {

View file

@ -70,8 +70,7 @@ limitations under the License.
border-right-style: none;
border-top-style: solid;
border-top-width: 1px;
border-color: #bbbbbb;
opacity: 0.4;
border-color: $menu-border-color;
}
.mx_RoomTagContextMenu_fieldSet .mx_RoomTagContextMenu_icon {

View file

@ -29,10 +29,8 @@ limitations under the License.
order: 1;
flex: 1 1 10%;
min-width: 60px;
/*
background-color: #080;
height: 20px;
*/
// background-color: #080;
// height: 20px;
}
.mx_ImageView_content {
@ -41,7 +39,6 @@ limitations under the License.
min-width: 0px;
height: 90%;
flex: 15 15 0;
display: flex;
align-items: center;
justify-content: center;
@ -132,8 +129,6 @@ limitations under the License.
order: 3;
flex: 1 1 10%;
min-width: 300px;
/*
background-color: #800;
height: 20px;
*/
// background-color: #800;
// height: 20px;
}