Skip to content

Commit 7c78f9a

Browse files
authored
Merge pull request #732 from bitdefender/DEX-26535
DEX-26535 - Remove "NEW"tag from VPN Addon
2 parents ccaadf2 + 3faa93e commit 7c78f9a

File tree

2 files changed

+0
-32
lines changed

2 files changed

+0
-32
lines changed

_src-lp/blocks/new-prod-boxes-2/new-prod-boxes-2.css

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1287,22 +1287,6 @@
12871287
position: relative;
12881288
}
12891289

1290-
.new-prod-boxes-2-container.new-v2 .block .prod_box .inner_prod_box .billed .bundle_box > div:first-child::before {
1291-
content: "";
1292-
display: block;
1293-
position: absolute;
1294-
top: 0;
1295-
right: 20px;
1296-
width: 32px;
1297-
height: 33px;
1298-
background: url("https://www.bitdefender.com/common/icons/new.svg") no-repeat center center;
1299-
background-size: contain;
1300-
}
1301-
1302-
.new-prod-boxes-2-container.new-v2.no-tag .block .prod_box .inner_prod_box .billed .bundle_box > div:first-child::before {
1303-
display: none;
1304-
}
1305-
13061290
.new-prod-boxes-2-container .block .prod_box .inner_prod_box .benefitsLists ul li:not(:first-of-type) .white-pill-content {
13071291
position: absolute;
13081292
background-color: white;

_src-lp/blocks/new-prod-boxes-2/new-prod-boxes-2.scss

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1291,22 +1291,6 @@ margin: 20px 0 0 5px;
12911291
position: relative;
12921292
}
12931293

1294-
.new-prod-boxes-2-container.new-v2 .block .prod_box .inner_prod_box .billed .bundle_box > div:first-child::before {
1295-
content: "";
1296-
display: block;
1297-
position: absolute;
1298-
top: 0;
1299-
right: 20px;
1300-
width: 32px;
1301-
height: 33px;
1302-
background: url("https://www.bitdefender.com/common/icons/new.svg") no-repeat center center;
1303-
background-size: contain;
1304-
}
1305-
1306-
.new-prod-boxes-2-container.new-v2.no-tag .block .prod_box .inner_prod_box .billed .bundle_box > div:first-child::before {
1307-
display: none;
1308-
}
1309-
13101294
.new-prod-boxes-2-container .block .prod_box .inner_prod_box .benefitsLists ul li:not(:first-of-type) .white-pill-content {
13111295
position: absolute;
13121296
background-color: white;

0 commit comments

Comments
 (0)