styles for cookies popups

This commit is contained in:
Vladimir
2022-04-05 13:49:41 +02:00
parent 14c7f3e630
commit df0a9f7b7c
7 changed files with 244 additions and 24 deletions

View File

@@ -124,13 +124,18 @@
header {
background: #fff; }
header .main-logo {
height: 33px;
top: 5px;
left: -5px; }
height: 24px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: 10px; }
@media (min-width: 769px) {
header .main-logo {
top: 20px;
left: 40px; } }
left: 30px;
height: 28px; } }
@media (min-width: 769px) {
header .main-logo.law-logo {
height: 26px; } }
header .header-menu ul li a {
color: #0c4e91;
font-weight: bold; }
@@ -752,11 +757,17 @@ body .cd-mob-chat-widget {
.checkout-table {
color: #475669; }
.checkout-table tr th {
font-size: 15px;
font-size: 13px;
color: #003366; }
@media (min-width: 540px) {
.checkout-table tr th {
font-size: 15px; } }
.checkout-table tr .book-title {
font-size: 14px;
font-size: 12px;
color: #48566b; }
@media (min-width: 540px) {
.checkout-table tr .book-title {
font-size: 14px; } }
.checkout-table tr .book-info {
color: #475669; }
.checkout-table.step3 .bot-total {
@@ -817,6 +828,21 @@ body .cd-mob-chat-widget {
.tab-close-msg {
color: #13396D; }
.catalog-paging .prev, .catalog-paging .next {
border-color: #0C4E91; }
.catalog-paging .prev:after, .catalog-paging .next:after {
border-right-color: #0C4E91; }
.catalog-paging .next:after {
border-left-color: #0C4E91; }
.catalog-paging .num, .catalog-paging .dots {
color: #0C4E91; }
.catalog-paging .num.selected {
color: #FE6B00;
text-shadow: 1px 0 0 #FE6B00; }
/* My Storage. */
.ms-files-list .table tr td {
color: #475669; }
@@ -885,6 +911,9 @@ body .cd-mob-chat-widget {
.box .buttons .cart-confirm .icon-check {
color: #134d96; }
.pd-container .od-block .discount-code .colored {
color: #0c4e91; }
/* Widgets. */
.modal .modal-dialog .modal-head {
color: #3090f0; }
@@ -898,6 +927,12 @@ body .cd-mob-chat-widget {
.modal .modal-dialog .modal-head.alert .cont {
color: #f03081; }
.modal .modal-dialog .mb-top-info.bold {
color: #0C4E91; }
.modal .modal-dialog .mb-sub-head {
color: #0C4E91; }
.modal .modal-footer .cancel {
color: #3090f0; }