File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
app/common/fretonator/scale-map Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 39
39
display : flex ;
40
40
flex-direction : row ;
41
41
justify-content : center ;
42
+ align-items : center ;
43
+ height : $infoContainer_info_row_height ;
42
44
}
43
45
44
46
.degreesDisplay__degree {
103
105
display : flex ;
104
106
justify-content : space-between ;
105
107
align-items : center ;
108
+ height : $infoContainer_info_row_height ;
106
109
}
107
110
108
111
.scaleDisplay__note {
Original file line number Diff line number Diff line change
1
+ @import ' ./functions' ;
2
+
1
3
$grid-unit : 8 !default ;
2
4
3
5
$screen-sm : 600px !default ;
@@ -11,6 +13,8 @@ $focus_box_shadow_color_alt: #474350 !default;
11
13
$fretonator_max_width : 980px !default ;
12
14
$mode_selector_max_width : 800px !default ;
13
15
16
+ $infoContainer_info_row_height : pxToRem ($grid-unit * 8 );
17
+
14
18
$hamburger_padding-x : 16px ;
15
19
$hamburger_padding-y : 16px ;
16
20
$hamburger_layer-width : 32px ;
You can’t perform that action at this time.
0 commit comments