Skip to content

Commit 8e818b2

Browse files
authored
Merge pull request #731 from bitdefender/DEX-26509
DEX-26535 - Remove "NEW"tag from VPN Addon
2 parents cdcf0e4 + 1d7c963 commit 8e818b2

File tree

6 files changed

+20
-7
lines changed

6 files changed

+20
-7
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@
10081008

10091009
.new-prod-boxes-2-container.new-v2 .block .prod_box .inner_prod_box .billed label {
10101010
font-size: 14px;
1011-
width: 65%;
1011+
width: 100%;
10121012
}
10131013

10141014
.new-prod-boxes-2-container .block .prod_box .inner_prod_box .billed .bundle_box {
@@ -1039,7 +1039,7 @@
10391039
}
10401040

10411041
.new-prod-boxes-2-container.new-v2 .block .prod_box .inner_prod_box .billed .bundle_box > div {
1042-
padding: 1.4em 5px;
1042+
padding: 1.4em 10px;
10431043
justify-content: left;
10441044
min-width: 100%;
10451045
}
@@ -1299,6 +1299,10 @@
12991299
background-size: contain;
13001300
}
13011301

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+
13021306
.new-prod-boxes-2-container .block .prod_box .inner_prod_box .benefitsLists ul li:not(:first-of-type) .white-pill-content {
13031307
position: absolute;
13041308
background-color: white;

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ margin: 20px 0 0 5px;
10091009

10101010
.new-prod-boxes-2-container.new-v2 .block .prod_box .inner_prod_box .billed label {
10111011
font-size: 14px;
1012-
width: 65%;
1012+
width: 100%;
10131013
}
10141014

10151015
.new-prod-boxes-2-container .block .prod_box .inner_prod_box .billed .bundle_box {
@@ -1040,7 +1040,7 @@ margin: 20px 0 0 5px;
10401040
}
10411041

10421042
.new-prod-boxes-2-container.new-v2 .block .prod_box .inner_prod_box .billed .bundle_box > div {
1043-
padding: 1.4em 5px;
1043+
padding: 1.4em 10px;
10441044
justify-content: left;
10451045
min-width: 100%;
10461046
}
@@ -1303,6 +1303,10 @@ margin: 20px 0 0 5px;
13031303
background-size: contain;
13041304
}
13051305

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+
13061310
.new-prod-boxes-2-container .block .prod_box .inner_prod_box .benefitsLists ul li:not(:first-of-type) .white-pill-content {
13071311
position: absolute;
13081312
background-color: white;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@
436436
font-size: 18px;
437437
line-height: 21px;
438438
text-align: center;
439-
margin: 20px 1em 34px;
439+
margin: 20px 1em 35px;
440440
}
441441

442442
.new-prod-boxes-container.new-v3 .block .prod_box .inner_prod_box .billed a {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@
437437
font-size: 18px;
438438
line-height: 21px;
439439
text-align: center;
440-
margin: 0 1em 35px;
440+
margin: 20px 1em 35px;
441441
}
442442

443443
.new-prod-boxes-container.new-v3 .block .prod_box .inner_prod_box .billed a {

_src-lp/styles/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ button:hover {
320320
}
321321

322322
.dark-blue-bck {
323-
background-color: var(--dark-blue-color);
323+
background-color: var(--dark-blue-color);
324324
}
325325

326326
.light-grey-bck {

_src-lp/styles/styles.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
--highlight-background-color: #ececec;
2525
--background-color-light-sky-blue: #e4f2ff;
2626
--baby-blue-color: #EDF9FF;
27+
--dark-blue-color: #0853C5;
2728
--darker-blue-color: #016FFF;
2829
--light-grey-color: #FAFAFA;
2930
--text-color: #000;
@@ -323,6 +324,10 @@ button:hover {
323324
background-color: var(--baby-blue-color);
324325
}
325326

327+
.dark-blue-bck {
328+
background-color: var(--dark-blue-color);
329+
}
330+
326331
.light-grey-bck {
327332
background-color: var(--light-grey-color);
328333
}

0 commit comments

Comments
 (0)