61 lines
1017 B
SCSS

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 07-Aug-2018, 12:30:35
Author : podkrizniku
*/
.jezik_right {
span.display_editor {
visibility: visible;
}
div.spremenljivka_content {
span.inline_edit {
visibility: visible;
}
}
float: left;
width: 47%;
margin-bottom: 10px;
margin-left: 1%;
padding-left: 5px;
border: 0;
.spremenljivka {
padding-top: 0px;
padding-bottom: 8px;
}
}
.textleft {
text-align: left !important;
}
.textleft.gray {
font-weight: normal !important;
}
h2.jezik_page {
color: $grey_light;
font-size: 12px;
font-weight: normal;
margin: 0 10px;
}
.jezik_left {
float: left;
clear: both;
opacity: 0.6;
width: 47%;
margin-bottom: 10px;
padding-left: 5px;
border: 0;
.spremenljivka {
padding-top: 0px;
padding-bottom: 8px;
}
}
.jezik_left.noborder {
border: 0;
}
.jezik_right.noborder {
border: 0;
}