71 lines
1.5 KiB
SCSS
Raw Normal View History

//STATUS
// Povzetek > Nastavitev obdobja
div#div_time_profiles {
//Vsebina popupa
div.popup_main {
div#time_profile_content {
.setting_holder {
margin-bottom: 16px;
display: flex;
flex-direction: column;
&:first-of-type{
margin-top: 0;
}
.setting_item {
margin-top: 8px;
label {
margin-right: 0;
}
input.text {
margin: 0 4px 0 4px;
}
span.faicon {
margin-right: 16px;
}
select.dropdown {
margin-left: 4px;
width: 130px;
}
}
}
}
}
//Nov profil, preimenuj profil
div#newProfileDiv,
div#renameProfileDiv {
.setting_holder {
margin-bottom: 16px;
display: flex;
flex-direction: column;
&:first-of-type{
margin-top: 0;
}
.setting_item {
margin-top: 8px;
label {
margin-right: 0;
}
input.text {
margin-left: 4px;
width: 469px;
}
}
}
}
}