blob: e964cbd27b18ec6f14e238652a3006d8d079a9f2 [file] [log] [blame]
@import '../netopeer-common';
@import '../inventory/inventory.component';
@import './tree.component';
#config-data {
width: 100%;
}
.item_action_expand,
.item_action_collapse {
height: 1em;
}
.item_action_collapse:hover {
color: $red;
}
.item_action_expand:hover {
color: $green;
}
.modifications-status {
margin-bottom: 2em;
margin-right: 2em;
padding: 0.5em 1em;
>div {
position: fixed;
bottom: 2em;
right: 2em;
background-color: $colorChanged;
border: 2px solid $colorChangedBorder;
padding: 0 1em;
div {
padding: 0.5em 0;
}
}
}
.loading {
text-align: center;
margin: auto;
width: 10em;
div {
margin: auto;
width: 50px;
}
}