Style cookie popover
Add 3 new pages Link the links in the footer
This commit is contained in:
28
resources/assets/sass/components/_cookie.scss
vendored
Normal file
28
resources/assets/sass/components/_cookie.scss
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user