81 lines
1.6 KiB
SCSS
81 lines
1.6 KiB
SCSS
![]() |
div.prevajanje_holder {
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
gap: 32px;
|
||
|
width: 100%;
|
||
|
box-sizing: border-box;
|
||
|
padding: 0 32px;
|
||
|
|
||
|
//Nastavite zgoraj
|
||
|
fieldset {
|
||
|
width: 50%;
|
||
|
box-sizing: border-box;
|
||
|
margin-bottom: 8px;
|
||
|
|
||
|
&.lang_set_left{
|
||
|
min-height: 100% !important;
|
||
|
}
|
||
|
|
||
|
div.lang_name {
|
||
|
font-size: 20px;
|
||
|
margin-bottom: 14px;
|
||
|
a {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
div.lang_content {
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
gap: 82px;
|
||
|
margin-bottom: 32px;
|
||
|
|
||
|
div.lang_column {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
|
||
|
div.lang_item {
|
||
|
span.faicon {
|
||
|
margin-right: 8px;
|
||
|
color: $blue !important;
|
||
|
}
|
||
|
|
||
|
span.faicon.pdf::before,
|
||
|
span.faicon.rtf::before{
|
||
|
color: $blue !important;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
margin-bottom: 16px;
|
||
|
&:last-of-type {
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
&.lang_set_right{
|
||
|
button {
|
||
|
margin-top: 8px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
//Prevajanje
|
||
|
|
||
|
div.jezik_left,
|
||
|
div.jezik_right {
|
||
|
width: 50%;
|
||
|
|
||
|
span.title {
|
||
|
font-size: 20px;
|
||
|
margin-bottom: 16px;
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
}
|