Style cookie popover
Add 3 new pages Link the links in the footer
This commit is contained in:
32
public/css/style.css
vendored
32
public/css/style.css
vendored
@@ -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
Reference in New Issue
Block a user