Add some variables to the scss files
Use the period API call for the program schema
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@use "../abstracts/variables" as *;
|
||||
|
||||
.light.cc_dialog button.cc_b_ok, .light.cc_dialog button.cc_b_cp {
|
||||
padding: 10px 39px;
|
||||
border-radius: 3px;
|
||||
@@ -12,17 +14,17 @@
|
||||
}
|
||||
.light.cc_dialog button.cc_b_ok {
|
||||
background-image: linear-gradient(to right, #0f259d, #5ba8f4);
|
||||
color: #fff;
|
||||
color: $text-inverted-color;
|
||||
}
|
||||
.light.cc_dialog .cc_dialog_headline {
|
||||
font-family: Montserrat, serif;
|
||||
font-weight: 600;
|
||||
line-height: 1.15;
|
||||
color: #282828;
|
||||
color: $text-dark-color;
|
||||
}
|
||||
.light.cc_dialog .cc_dialog_text {
|
||||
font-family: Nunito, serif;
|
||||
font-size: 15px;
|
||||
line-height: 1.6;
|
||||
color: #282828;
|
||||
color: $text-dark-color;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user