141 lines
3.6 KiB
SCSS
Raw Normal View History

div.prevajanje_holder {
// Posamezna sekcija (nastavitve, prevod imena, vprasanja)
.section{
margin: 0 16px 16px 16px;
.jezik_row{
display: flex;
width: 100%;
// Leva in desna stran
.jezik_left,
.jezik_right{
overflow-x: auto;
box-sizing: border-box;
width: 50%;
max-width: 50%;
&.jezik_left{
margin-right: 16px;
}
div.spremenljivka_content {
min-height: 100% !important;
box-sizing: border-box;
}
p.editable {
width: 100%;
box-sizing: border-box;
border: 1px solid $gray;
border-radius: 4px;
margin-top: 4px;
height: 30px;
padding: 5px 8px;
}
span.title {
font-size: 20px;
}
}
}
// Segment z zgornjimi nastavitvami
&.jezik_top_settings{
fieldset {
width: 50%;
margin-bottom: 0;
&.jezik_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;
}
}
}
}
&.jezik_right{
button {
margin-top: 8px;
}
}
}
}
// Segment z dodatnimi nastavitvami
&.jezik_additional_settings{
}
// Segment s naslovom ankete
&.jezik_texti{
}
// Segment z vprasanji
&.jezik_vprasanja{
.jezik_row{
margin-bottom: 32px;
// Vrstica z naslovom strani
&.page{
font-weight: 600;
margin-bottom: 4px;
margin-top: 20px;
}
// Urejanje vprasanja
&.question{
}
// Urejanje uvoda, zakljucka
&.tip_-1,
&.tip_-2{
}
}
}
}
}