File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
src/embeddedFrontend/styles Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1- @import url (' https://fonts.googleapis.com/css?family=Montserrat:300,400' );
2-
31$background :#222 ;
42$background-even :#2c2c2c ;
53$foreground :#f9f9f9 ;
Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments