Browse Source

Merge pull request #7265 from Toliver182/patch-1

Update settings.scss
pull/7293/head
Ruud Burger 6 years ago
committed by GitHub
parent
commit
f1e9933ca4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      couchpotato/static/style/settings.scss

2
couchpotato/static/style/settings.scss

@ -704,7 +704,7 @@
z-index: 2; z-index: 2;
position: absolute; position: absolute;
width: 450px; width: 450px;
margin: 28px 0 20px 0; margin: 75px 0 20px 0;
@include theme(background, primary); @include theme(background, primary);
box-shadow: 0 0 15px 2px rgba(0,0,0,.15); box-shadow: 0 0 15px 2px rgba(0,0,0,.15);
border-radius: $border_radius $border_radius 0 0; border-radius: $border_radius $border_radius 0 0;

Loading…
Cancel
Save