File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 background : adjust-color (green , $alpha : -0.8 );
3838 }
3939
40+ .device-type-cell img {
41+ filter : #{" invert()" } ;
42+ }
4043}
Original file line number Diff line number Diff line change 346346// Special device variants page
347347
348348.device-types-row {
349- background : #F8F8F8 ;
349+ background : var ( --background-1 ) ;
350350 padding : 0 ;
351351}
352352
378378 }
379379
380380 & .light {
381- background : #FFF ;
381+ background : var ( --background ) ;
382382 }
383383
384384 img {
399399 & .construction {
400400 .label {
401401 background : #ffd600 ;
402+ color : black ;
402403 }
403404 img {
404405 opacity : 0.3 ;
414415
415416 ul {
416417 text-align : left ;
417- // align-self: center ;
418+ padding-inline : 2 rem ;
418419 }
419420
420421 .button {
421422 margin-top : auto ;
422423 align-self : center ;
423424 }
425+
426+ @media ($media-mobile ) {
427+ margin-inline : -1rem ;
428+ padding-inline : 1rem ;
429+ }
424430}
425431
426432// Resistors
You can’t perform that action at this time.
0 commit comments