Skip to content

Commit 653ac19

Browse files
author
Julian Murillo
committed
POSTNL-265 Modify colors and typography to satisfy EAA contrast standards
1 parent 6c56d97 commit 653ac19

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

view/frontend/web/css/deliveryoptions.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
box-sizing: border-box;
4242
}
4343
.postnl-delivery-options .btn-group {
44-
background: #ED8C00;
44+
background: #F56900;
4545
float: left;
4646
width: 100%;
4747
border: 1px solid #D4D9E3;
@@ -58,6 +58,8 @@
5858
text-align: left;
5959
padding: 15px;
6060
min-height: 55px;
61+
font-size: 19px;
62+
font-weight: 700;
6163
}
6264
.postnl-delivery-options button.btn.btn-default > .pickup-date {
6365
font-size: 10px;
@@ -76,7 +78,7 @@
7678
background: #F3F4F7;
7779
}
7880
.postnl-delivery-options button.btn.btn-default.button-active {
79-
background: #ED8C00;
81+
background: #F56900;
8082
color: #fff;
8183
}
8284
@media screen and (min-width: 480px) {
@@ -356,7 +358,9 @@
356358
.postnl-delivery-options .pickup .tig-postnl-pickup-row label .tig-postnl-address-container .tig-postnl-pickup-hours-link {
357359
display: block;
358360
margin-top: 10px;
359-
color: #ED8C00;
361+
color: #F56900;
362+
font-weight: 700;
363+
font-size: 19px;
360364
}
361365
.postnl-delivery-options .pickup .tig-postnl-pickup-row label .tig-postnl-address-container .tig-postnl-pickup-hours-link .hide {
362366
display: none;

0 commit comments

Comments
 (0)