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 882c570 commit b321af0Copy full SHA for b321af0
src/layout/mixins.scss
@@ -12,7 +12,7 @@
12
}
13
14
&.Layout--divided {
15
- @include flow-as-row-divider
+ @include flow-as-row-divider;
16
17
18
@@ -23,12 +23,12 @@
23
height: 1px;
24
25
&.Layout-divider--shallow {
26
- margin-right: 0;
27
height: 8px;
+ margin-right: 0;
28
background: var(--color-bg-canvas-inset);
29
- border-width: $border-width 0;
30
border-color: var(--color-border-primary);
31
border-style: solid;
+ border-width: $border-width 0;
32
33
34
0 commit comments