File tree Expand file tree Collapse file tree 2 files changed +24
-26
lines changed Expand file tree Collapse file tree 2 files changed +24
-26
lines changed Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ export default class Metadata extends Vue {
117
117
118
118
.symbol {
119
119
flex-shrink : 0 ;
120
- color : main .$primary -color ;
121
- background-color : main .$primary -color-light ;
120
+ color : main .$secondary -color ;
121
+ background-color : main .$secondary -color-xlight ;
122
122
min-height : 1em ;
123
123
min-width : 20px ;
124
124
text-align : center ;
Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ export default class AddressPage extends Vue {
301
301
}
302
302
}
303
303
304
- .address_details_error {
304
+ .address_details_error {
305
305
display : flex ;
306
306
flex-direction : column ;
307
307
align-items : center ;
@@ -310,29 +310,27 @@ export default class AddressPage extends Vue {
310
310
text-align : center ;
311
311
312
312
a {
313
-
314
-
315
- display : block ;
316
- width : max-content ;
317
- text-decoration : none !important ;
318
- margin-top : 30px ;
319
- transition : opacity 0.3s ;
320
-
321
- background-color : transparent !important ;
322
- color : main .$secondary-color !important ;
323
- padding : 10px 24px ;
324
-
325
- border-radius : 6px ;
326
- font-family : " DM Sans" , sans-serif ;
327
- font-weight : 700 ;
328
- letter-spacing : .5px ;
329
- text-transform : uppercase !important ;
330
- font-size : 14px ;
331
-
332
-
333
- & :hover {
334
- opacity : 0.9 ;
335
- }
313
+ display : block ;
314
+ width : max-content ;
315
+ text-decoration : none !important ;
316
+ margin-top : 30px ;
317
+ transition : opacity 0.3s ;
318
+
319
+ background-color : transparent !important ;
320
+ color : main .$secondary-color !important ;
321
+ padding : 10px 24px ;
322
+
323
+ border-radius : 6px ;
324
+ font-family : " DM Sans" , sans-serif ;
325
+ font-weight : 700 ;
326
+ letter-spacing : .5px ;
327
+ text-transform : uppercase !important ;
328
+ font-size : 14px ;
329
+
330
+
331
+ & :hover {
332
+ opacity : 0.9 ;
333
+ }
336
334
337
335
}
338
336
}
You can’t perform that action at this time.
0 commit comments