Skip to content

Commit 51ab46d

Browse files
committed
Adjustments for new fonts
1 parent 00229e3 commit 51ab46d

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

components/BrowserFilter/BrowserFilter.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
}
4949

5050
.entry, .title {
51-
@include DosisFont;
51+
@include NotoSansFont;
5252
position: relative;
5353
bottom: -4px;
5454
font-size: 14px;

components/BrowserMenu/BrowserMenu.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838

3939
.entry, .title {
40-
@include DosisFont;
40+
@include NotoSansFont;
4141
font-size: 14px;
4242
color: #ffffff;
4343
cursor: pointer;

components/Sidebar/Sidebar.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
}
6565

6666
.footer {
67-
@include DosisFont;
67+
@include NotoSansFont;
6868
position: absolute;
6969
background: #05283c;
7070
height: 36px;
@@ -351,7 +351,7 @@ a.subitem {
351351
}
352352

353353
a {
354-
@include DosisFont;
354+
@include NotoSansFont;
355355
display: block;
356356
height: 30px;
357357
line-height: 31px;

dashboard/Apps/AppsIndex.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
margin-top: 8px;
146146

147147
&:last-of-type {
148-
margin-top: 13px;
148+
margin-top: 5px;
149149
}
150150
}
151151
}
@@ -163,7 +163,6 @@
163163
.section {
164164
font-size: 12px;
165165
color: #ffffff;
166-
margin: 0px 0 6px 0;
167166
}
168167

169168
.count {

0 commit comments

Comments
 (0)