Skip to content

Commit 6920055

Browse files
committed
Tons of little fixes for things
1 parent 6b69432 commit 6920055

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Helium/gtk-4.0/_functions.scss

+7-7
Original file line numberDiff line numberDiff line change
@@ -62,26 +62,26 @@
6262
@function shadow($level) {
6363
// Elevation -1
6464
@if $level == -1 {
65-
@return 0 -1px 0 0 rgb(0, 0, 0, 0.14));
66-
// Outline/Elevation 0
65+
@return 0 -1px 0 0 rgb(0, 0, 0, 0.14);
66+
// Outline/Elevation 0
6767
} @else if $level == 0 {
6868
@return 0 0 0 1px $outline;
69-
// Elevation 1
69+
// Elevation 1
7070
} @else if $level == 1 {
7171
@return 0 2px 4px 0px rgb(0, 0, 0, 0.14),
7272
0 2px 4px 0px rgb(0, 0, 0, 0.14);
73-
// Elevation 2
73+
// Elevation 2
7474
} @else if $level == 2 {
7575
@return 0 4px 8px 0px rgb(0, 0, 0, 0.14),
7676
0 4px 8px 0px rgb(0, 0, 0, 0.14);
77-
// Elevation 3
77+
// Elevation 3
7878
} @else if $level == 3 {
7979
@return 0 8px 16px 0px rgb(0, 0, 0, 0.14),
8080
0 8px 16px 0px rgb(0, 0, 0, 0.14);
81-
// Elevation 4
81+
// Elevation 4
8282
} @else if $level == 4 {
8383
@return 0 14px 28px 0px rgb(0, 0, 0, 0.24);
84-
// Elevation 5
84+
// Elevation 5
8585
} @else if $level == 5 {
8686
@return 0 32px 64px 0px rgb(0, 0, 0, 0.24);
8787
}

0 commit comments

Comments
 (0)