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>
|
||||
</ul>
|
||||
</div>
|
||||
<span class='conversation-title'>Signal</span>
|
||||
<span class='title-text'>Signal</span>
|
||||
<div class='socket-status'></div>
|
||||
</div>
|
||||
<div class='gutter'>
|
||||
|
|
|
@ -57,8 +57,6 @@ body {
|
|||
}
|
||||
|
||||
.title-text {
|
||||
display: block;
|
||||
text-align: center;
|
||||
height: $header-height;
|
||||
line-height: $header-height;
|
||||
font-family: $roboto-light;
|
||||
|
|
|
@ -60,8 +60,6 @@ body {
|
|||
float: right; }
|
||||
|
||||
.title-text {
|
||||
display: block;
|
||||
text-align: center;
|
||||
height: 36px;
|
||||
line-height: 36px;
|
||||
font-family: Roboto-Light, "Helvetica Neue", Arial, Helvetica, sans-serif; }
|
||||
|
|
Loading…
Reference in a new issue