GDPR - spremenjen font , barva ozadja
This commit is contained in:
parent
a8563bf400
commit
523d96ce00
@ -159,7 +159,7 @@ header nav span.menu_item a:hover {
|
|||||||
color: #1e88e5;
|
color: #1e88e5;
|
||||||
}
|
}
|
||||||
#main {
|
#main {
|
||||||
background-color: #f7f7f7;
|
background-color: #F5F5F5;
|
||||||
}
|
}
|
||||||
#main .main_content {
|
#main .main_content {
|
||||||
max-width: 1400px;
|
max-width: 1400px;
|
||||||
@ -1256,12 +1256,17 @@ iframe {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* GDPR ZAHTEVEK -------------------------------------- */
|
/* GDPR ZAHTEVEK -------------------------------------- */
|
||||||
|
#main {
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
body.gdpr {
|
body.gdpr {
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gdpr #main .main_content {
|
.gdpr #main .main_content {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
font-family: "Source Sans Pro", "sans-serif" !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.register_holder {
|
.register_holder {
|
||||||
|
@ -10,6 +10,7 @@ $border_color: #646464;
|
|||||||
|
|
||||||
$color_background: #ffffff;
|
$color_background: #ffffff;
|
||||||
$color_background_dark: #f7f7f7;
|
$color_background_dark: #f7f7f7;
|
||||||
|
$color_background_grey: #F5F5F5;
|
||||||
$color_background_very_dark: #e6e6e6;
|
$color_background_very_dark: #e6e6e6;
|
||||||
|
|
||||||
$color_border: #cccccc;
|
$color_border: #cccccc;
|
@ -1,11 +1,16 @@
|
|||||||
/* GDPR ZAHTEVEK -------------------------------------- */
|
/* GDPR ZAHTEVEK -------------------------------------- */
|
||||||
|
|
||||||
|
#main {
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
body.gdpr {
|
body.gdpr {
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gdpr #main .main_content {
|
.gdpr #main .main_content {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
font-family: "Source Sans Pro", "sans-serif" !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.register_holder{
|
.register_holder{
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#main{
|
#main{
|
||||||
background-color: $color_background_dark;
|
background-color: $color_background_grey;
|
||||||
|
|
||||||
.main_content{
|
.main_content{
|
||||||
max-width: 1400px;
|
max-width: 1400px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user