minfix css for pop-up
This commit is contained in:
parent
ba30174b02
commit
f491d9736d
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue