profile editor, env vars editor, creating profiles from shell list

This commit is contained in:
Eugene Pankov
2018-12-18 15:08:23 +01:00
parent 4b5b75a57a
commit 137dd0bbe8
17 changed files with 363 additions and 270 deletions

View File

@@ -70,7 +70,7 @@ $popover-bg: $body-bg;
$dropdown-bg: $body-bg;
$dropdown-link-color: $body-color;
$dropdown-link-hover-color: #333;
$dropdown-link-hover-color: white;
$dropdown-link-hover-bg: $body-bg2;
//$dropdown-link-active-color: $component-active-color;
//$dropdown-link-active-bg: $component-active-bg;
@@ -362,6 +362,15 @@ toggle.active .body .toggle {
background: $blue;
}
.modal .modal-footer {
background: rgba(0, 0, 0, .25);
.btn {
font-weight: bold;
padding: 0.375rem 1.5rem;
}
}
.list-group-item svg {
fill: white;
fill-opacity: 0.75;