We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd1e55 commit 5ab076fCopy full SHA for 5ab076f
src/shared/section-layout/index.css
@@ -1,10 +1,11 @@
1
:where(.kit-section),
2
-:where(.kit-section) [class^='kit-section__'] {
+:where(.kit-section) :is(.kit-section__main, .kit-section__item) {
3
box-sizing: border-box;
4
+ position: relative;
5
}
6
7
:where(.kit-section) {
- --gap: 0.75rem;
8
+ --gap: 0.75em;
9
10
display: flex;
11
gap: var(--gap);
src/shared/toolbar/index.css
@@ -21,6 +21,7 @@
21
22
23
:where(.kit-toolbar) > .kit-toolbar__left > .kit-toolbar__title {
24
25
font-size: var(--title-font-size);
26
font-weight: var(--title-font-weight);
27
line-height: 1;
@@ -32,7 +33,6 @@
32
33
height: 1em;
34
border-left: 1px var(--divider-color) solid;
35
margin: 0 0.75em;
- vertical-align: middle;
36
37
38
:where(.kit-toolbar)
0 commit comments