Merge branch 'master' of https://git.1ka.si/git/1ka
This commit is contained in:
commit
28e3a0eca4
@ -7,7 +7,7 @@ body {
|
||||
padding: 0;
|
||||
color: #333;
|
||||
font-size: 75%;
|
||||
font-family: Source Sans Pro, sans-serif !important;
|
||||
font-family: Montserrat, sans-serif !important;
|
||||
background: #b0e8ff url(Otroci/otroci-3-footer.png) left bottom repeat-x;
|
||||
}
|
||||
|
||||
@ -184,7 +184,7 @@ span.reminder {
|
||||
|
||||
/* Textboxi, textarea, select */
|
||||
input, textarea, select {
|
||||
font-family: Source Sans Pro, sans-serif !important;
|
||||
font-family: Montserrat, sans-serif !important;
|
||||
}
|
||||
|
||||
input[type=text], textarea, select {
|
||||
|
@ -7,7 +7,7 @@ body {
|
||||
padding: 0;
|
||||
color: #333;
|
||||
font-size: 75%;
|
||||
font-family: Source Sans Pro, sans-serif !important;
|
||||
font-family: Montserrat, sans-serif !important;
|
||||
background: #fff url(Otroci/otroci-4-footer.png) left bottom repeat-x;
|
||||
}
|
||||
|
||||
@ -180,7 +180,7 @@ span.reminder {
|
||||
|
||||
/* Textboxi, textarea, select */
|
||||
input, textarea, select {
|
||||
font-family: Source Sans Pro, sans-serif !important;
|
||||
font-family: Montserrat, sans-serif !important;
|
||||
}
|
||||
|
||||
input[type=text], textarea, select {
|
||||
|
@ -211,7 +211,7 @@ iframe {
|
||||
padding: 5px 0 20px 0;
|
||||
font-size: 18px;
|
||||
color: #333;
|
||||
font-weight: 500;
|
||||
font-weight: 600;
|
||||
line-height: 25px;
|
||||
}
|
||||
#outercontainer #container .grupa .spremenljivka .naslov .reminder {
|
||||
@ -472,7 +472,7 @@ iframe {
|
||||
}
|
||||
#outercontainer #container .grupa .spremenljivka.tip_6 .grid_mobile .grid_mobile_question .grid_mobile_title, #outercontainer #container .grupa .spremenljivka.tip_16 .grid_mobile .grid_mobile_question .grid_mobile_title, #outercontainer #container .grupa .spremenljivka.tip_19 .grid_mobile .grid_mobile_question .grid_mobile_title, #outercontainer #container .grupa .spremenljivka.tip_20 .grid_mobile .grid_mobile_question .grid_mobile_title, #outercontainer #container .grupa .spremenljivka.tip_24 .grid_mobile .grid_mobile_question .grid_mobile_title {
|
||||
padding: 7px 9px;
|
||||
font-weight: 500;
|
||||
font-weight: 600;
|
||||
}
|
||||
#outercontainer #container .grupa .spremenljivka.tip_6 .grid_mobile .grid_mobile_question .grid_mobile_variables, #outercontainer #container .grupa .spremenljivka.tip_16 .grid_mobile .grid_mobile_question .grid_mobile_variables, #outercontainer #container .grupa .spremenljivka.tip_19 .grid_mobile .grid_mobile_question .grid_mobile_variables, #outercontainer #container .grupa .spremenljivka.tip_20 .grid_mobile .grid_mobile_question .grid_mobile_variables, #outercontainer #container .grupa .spremenljivka.tip_24 .grid_mobile .grid_mobile_question .grid_mobile_variables {
|
||||
width: 100%;
|
||||
@ -611,7 +611,7 @@ iframe {
|
||||
font-size: 13px;
|
||||
color: #999;
|
||||
line-height: 20px;
|
||||
font-weight: 500;
|
||||
font-weight: 600;
|
||||
}
|
||||
#outercontainer #container .grupa .spremenljivka.tip_6 table.grid_table, #outercontainer #container .grupa .spremenljivka.tip_16 table.grid_table, #outercontainer #container .grupa .spremenljivka.tip_19 table.grid_table, #outercontainer #container .grupa .spremenljivka.tip_20 table.grid_table, #outercontainer #container .grupa .spremenljivka.tip_24 table.grid_table {
|
||||
width: auto;
|
||||
|
@ -103,7 +103,7 @@ iframe{
|
||||
|
||||
font-size: 18px;
|
||||
color: #333;
|
||||
font-weight: 500;
|
||||
font-weight: 600;
|
||||
line-height: 25px;
|
||||
|
||||
.reminder{
|
||||
@ -456,7 +456,7 @@ iframe{
|
||||
.grid_mobile_title{
|
||||
padding: 7px 9px;
|
||||
|
||||
font-weight: 500;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.grid_mobile_variables{
|
||||
@ -592,7 +592,7 @@ iframe{
|
||||
font-size: 13px;
|
||||
color: #999;
|
||||
line-height: 20px;
|
||||
font-weight: 500;
|
||||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
Tema Otroci 3
|
||||
*/
|
||||
|
||||
$font_family: Source Sans Pro, sans-serif;
|
||||
$font_family: Montserrat, sans-serif;
|
||||
|
||||
/* Barve */
|
||||
$color_text: #333;
|
||||
|
@ -2,7 +2,7 @@
|
||||
Tema Otroci 4
|
||||
*/
|
||||
|
||||
$font_family: Source Sans Pro, sans-serif;
|
||||
$font_family: Montserrat, sans-serif;
|
||||
|
||||
/* Barve */
|
||||
$color_text: #333;
|
||||
|
Loading…
x
Reference in New Issue
Block a user