summaryrefslogtreecommitdiffstats
path: root/main/survey/skins/MobileGreen.css
diff options
context:
space:
mode:
Diffstat (limited to 'main/survey/skins/MobileGreen.css')
-rw-r--r--main/survey/skins/MobileGreen.css48
1 files changed, 29 insertions, 19 deletions
diff --git a/main/survey/skins/MobileGreen.css b/main/survey/skins/MobileGreen.css
index 6ef6572..94abca1 100644
--- a/main/survey/skins/MobileGreen.css
+++ b/main/survey/skins/MobileGreen.css
@@ -8,26 +8,26 @@
*/
/* Fonti */
body {
- font-family: Montserrat, Arial, Sans-Serif !important;
- color: #505050;
+ font-family: Source Sans Pro, sans-serif !important;
+ color: #333;
background-color: white;
}
span, label {
- color: #505050;
+ color: #333;
}
/* GLAVNI ELEMENTI */
#container h1 {
color: #2e7d3a;
background-color: #ffffff;
- border-bottom: 8px #2e7d3a solid;
+ border-bottom: 2px #2e7d3a solid;
}
/* INPUT ELEMENTI */
/* Textboxi, textarea, select */
input, textarea, select {
- font-family: Montserrat, Arial, Sans-Serif !important;
+ font-family: Source Sans Pro, sans-serif !important;
}
input[type=text], textarea, select {
@@ -48,17 +48,17 @@ input[type=radio] + span.enka-checkbox-radio,
.grupa .spremenljivka {
background-color: white;
border: 0;
- border-bottom: 1px #66bb6a solid;
+ border-bottom: 1px #E5E5E5 solid;
/* Mejnik pri dvojni tabeli */
}
.grupa .spremenljivka:last-of-type {
border-bottom: 0;
}
.grupa .spremenljivka .naslov {
- color: #505050;
+ color: #333;
}
.grupa .spremenljivka .naslov .spremenljivka_info {
- color: #505050;
+ color: #333;
}
.grupa .spremenljivka .sequence_number {
background-color: #e2f2e2;
@@ -115,7 +115,7 @@ input[type=radio] + span.enka-checkbox-radio,
}
.variable_holder .variabla {
- color: #505050;
+ color: #333;
}
/* Koledar */
@@ -145,21 +145,19 @@ button.ui-datepicker-trigger:hover {
margin-top: 20px;
margin-bottom: 10px;
padding-top: 10px;
- border-top: 1px #66bb6a solid !important;
+ border-top: 1px #E5E5E5 solid !important;
}
.buttons input {
cursor: pointer;
margin: 8px 5px;
- padding: 10px 20px;
+ padding: 10px 24px !important;
text-align: center;
font-size: 15px;
letter-spacing: 0px;
font-weight: 600;
color: #FFFFFF;
- border-radius: 20px;
- -moz-border-radius: 20px 20px 20px 20px;
- -webkit-border-radius: 20px;
border: 0;
+ transition: 0.3s;
}
.buttons input.next {
background-color: #2e7d3a;
@@ -181,13 +179,13 @@ button.ui-datepicker-trigger:hover {
/* FOOTER */
#footer_survey {
- color: #505050;
- border-top: 3px #2e7d3a solid;
+ color: #333;
+ border-top: 1px #E5E5E5 solid;
}
#footer_survey a {
font-weight: normal;
text-decoration: none;
- color: #505050;
+ color: #333;
}
/* LOGO */
@@ -203,7 +201,7 @@ button.ui-datepicker-trigger:hover {
margin: 10px auto 30px auto;
left: 0;
right: 0;
- background-image: url("../../../public/img/logo/1ka_slo.svg");
+ background-image: url("../../../public/img/logo/1ka_logo_slo.svg");
background-repeat: no-repeat;
background-size: auto 100% !important;
background-position: center;
@@ -221,7 +219,19 @@ button.ui-datepicker-trigger:hover {
}
#footer_survey #logo.english {
- background-image: url("../../../public/img/logo/1ka_eng.svg");
+ background-image: url("../../../public/img/logo/1ka_logo_eng.svg");
+}
+
+#footer_survey #logo.namestitev {
+ background-image: url("../../../public/img/logo/1ka_logo_namestitev.svg");
+}
+
+#footer_survey #logo.namestitev.english {
+ background-image: url("../../../public/img/logo/1ka_logo_installation.svg");
+}
+
+#footer_survey #logo.arnes {
+ background-image: url("../../../public/img/logo/1ka_logo_arnes.svg");
}
/*# sourceMappingURL=MobileGreen.css.map */