This commit is contained in:
Roman Pyrih
2025-10-14 15:52:48 +02:00
parent 6d9596dab1
commit dac8f4f96f
5 changed files with 420 additions and 261 deletions

View File

@@ -106,13 +106,24 @@ Make your own cookie information popup in minutes.
font-size: 13px;
}
#cookieNoticePro.light button#cookieShowSettings {
background: #ffffff;
background: var(--cookieNoticeProLight);
font-size: 13px;
}
@media (max-width: 600px) {
#cookieNoticePro.light button#cookieShowSettings {
order: 3;
}
#cookieNoticePro.light button#cookieReject {
order: 1;
order: 2;
}
#cookieNoticePro.light button#cookieAccept {
order: 2;
order: 1;
}
}
@@ -251,6 +262,7 @@ Make your own cookie information popup in minutes.
#cookieNoticePro .btn-wrap button {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
width: 100%;
flex-grow: 1;
padding: 0 7px;
margin: 0 5px 10px 5px;
@@ -282,6 +294,7 @@ Make your own cookie information popup in minutes.
}
#cookieNoticePro #cookieSettings {
display: none !important;
font-size: 12px;
font-weight: bold;
display: -webkit-box;
@@ -346,8 +359,8 @@ Make your own cookie information popup in minutes.
}
#cookieNoticePro a {
text-decoration: none;
font-size: 14px;
text-decoration: underline;
font-size: 12px;
padding-bottom: 2px;
border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
-webkit-transition: all 0.3s ease-in;