File size: 376 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
@import "@wordpress/base-styles/breakpoints";
@import "@wordpress/base-styles/mixins";

.content-sidebar {
	&__right-sidebar {

		> *:not(:first-child) {
			margin-top: 40px;
		}

		.foldable-card__expand {
			width: 24px;
		}

		.contact-support-button {
			width: 100%;
			font-weight: 500;
			color: var(--studio-gray-100);
			border-color: var(--studio-gray-10);
		}
	}
}