|
@@ -11,15 +11,4 @@
|
|
|
//Removes padding on Column block when it has a background color
|
|
|
.has-background-no-padding.wp-block-columns.has-background {
|
|
|
padding: 0;
|
|
|
-}
|
|
|
-
|
|
|
-// Needed until we have a solution for https://github.com/WordPress/gutenberg/issues/34588.
|
|
|
-.has-background {
|
|
|
- &:not(.wp-block-separator){
|
|
|
- padding: var(--wp--custom--gap--vertical) var(--wp--custom--gap--horizontal);
|
|
|
- }
|
|
|
-
|
|
|
- :last-child {
|
|
|
- margin-bottom: 0;
|
|
|
- }
|
|
|
-}
|
|
|
+}
|