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

.commands-command-menu__overlay {
	z-index: z-index("root", ".commands-commands-menu__overlay");
}

div.commands-command-menu {
	width: min(100% - 32px, 640px);
	max-width: 640px;
}

.command-palette__footer-all-sites:focus,
.command-palette__footer-current-site:focus {
	outline: thin dotted;
	color: var(--studio-gray-50);
	text-decoration: none;
	box-shadow: inherit;
}

.commands-command-menu__header svg {
	fill: #1e1e1e;
}

@import '~@wordpress/commands/src/style';