Skip to content

Commit 08ed81e

Browse files
Reorder CSS properties and adjust selector spacing
1 parent 8ab9726 commit 08ed81e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/main/src/compoments/_progress.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ progress[value] {
33
-webkit-appearance: none;
44
-moz-appearance: none;
55
appearance: none;
6-
border-style: solid;
76
border-width: 1px;
7+
border-style: solid;
88
border-color: var(--border);
99
border-radius: 9999px;
1010
background: var(--background);

packages/main/src/layouts/_dashboard.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
"header"
88
"main"
99
"footer";
10-
> {
10+
> {
1111
header {
1212
grid-area: header;
1313
}
1414
main {
1515
display: grid;
1616
grid-area: main;
1717
gap: 1rem;
18-
margin-block-start: 1rem;
1918
margin-inline: auto;
19+
margin-block-start: 1rem;
2020
@include breakpoints.container;
2121
}
2222
footer {

0 commit comments

Comments
 (0)