Skip to content

Commit fcf44ba

Browse files
committed
updates
1 parent c0af2a4 commit fcf44ba

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

assets/css/main.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,21 +1261,23 @@ input, select, textarea {
12611261

12621262
.poptrox-popup .caption {
12631263
padding: 2em 2em 1em 2em;
1264+
top: 0;
12641265
bottom: 0;
12651266
cursor: default;
12661267
left: 0;
12671268
position: absolute;
12681269
text-align: center;
12691270
width: 100%;
1271+
height: 100%;
12701272
z-index: 2;
1271-
max-height: 60%;
12721273
overflow-y: auto;
12731274
box-sizing: border-box;
1274-
background: rgba(16, 16, 16, 0.85);
1275+
background: none;
12751276
}
12761277

12771278
.poptrox-popup .caption h2, .poptrox-popup .caption h3, .poptrox-popup .caption h4, .poptrox-popup .caption h5, .poptrox-popup .caption h6 {
12781279
margin: 0 0 0.5em 0;
1280+
color: #000000;
12791281
}
12801282

12811283
.poptrox-popup .caption p {

assets/sass/components/_poptrox-popup.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,21 +75,22 @@
7575

7676
.caption {
7777
@include padding(2em, 2em);
78-
@include vendor('background-image', 'linear-gradient(to top, rgba(16,16,16,0.45) 25%, rgba(16,16,16,0) 100%)');
78+
top: 0;
7979
bottom: 0;
8080
cursor: default;
8181
left: 0;
8282
position: absolute;
8383
text-align: left;
8484
width: 100%;
85+
height: 100%;
8586
z-index: 2;
86-
max-height: 60%;
8787
overflow-y: auto;
8888
box-sizing: border-box;
89-
background: rgba(16, 16, 16, 0.85);
89+
background: none;
9090

9191
h2, h3, h4, h5, h6 {
9292
margin: 0 0 (_size(element-margin) * 0.25) 0;
93+
color: #000000;
9394
}
9495

9596
p {

0 commit comments

Comments
 (0)