skin simpleheader

This commit is contained in:
Matthew Hodgson 2015-11-11 01:59:56 +01:00
parent c2af09fbaa
commit 5aa468f1e3

View File

@ -90,9 +90,9 @@ limitations under the License.
.mx_RoomHeader_simpleHeader { .mx_RoomHeader_simpleHeader {
line-height: 83px; line-height: 83px;
color: #76cfa6; color: #454545;
font-weight: 400; font-size: 24px;
font-size: 20px; font-weight: bold;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
} }
@ -102,7 +102,7 @@ limitations under the License.
vertical-align: middle; vertical-align: middle;
height: 28px; height: 28px;
color: #454545; color: #454545;
font-weight: 800; font-weight: bold;
font-size: 24px; font-size: 24px;
padding-left: 19px; padding-left: 19px;
padding-right: 16px; padding-right: 16px;