File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666
6767 & -heading {
6868 font-weight : var (--font-weight-base );
69- font-size : var (--font-size-d-1 );
69+ font-size : var (--font-size-base );
7070 margin : 0 ;
7171 margin-bottom : var (--spacing-1 );
7272 }
112112 width : 100% ;
113113 padding : var (--spacing-half );
114114 box-sizing : border-box ;
115- font-size : var (--font-size-d-1 );
116115 display : flex ;
117116 align-items : center ;
118117 justify-content : center ;
133132 }
134133
135134 & -name {
136- font-size : var ( --font-size-d-1 ) ;
137- text-transform : uppercase ;
135+ font-variant : small-caps ;
136+ text-transform : lowercase ;
138137 margin : var (--spacing-half ) 0 ;
139138 }
140139
271270
272271.font-size-medium {
273272 .sense-hat-controls {
274- & -panel__control-name , & -panel__control-toggle , & - heading {
275- font-size : var (--font-size-u-1 );
273+ & -heading {
274+ font-size : var (--font-size-u-2 );
276275 }
277276 }
278277 .sense-hat-model-orientation__reading {
282281
283282.font-size-large {
284283 .sense-hat-controls {
285- & -panel__control-name , & -panel__control-toggle , & - heading {
286- font-size : var (--font-size-u-3 );
284+ & -heading {
285+ font-size : var (--font-size-u-4 );
287286 }
288287 }
289288 .sense-hat-model-orientation__reading {
Original file line number Diff line number Diff line change @@ -28,10 +28,6 @@ code {
2828button {
2929 all : initial ;
3030 font-size : inherit ;
31-
32- svg {
33- fill : inherit ;
34- }
3531}
3632
3733.--light {
@@ -49,6 +45,12 @@ button {
4945 fill : $editor-white ;
5046 }
5147
48+ button {
49+ svg {
50+ fill : inherit ;
51+ }
52+ }
53+
5254 .react-tabs__tab--selected {
5355 background-color : $editor-grey ;
5456 color : inherit ;
You can’t perform that action at this time.
0 commit comments