Save
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -7626,6 +7626,7 @@ p {
|
|||||||
|
|
||||||
a {
|
a {
|
||||||
@extend .text;
|
@extend .text;
|
||||||
|
color: $cBlack !important;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -106,13 +106,24 @@ Make your own cookie information popup in minutes.
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#cookieNoticePro.light button#cookieShowSettings {
|
||||||
|
background: #ffffff;
|
||||||
|
background: var(--cookieNoticeProLight);
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
|
#cookieNoticePro.light button#cookieShowSettings {
|
||||||
|
order: 3;
|
||||||
|
}
|
||||||
|
|
||||||
#cookieNoticePro.light button#cookieReject {
|
#cookieNoticePro.light button#cookieReject {
|
||||||
order: 1;
|
order: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cookieNoticePro.light button#cookieAccept {
|
#cookieNoticePro.light button#cookieAccept {
|
||||||
order: 2;
|
order: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -251,6 +262,7 @@ Make your own cookie information popup in minutes.
|
|||||||
#cookieNoticePro .btn-wrap button {
|
#cookieNoticePro .btn-wrap button {
|
||||||
-webkit-box-flex: 1;
|
-webkit-box-flex: 1;
|
||||||
-ms-flex-positive: 1;
|
-ms-flex-positive: 1;
|
||||||
|
width: 100%;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
padding: 0 7px;
|
padding: 0 7px;
|
||||||
margin: 0 5px 10px 5px;
|
margin: 0 5px 10px 5px;
|
||||||
@@ -282,6 +294,7 @@ Make your own cookie information popup in minutes.
|
|||||||
}
|
}
|
||||||
|
|
||||||
#cookieNoticePro #cookieSettings {
|
#cookieNoticePro #cookieSettings {
|
||||||
|
display: none !important;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
@@ -346,8 +359,8 @@ Make your own cookie information popup in minutes.
|
|||||||
}
|
}
|
||||||
|
|
||||||
#cookieNoticePro a {
|
#cookieNoticePro a {
|
||||||
text-decoration: none;
|
text-decoration: underline;
|
||||||
font-size: 14px;
|
font-size: 12px;
|
||||||
padding-bottom: 2px;
|
padding-bottom: 2px;
|
||||||
border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
|
border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
|
||||||
-webkit-transition: all 0.3s ease-in;
|
-webkit-transition: all 0.3s ease-in;
|
||||||
|
|||||||
Reference in New Issue
Block a user