62 lines
976 B
SCSS
62 lines
976 B
SCSS
![]() |
.page_kolektor{
|
||
|
|
||
|
button.kolektor_create_response{
|
||
|
margin-bottom: 40px;
|
||
|
}
|
||
|
|
||
|
// Tabela responsov
|
||
|
table.kolektor_reponses{
|
||
|
width: 100%;
|
||
|
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
// Popup za dodajanje respondenta
|
||
|
#kolektor_add_response{
|
||
|
max-height: 95vh;
|
||
|
overflow-y: auto;
|
||
|
|
||
|
#kolektor_add_response_form{
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
|
||
|
.error_messages{
|
||
|
margin-bottom: 16px;
|
||
|
|
||
|
font-weight: 600;
|
||
|
|
||
|
ul{
|
||
|
margin: 0;
|
||
|
|
||
|
li.error_message{
|
||
|
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.kolektor_setting{
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
|
||
|
margin-bottom: 8px;
|
||
|
|
||
|
&.error{
|
||
|
color: $red;
|
||
|
}
|
||
|
|
||
|
.setting_line{
|
||
|
margin-top: 8px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
#kolektor_respondent_settings{
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
}
|