Fix heade text style
This commit is contained in:
parent
00ef30b283
commit
877b34579a
3 changed files with 1 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
||||||
<li><a class='settings'>Settings</a></li>
|
<li><a class='settings'>Settings</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<span class='conversation-title'>Signal</span>
|
<span class='title-text'>Signal</span>
|
||||||
<div class='socket-status'></div>
|
<div class='socket-status'></div>
|
||||||
</div>
|
</div>
|
||||||
<div class='gutter'>
|
<div class='gutter'>
|
||||||
|
|
|
@ -57,8 +57,6 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.title-text {
|
.title-text {
|
||||||
display: block;
|
|
||||||
text-align: center;
|
|
||||||
height: $header-height;
|
height: $header-height;
|
||||||
line-height: $header-height;
|
line-height: $header-height;
|
||||||
font-family: $roboto-light;
|
font-family: $roboto-light;
|
||||||
|
|
|
@ -60,8 +60,6 @@ body {
|
||||||
float: right; }
|
float: right; }
|
||||||
|
|
||||||
.title-text {
|
.title-text {
|
||||||
display: block;
|
|
||||||
text-align: center;
|
|
||||||
height: 36px;
|
height: 36px;
|
||||||
line-height: 36px;
|
line-height: 36px;
|
||||||
font-family: Roboto-Light, "Helvetica Neue", Arial, Helvetica, sans-serif; }
|
font-family: Roboto-Light, "Helvetica Neue", Arial, Helvetica, sans-serif; }
|
||||||
|
|
Loading…
Reference in a new issue