37 lines
672 B
SCSS
37 lines
672 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 : 06-Aug-2018, 11:52:14
|
||
|
Author : podkrizniku
|
||
|
*/
|
||
|
|
||
|
#branching.komentarji {
|
||
|
left: 30px;
|
||
|
|
||
|
li.spr {
|
||
|
margin-left: 0;
|
||
|
}
|
||
|
}
|
||
|
#branching {
|
||
|
.komentarji_anketa {
|
||
|
width: 44%;
|
||
|
padding: 2%;
|
||
|
margin: 30px 0;
|
||
|
border: 1px solid $soft_blue;
|
||
|
background-color: $soft_blue_very_lighten;
|
||
|
span.komentarji_title {
|
||
|
padding: 10px;
|
||
|
font-weight: 600;
|
||
|
font-size: 13px;
|
||
|
}
|
||
|
}
|
||
|
.komentarji_resp {
|
||
|
float: right;
|
||
|
}
|
||
|
.komentarji_ured {
|
||
|
float: left;
|
||
|
}
|
||
|
}
|