File tree Expand file tree Collapse file tree 2 files changed +17
-20
lines changed Expand file tree Collapse file tree 2 files changed +17
-20
lines changed Original file line number Diff line number Diff line change 16
16
flex-direction : row ;
17
17
width : auto ;
18
18
}
19
-
20
- .mykn-toolbar .mykn-button {
21
- justify-content : center !important ;
22
- }
23
19
}
Original file line number Diff line number Diff line change 80
80
}
81
81
82
82
--typography-color-link : var (--typography-color-body );
83
+
83
84
& --variant-primary {
84
85
--toolbar-color-text-primary : var (--typography-color-background );
85
86
background-color : var (--page-color-primary );
227
228
height : 100% ;
228
229
}
229
230
230
- & #{$self } --align-start .mykn-a ,
231
- & #{$self } --align-start .mykn-button ,
232
- & #{$self } --align-start .mykn-dropdown {
233
- display : flex ;
234
- justify-content : start ;
235
- text-align : start ;
236
- }
237
-
238
- & #{$self } --align-end .mykn-a ,
239
- & #{$self } --align-end .mykn-button ,
240
- & #{$self } --align-end .mykn-dropdown {
241
- display : flex ;
242
- justify-content : end ;
243
- text-align : end ;
244
- }
245
-
246
231
& #{$self } --align-center .mykn-a ,
247
232
& #{$self } --align-center .mykn-button ,
248
233
& #{$self } --align-center .mykn-dropdown ,
279
264
justify-content : space-between ;
280
265
text-align : center ;
281
266
}
267
+
268
+ & #{$self } --align-start .mykn-a ,
269
+ & #{$self } --align-start .mykn-button ,
270
+ & #{$self } --align-start .mykn-dropdown {
271
+ display : flex ;
272
+ justify-content : start ;
273
+ text-align : start ;
274
+ }
275
+
276
+ & #{$self } --align-end .mykn-a ,
277
+ & #{$self } --align-end .mykn-button ,
278
+ & #{$self } --align-end .mykn-dropdown {
279
+ display : flex ;
280
+ justify-content : end ;
281
+ text-align : end ;
282
+ }
282
283
}
283
284
}
284
285
}
You can’t perform that action at this time.
0 commit comments