-
Benaissa BENARBIA authored
remove unused variable update stye and depth update style fix bug for show AU without parent and fix design bugs fix buttons bug " Co-authored-by:
bbenarbia <benaissa.benarbia@gmail.com>
Unverified37eefebb
filing-holding-scheme.component.scss 1.52 KiB
@import '~ui-frontend-common/sass/variables/colors';
.tree-filing-scheme-side-panel {
min-width: 100%;
height: 100vh;
background: white;
margin-top: 90px;
}
.tree-filing-scheme {
height: auto;
max-height: 70vh;
overflow: auto;
width: 100%;
overflow-x: auto;
white-space: nowrap;
background-color: #fafafa;
}
.filing-holding-scheme-tree-invisible {
display: none;
}
.filing-holding-scheme-tree ul,
.filing-holding-scheme-tree li {
margin-top: 0;
margin-bottom: 0;
list-style-type: none;
}
.filing-holding-scheme-tree-node {
position: relative;
border-bottom: 1px solid transparentize(#979797, 0.7);
color: var(--vitamui-secondary-dark-5);
cursor: pointer;
&:hover {
// text-decoration: underline;
background-color: rgba(250, 250, 250, 1);
}
}
.loader {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.8);
}
.icon-greeny-blue {
color: var(--vitamui-secondary);
}
.tree-show-link {
cursor: pointer;
color: #979797;
text-decoration: underline;
}
.badge {
display: inline-block;
padding: 0.25em 1.5em;
font-size: 100%;
font-weight: 700;
line-height: 1;
position: absolute;
top: 14px;
white-space: nowrap;
vertical-align: baseline;
border-radius: 1.25rem;
right: 2px;
width: 54px;
text-align: right;
}
.badge-secondary {
color: #2c76c9;
background-color: #abcaed;
}
.area-show-tree {
padding-top: 20px;
}
.badge-parent {
position: relative;
}