Skip to content

Commit 9da82e7

Browse files
committed
Alphabetize style rules
1 parent f7be331 commit 9da82e7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

client/stylesheets/components/_form.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@
126126
// ----- Textarea ----- //
127127
128128
.form-textarea
129-
resize: vertical
130129
max-height: 40vh // FIXME: Magic number!
130+
resize: vertical
131131

132132
+respond-to($g-m)
133133
max-height: none

client/stylesheets/structures/_alert.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
position: fixed
6262
right: 0
6363
top: 0
64-
z-index: 10
6564
width: 100%
65+
z-index: 10
6666

6767
+respond-to($g-m)
6868
width: em(300px)

client/stylesheets/structures/_footer.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
+respond-to($g-l)
2121
bottom: 0
2222
box-sizing: border-box
23-
left: 0
2423
height: $site-footer-height
24+
left: 0
2525
position: absolute
2626
right: 0
2727
width: 100%

client/stylesheets/structures/_hero.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
min-height: $hero-minHeight
2121

2222
&::before
23-
background: url('/images/img-hero.svg') center bottom no-repeat
2423
background-size: cover
24+
background: url('/images/img-hero.svg') center bottom no-repeat
2525
bottom: 0
2626
content: ''
2727
display: none

0 commit comments

Comments
 (0)