Skip to content

Commit 5022529

Browse files
committed
whoops still bjorked
1 parent 63cacd0 commit 5022529

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

assets/css/main.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1188,11 +1188,15 @@ input, select, textarea {
11881188
}
11891189

11901190
.poptrox-popup {
1191-
background: rgba(31, 34, 36, 0.925);
1191+
background: #ffffff;
11921192
box-shadow: 0 1em 3em 0.5em rgba(0, 0, 0, 0.25);
11931193
cursor: default;
11941194
}
11951195

1196+
.poptrox-popup > img {
1197+
display: none;
1198+
}
1199+
11961200
.poptrox-popup:before {
11971201
-moz-transition: opacity 0.2s ease-in-out;
11981202
-webkit-transition: opacity 0.2s ease-in-out;

assets/sass/components/_poptrox-popup.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@
1111
}
1212

1313
.poptrox-popup {
14-
background: transparentize(_palette(bg-alt), 0.075);
14+
background: #ffffff;
1515
box-shadow: 0 1em 3em 0.5em rgba(0,0,0,0.25);
1616
cursor: default;
1717

18+
> img {
19+
display: none;
20+
}
21+
1822
&:before {
1923
@include vendor('transition', 'opacity #{_duration(transition)} ease-in-out');
2024
@include vendor('background-image', (

0 commit comments

Comments
 (0)