Skip to content

Commit c727017

Browse files
authored
Merge pull request #321 from Ruud-Gerrits/master
fix: offline support
2 parents 5f652ba + cd34303 commit c727017

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

src/embeddedFrontend/styles/_main.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400');
2-
31
$background:#222;
42
$background-even:#2c2c2c;
53
$foreground:#f9f9f9;

src/embeddedFrontend/styles/resultView.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $menuBaseHeight: 20px;
3434
$menuHeight: $menuBaseHeight * 2;
3535

3636
.resultViewMenuComponent {
37-
font-family: 'Montserrat', sans-serif;
37+
font-family: sans-serif;
3838
// text-transform: uppercase;
3939
font-size: 13px;
4040
font-weight: 300;
@@ -149,7 +149,7 @@ $menuHeight: $menuBaseHeight * 2;
149149

150150
input {
151151
border: 0;
152-
font-family: 'Montserrat', sans-serif;
152+
font-family: sans-serif;
153153
font-weight: 300;
154154
padding:0 $menuBaseHeight 0 $menuBaseHeight;
155155
// line-height: 20px;
@@ -633,7 +633,7 @@ $commandDetailComponentWidth: 40%;
633633
}
634634

635635
.sourceCodeMenuComponent {
636-
font-family: 'Montserrat', sans-serif;
636+
font-family: sans-serif;
637637
// text-transform: uppercase;
638638
font-size: 13px;
639639
font-weight: 300;
@@ -715,7 +715,7 @@ $commandDetailComponentWidth: 40%;
715715

716716
input {
717717
border: 0;
718-
font-family: 'Montserrat', sans-serif;
718+
font-family: sans-serif;
719719
font-weight: 300;
720720
padding:0 $menuBaseHeight 0 $menuBaseHeight;
721721
// line-height: 20px;

0 commit comments

Comments
 (0)