Skip to content

Commit 9f8e4b0

Browse files
committed
Simplify save/share styling.
1 parent adbeda9 commit 9f8e4b0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

dev/sass/views/share.scss

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,11 @@
5555
}
5656

5757
> .save {
58-
background: $darker;
59-
margin: $pad;
6058
padding: $pad;
6159
color: $white;
62-
border-radius: 3px;
63-
box-shadow: 0 2px 4px $dark-shadow;
64-
60+
background: $darker;
61+
margin-bottom: $pad * 0.5;
62+
6563
> .row {
6664
padding: 0 0 $pad/2 0;
6765
border: 0;

0 commit comments

Comments
 (0)