Skip to content

Commit 8dd71b1

Browse files
committed
font style
1 parent b2290b9 commit 8dd71b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/dashboard/Data/Views/Views.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
55
}
66

77
.headerWrap {
8+
@include MonospaceFont;
89
display: inline-block;
910
vertical-align: top;
1011
background: #66637A;
1112
color: white;
13+
font-size: 12px;
1214
line-height: 30px;
1315
padding: 0 16px;
1416
border-right: 1px solid #e3e3ea;
@@ -27,6 +29,8 @@
2729
}
2830

2931
.headerLabel {
32+
color: white;
33+
font-size: 12px;
3034
overflow: hidden;
3135
text-overflow: ellipsis;
3236
white-space: nowrap;

0 commit comments

Comments
 (0)