Style cookie popover

Add 3 new pages
Link the links in the footer
This commit is contained in:
Jorit Tijsen
2024-03-19 09:34:58 +01:00
parent 742c126a0a
commit 04b4a3b3e5
11 changed files with 144 additions and 22 deletions

32
public/css/style.css vendored
View File

@@ -92,6 +92,38 @@ div.pp_default .pp_close:hover {
background-position: 0 -30px;
}
.light.cc_dialog button.cc_b_ok, .light.cc_dialog button.cc_b_cp {
padding: 10px 39px;
border-radius: 3px;
font-family: Nunito, serif;
font-size: 14px;
font-weight: bold;
line-height: 0.93;
text-align: center;
margin-bottom: 10px;
text-decoration: none;
text-transform: uppercase;
}
.light.cc_dialog button.cc_b_ok {
background-image: linear-gradient(to right, #0f259d, #5ba8f4);
color: #fff;
}
.light.cc_dialog .cc_dialog_headline {
font-family: Montserrat, serif;
font-weight: 600;
line-height: 1.15;
color: #282828;
}
.light.cc_dialog .cc_dialog_text {
font-family: Nunito, serif;
font-size: 15px;
line-height: 1.6;
color: #282828;
}
.header {
height: 110px;
}

File diff suppressed because one or more lines are too long