minfix css for pop-up

This commit is contained in:
xdrm-brackets 2018-03-07 12:25:57 +01:00
parent ba30174b02
commit f491d9736d
1 changed files with 3 additions and 6 deletions

View File

@ -19,9 +19,7 @@
border-radius: 5px;
background: $bg-color;
color: $secondary-color;
box-shadow: -10px 10px 0 rgba(26, 33, 40, .8);
color: $primary-color;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
@ -56,9 +54,8 @@
padding: 1em;
b, strong{
color: $primary-color;
}
b, strong{ color: darken($primary-color, 10%); }
}
& > .footer{