1+ @use ' ./colors' ;
2+
13$actionButtonElevation : 7px ;
24
35.command-pane {
@@ -11,7 +13,7 @@ $actionButtonElevation: 7px;
1113 justify-content : flex-start ;
1214 align-content : center ;
1315 align-items : center ;
14- background : $blue ;
16+ background : colors . $blue ;
1517
1618 @media screen and (max-width : 850px ) {
1719 width : 100% ;
@@ -42,7 +44,7 @@ $actionButtonElevation: 7px;
4244
4345 .command-queue ::-webkit-scrollbar-thumb {
4446 border-radius : 10px ;
45- background-color : $blue-darkest ;
47+ background-color : colors . $blue-darkest ;
4648 }
4749 .moves-left {
4850 line-height : 100% ;
@@ -62,9 +64,9 @@ $actionButtonElevation: 7px;
6264 justify-content : flex-start ;
6365 align-content : flex-start ;
6466 align-items : flex-start ;
65- border-left : 7px solid $blue-darkest ;
66- border-top : 7px solid $blue-darkest ;
67- background : $blue-darker ;
67+ border-left : 7px solid colors . $blue-darkest ;
68+ border-top : 7px solid colors . $blue-darkest ;
69+ background : colors . $blue-darker ;
6870 border-radius : 10px ;
6971 overflow-y : scroll ;
7072
@@ -142,7 +144,7 @@ $actionButtonElevation: 7px;
142144 justify-content : center ;
143145 align-content : center ;
144146 align-items : center ;
145- background : $white-dark ;
147+ background : colors . $white-dark ;
146148 border-bottom : $actionButtonElevation solid #a4a4a4 ;
147149
148150 @media screen and (max-width : 1400px ) {
@@ -174,13 +176,13 @@ $actionButtonElevation: 7px;
174176 }
175177
176178 .action-forward {
177- background : $green ;
178- border-bottom : $actionButtonElevation solid $green-dark ;
179+ background : colors . $green ;
180+ border-bottom : $actionButtonElevation solid colors . $green-dark ;
179181 }
180182
181183 .action-rotate {
182- background : $orange ;
183- border-bottom : $actionButtonElevation solid $orange-dark ;
184+ background : colors . $orange ;
185+ border-bottom : $actionButtonElevation solid colors . $orange-dark ;
184186 }
185187 .moves-left {
186188 line-height : 100% ;
@@ -199,8 +201,8 @@ $actionButtonElevation: 7px;
199201 }
200202
201203 .action-jump {
202- background : $yellow ;
203- border-bottom : $actionButtonElevation solid $yellow-dark ;
204+ background : colors . $yellow ;
205+ border-bottom : $actionButtonElevation solid colors . $yellow-dark ;
204206 }
205207
206208 .action-jump :hover {
0 commit comments