UNPKG

637 BSCSSView Raw
1div[dir="rtl"]#{$calendar2-prefix} {
2 &-fullscreen,
3 &-panel,
4 &-card {
5 #{$calendar2-prefix}-header {
6 &-actions {
7 margin-right: auto;
8 margin-left: 0;
9 }
10
11 &-ranges,
12 &-actions {
13 & > *:not(:first-child) {
14 margin-right: 8px;
15 margin-left: 0;
16 }
17 }
18 }
19 }
20
21 &-fullscreen #{$calendar2-prefix} {
22 &-cell-value,
23 &-table th {
24 text-align: left;
25 }
26
27 &-table th {
28 padding: 0 0 5px 12px;
29 }
30 }
31}
32