@appartmint/mint 2.7.0 → 2.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,18 +7,14 @@
7
7
  grid-template-columns: repeat(12, 1fr);
8
8
 
9
9
  & > * {
10
- #{class(card)} {
11
- grid-column: span 6;
12
- }
10
+ grid-column: span 6;
13
11
  }
14
12
 
15
13
  & > :last-child:nth-child(odd) {
16
- #{class(card)} {
17
- grid-column: span 12;
18
- width: 50%;
19
- margin-left: auto;
20
- margin-right: auto;
21
- }
14
+ grid-column: span 12;
15
+ width: 50%;
16
+ margin-left: auto;
17
+ margin-right: auto;
22
18
  }
23
19
  }
24
20
  }
@@ -28,34 +24,24 @@
28
24
  grid-template-columns: repeat(12, 1fr);
29
25
 
30
26
  & > * {
31
- #{class(card)} {
32
- grid-column: span 4;
33
- }
27
+ grid-column: span 4;
34
28
  }
35
29
 
36
30
  & > :last-child:nth-child(odd) {
37
- #{class(card)} {
38
- grid-column: span 4;
39
- width: 100%;
40
- }
31
+ grid-column: span 4;
32
+ width: 100%;
41
33
  }
42
34
 
43
35
  & > :last-child:nth-child(#{'3n+1'}) {
44
- #{class(card)} {
45
- grid-column: 4 / span 6;
46
- }
36
+ grid-column: 4 / span 6;
47
37
  }
48
38
 
49
39
  & > :last-child:nth-child(#{'3n+2'}) {
50
- #{class(card)} {
51
- grid-column: 7 / span 6;
52
- }
40
+ grid-column: 7 / span 6;
53
41
  }
54
42
 
55
43
  & > :nth-last-child(2):nth-child(#{'3n+1'}) {
56
- #{class(card)} {
57
- grid-column: 1 / span 6;
58
- }
44
+ grid-column: 1 / span 6;
59
45
  }
60
46
  }
61
47
  }
@@ -65,55 +51,39 @@
65
51
  grid-template-columns: repeat(12, 1fr);
66
52
 
67
53
  & > * {
68
- #{class(card)} {
69
- grid-column: span 3;
70
- }
54
+ grid-column: span 3;
71
55
  }
72
56
 
73
57
  & > :last-child:nth-child(odd),
74
58
  & > :last-child:nth-child(#{'3n+1'}),
75
59
  & > :last-child:nth-child(#{'3n+2'}),
76
60
  & > :nth-last-child(2):nth-child(#{'3n+1'}) {
77
- #{class(card)} {
78
- grid-column: span 3;
79
- width: 100%;
80
- }
61
+ grid-column: span 3;
62
+ width: 100%;
81
63
  }
82
64
 
83
65
  & > :last-child:nth-child(#{'4n+1'}) {
84
- #{class(card)} {
85
- grid-column: 4 / span 6;
86
- }
66
+ grid-column: 4 / span 6;
87
67
  }
88
68
 
89
69
  & > :last-child:nth-child(#{'4n+2'}) {
90
- #{class(card)} {
91
- grid-column: 7 / span 6;
92
- }
70
+ grid-column: 7 / span 6;
93
71
  }
94
72
 
95
73
  & > :nth-last-child(2):nth-child(#{'4n+1'}) {
96
- #{class(card)} {
97
- grid-column: 1 / span 6;
98
- }
74
+ grid-column: 1 / span 6;
99
75
  }
100
76
 
101
77
  & > :last-child:nth-child(#{'4n+3'}) {
102
- #{class(card)} {
103
- grid-column: 9 / span 4;
104
- }
78
+ grid-column: 9 / span 4;
105
79
  }
106
80
 
107
81
  & > :nth-last-child(2):nth-child(#{'4n+2'}) {
108
- #{class(card)} {
109
- grid-column: 5 / span 4;
110
- }
82
+ grid-column: 5 / span 4;
111
83
  }
112
84
 
113
85
  & > :nth-last-child(3):nth-child(#{'4n+1'}) {
114
- #{class(card)} {
115
- grid-column: 1 / span 4;
116
- }
86
+ grid-column: 1 / span 4;
117
87
  }
118
88
  }
119
89
  }
@@ -142,11 +112,13 @@
142
112
  @include grid-4;
143
113
  }
144
114
 
145
- #{class(portrait)} {
115
+ #{class(portrait)},
116
+ & > :has(#{class(portrait)}) {
146
117
  grid-row: span 2;
147
118
  }
148
119
 
149
- #{class(landscape)} {
120
+ #{class(landscape)},
121
+ & > :has(#{class(landscape)}) {
150
122
  @include break(sm) {
151
123
  grid-column: span 12;
152
124
  }
@@ -32,7 +32,7 @@
32
32
 
33
33
  [data-amplify-router] {
34
34
  @extend #{class(content)};
35
- border: none;
35
+ //border: none;
36
36
  }
37
37
  }
38
38
  }
@@ -42,7 +42,6 @@
42
42
  .fc-list-event-time {
43
43
  @include break-max(xs) {
44
44
  white-space: normal;
45
-
46
45
  }
47
46
  }
48
47
  }