File size: 474 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
@import "@wordpress/base-styles/breakpoints";
@import "@wordpress/base-styles/mixins";

.a4a-overview-content {
	padding-block-start: 1rem;
}

.a4a-overview-header {
	@include breakpoint-deprecated( "<660px" ) {
		padding-block-end: 0;
	}
}

.a4a-overview__header-actions {
	@include breakpoint-deprecated( "<660px" ) {
		.split-button__toggle {
			border: 1px solid var(--color-neutral-20);
			border-radius: 4px;
		}

		.current-section button {
			border: none;
		}
	}
}