Skip to content

Commit ef11c90

Browse files
committed
Tweaks to Save CSS
1 parent 0c3f176 commit ef11c90

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev/sass/views/share.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,11 @@
7070
> .save {
7171
flex-direction: column;
7272
align-items: flex-start;
73-
padding: $pad*1.5 $pad*0.5;
73+
padding: $pad*1.25 $pad*0.5;
74+
margin-bottom: $pad*0.5;
7475
background: $darker;
7576
border: 0;
77+
box-shadow: -3px 3px 6px $light-shadow;
7678

7779
.message {
7880
color: $white;

0 commit comments

Comments
 (0)