23 lines
482 B
SCSS
23 lines
482 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 : 03-Aug-2018, 13:34:26
|
|
Author : podkrizniku
|
|
*/
|
|
|
|
#branching.expanded.branching_forma {
|
|
ul.first {
|
|
li.empty_vrivanje {
|
|
margin-top: -45px !important;
|
|
}
|
|
margin-top: 59px !important;
|
|
}
|
|
}
|
|
#branching.collapsed.branching_forma {
|
|
ul.first {
|
|
margin-top: 66px !important;
|
|
}
|
|
} |