|
@@ -149,15 +149,6 @@
|
|
[data-block] {
|
|
[data-block] {
|
|
margin-top: var(--global--spacing-vertical);
|
|
margin-top: var(--global--spacing-vertical);
|
|
margin-bottom: var(--global--spacing-vertical);
|
|
margin-bottom: var(--global--spacing-vertical);
|
|
-
|
|
|
|
- [data-block]:first-child {
|
|
|
|
- margin-top: 0;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- // Needs to be the second-last child to avoid applying this to the appender.
|
|
|
|
- [data-block]:nth-last-child(2) {
|
|
|
|
- margin-bottom: 0;
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
|
|
|
|
/*
|
|
/*
|