@taiga-ui/styles 3.0.0-rc.5 → 3.0.1
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.
- package/markup/tui-island.less +11 -0
- package/package.json +1 -1
package/markup/tui-island.less
CHANGED
|
@@ -175,4 +175,15 @@
|
|
|
175
175
|
width: ~'calc(100% + 2.375rem);'; // margin compensation
|
|
176
176
|
margin: @padding-large calc(-1.25rem + 1px) calc(-1.25rem + 1px); // 1px is compensations of border
|
|
177
177
|
}
|
|
178
|
+
|
|
179
|
+
&__marker {
|
|
180
|
+
&:first-child:not(:only-child) {
|
|
181
|
+
margin-right: 1.25rem;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
&:not(:first-child),
|
|
185
|
+
&:only-child {
|
|
186
|
+
margin-left: 1.25rem;
|
|
187
|
+
}
|
|
188
|
+
}
|
|
178
189
|
}
|
package/package.json
CHANGED