2018-01-22 13:01:38 -08:00
|
|
|
|
2019-09-18 17:17:36 +02:00
|
|
|
// These are overriding the variables at https://getbootstrap.com/docs/3.4/customize/
|
|
|
|
|
|
2020-02-11 21:06:34 +01:00
|
|
|
$text-dark: #333;
|
|
|
|
|
|
2018-01-22 13:01:38 -08:00
|
|
|
$brand-primary: #2196F3 !default; // #62bdfc
|
|
|
|
|
$brand-success: #27CE65 !default;
|
2019-03-20 09:32:33 -07:00
|
|
|
$brand-info: #3995b1 !default;
|
2018-01-22 13:01:38 -08:00
|
|
|
$brand-warning: #f0ad4e !default;
|
2019-02-06 17:28:01 +01:00
|
|
|
$brand-danger: #ff4c4c !default;
|
2018-01-22 13:01:38 -08:00
|
|
|
|
|
|
|
|
$body-bg: #E5E5E5;
|
|
|
|
|
$font-family-sans-serif: Roboto, Helvetica, Arial, sans-serif;
|
|
|
|
|
$font-family-heading: Roboto-Light, Helvetica, Arial, sans-serif;
|
|
|
|
|
|
|
|
|
|
$navbar-default-link-color: #428BCA !default;
|
|
|
|
|
$navbar-default-link-hover-color: #62bdfc !default;
|
|
|
|
|
$navbar-default-link-active-color: #62bdfc !default;
|
|
|
|
|
$navbar-default-brand-color: #777 !default;
|
|
|
|
|
|
|
|
|
|
$btn-default-bg: transparent !default;
|
|
|
|
|
$btn-default-color: #444 !default;
|
|
|
|
|
$btn-default-border: #aaa !default;
|
|
|
|
|
|
|
|
|
|
//$btn-primary-bg: $btn-default-bg;
|
|
|
|
|
//$btn-primary-color: $brand-primary !default;
|
|
|
|
|
$btn-primary-border: $brand-primary !default;
|
|
|
|
|
|
|
|
|
|
//$btn-success-bg: $btn-default-bg;
|
|
|
|
|
//$btn-success-color: $brand-success !default;
|
|
|
|
|
$btn-success-border: $brand-success !default;
|
|
|
|
|
|
|
|
|
|
$btn-info-bg: $btn-default-bg;
|
|
|
|
|
$btn-info-color: $brand-info !default;
|
|
|
|
|
$btn-info-border: $brand-info !default;
|
|
|
|
|
|
2019-09-12 17:42:33 +02:00
|
|
|
// $btn-warning-bg: #333 !default;
|
|
|
|
|
// $btn-warning-color: $brand-warning !default;
|
|
|
|
|
// $btn-warning-border: $brand-warning !default;
|
2018-01-22 13:01:38 -08:00
|
|
|
|
|
|
|
|
$btn-danger-bg: $btn-default-bg;
|
|
|
|
|
$btn-danger-color: $brand-danger !default;
|
|
|
|
|
$btn-danger-border: $brand-danger !default;
|
|
|
|
|
|
|
|
|
|
$modal-content-border-color: transparent !default;
|
|
|
|
|
$modal-header-border-color: white !default;
|
|
|
|
|
$border-radius-large: 2px !default;
|
|
|
|
|
$border-radius-base: 2px !default;
|
|
|
|
|
|
|
|
|
|
$table-border-color: transparent !default;
|
|
|
|
|
|
2019-09-18 17:17:36 +02:00
|
|
|
$state-danger-bg: $brand-danger;
|
|
|
|
|
$state-danger-text: $brand-danger;
|
|
|
|
|
$state-danger-border: $brand-danger;
|
|
|
|
|
|
2018-01-22 13:01:38 -08:00
|
|
|
@import "bootstrap";
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Roboto;
|
|
|
|
|
src: url(3rdparty/Roboto-Regular.ttf);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Roboto-Light;
|
|
|
|
|
src: url(3rdparty/Roboto-Light.ttf);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// ----------------------------
|
|
|
|
|
// Bootstrap extension
|
|
|
|
|
// ----------------------------
|
|
|
|
|
|
|
|
|
|
.row-same-height {
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: table;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.col-same-height {
|
|
|
|
|
height: 100%;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
display: table-cell;
|
|
|
|
|
float: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.row-no-margin {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.row-no-margin:before,
|
|
|
|
|
.row-no-margin:after {
|
|
|
|
|
content: " ";
|
|
|
|
|
display: table;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.row-no-margin:after {
|
|
|
|
|
clear: both;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.elide-table-cell {
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
max-width: 300px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
|
|
|
|
|
background-color: $brand-primary;
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
|
2018-03-13 10:16:31 +01:00
|
|
|
input[type="checkbox"] {
|
2019-05-31 15:23:59 -07:00
|
|
|
margin-top: 2px;
|
2018-03-13 10:16:31 +01:00
|
|
|
}
|
|
|
|
|
|
2018-05-24 15:17:44 +02:00
|
|
|
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
|
|
|
|
|
background-color: white;
|
|
|
|
|
outline: none;
|
|
|
|
|
}
|
2018-01-22 13:01:38 -08:00
|
|
|
|
2018-11-15 17:42:29 +01:00
|
|
|
.fa-fw {
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2019-02-10 08:52:54 +01:00
|
|
|
.tooltip.long {
|
|
|
|
|
.tooltip-inner {
|
|
|
|
|
max-width: 400px;
|
|
|
|
|
white-space: unset;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2019-10-22 15:56:53 +02:00
|
|
|
.tooltip.long.nowrap {
|
|
|
|
|
.tooltip-inner {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2019-01-15 13:29:39 +01:00
|
|
|
.tooltip-inner {
|
2019-01-14 17:02:23 +01:00
|
|
|
white-space: nowrap;
|
2019-01-15 13:29:39 +01:00
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
2019-01-14 17:02:23 +01:00
|
|
|
}
|
|
|
|
|
|
2020-03-05 20:44:09 -08:00
|
|
|
.tooltip {
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
}
|
|
|
|
|
|
2019-09-12 17:42:33 +02:00
|
|
|
.btn.pull-right {
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-01-22 13:01:38 -08:00
|
|
|
// ----------------------------
|
|
|
|
|
// Main classes
|
|
|
|
|
// ----------------------------
|
|
|
|
|
|
|
|
|
|
html, body {
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2018-12-11 18:17:53 +01:00
|
|
|
.offline-banner {
|
|
|
|
|
position: fixed;
|
|
|
|
|
z-index: 30000;
|
|
|
|
|
background-color: $brand-danger;
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding: 2px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: white;
|
2019-09-06 00:14:05 +02:00
|
|
|
|
|
|
|
|
&:hover, &:focus {
|
|
|
|
|
color: white;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
2018-12-11 18:17:53 +01:00
|
|
|
}
|
|
|
|
|
|
2018-01-22 13:01:38 -08:00
|
|
|
.layout-root {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
height: 100%;
|
|
|
|
|
max-height: 100%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layout-content {
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ng-view {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.shadow {
|
|
|
|
|
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
|
|
|
|
|
}
|
|
|
|
|
|
2018-03-14 09:04:05 -07:00
|
|
|
.highlight:hover {
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.1) !important;
|
|
|
|
|
}
|
2018-03-13 10:50:03 +01:00
|
|
|
|
2018-01-22 13:01:38 -08:00
|
|
|
.content {
|
|
|
|
|
width: 100%;
|
|
|
|
|
max-width: 720px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
|
|
|
|
|
@media(min-width:768px) {
|
|
|
|
|
width: 720px;
|
|
|
|
|
|
|
|
|
|
&.content-large {
|
|
|
|
|
width: 970px;
|
|
|
|
|
max-width: 970px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
flex-grow: 0;
|
|
|
|
|
|
|
|
|
|
.navbar-collapse {
|
|
|
|
|
background-color: #F8F8F8;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media(min-width:768px) {
|
|
|
|
|
max-height: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar-brand-icon {
|
|
|
|
|
padding: 5px 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar-nav > li > a {
|
|
|
|
|
@media(min-width:768px) {
|
|
|
|
|
padding: 13px 15px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.panel-body {
|
|
|
|
|
padding: 15px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.radio {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.help {
|
|
|
|
|
color: #757c82;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
color: $navbar-default-link-hover-color;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1, h2, h3 {
|
|
|
|
|
font-family: $font-family-heading;
|
|
|
|
|
}
|
|
|
|
|
|
2019-04-02 13:11:00 +02:00
|
|
|
.view-header {
|
|
|
|
|
padding-left: 15px;
|
|
|
|
|
padding-right: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
2019-02-23 18:28:15 -08:00
|
|
|
.offscreen {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: -999em;
|
|
|
|
|
}
|
|
|
|
|
|
2020-03-25 06:58:38 +01:00
|
|
|
textarea {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2018-01-22 13:01:38 -08:00
|
|
|
// ----------------------------
|
|
|
|
|
// Apps view
|
|
|
|
|
// ----------------------------
|
|
|
|
|
|
2019-03-25 10:42:31 +01:00
|
|
|
.app-grid {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
2019-03-25 16:31:49 +01:00
|
|
|
width: 100%;
|
2019-03-25 10:42:31 +01:00
|
|
|
}
|
|
|
|
|
|
2018-01-22 13:01:38 -08:00
|
|
|
.grid-item {
|
|
|
|
|
padding: 10px;
|
2019-05-13 23:04:40 +02:00
|
|
|
width: 241px;
|
2018-01-22 13:01:38 -08:00
|
|
|
|
2020-05-11 12:00:34 +02:00
|
|
|
@media(max-width:767px) {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2018-01-22 13:01:38 -08:00
|
|
|
.col-xs-12 {
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
padding-right: 5px;
|
|
|
|
|
|
|
|
|
|
.status, .status {
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
padding-right: 5px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.grid-item-content {
|
2019-03-25 10:42:31 +01:00
|
|
|
position: relative; // required to make action buttons positioned absolute within the element
|
2018-01-22 13:01:38 -08:00
|
|
|
background-color: white;
|
|
|
|
|
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.grid-item-top {
|
|
|
|
|
padding: 10px 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.grid-item-top-title {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
font-family: $font-family-heading;
|
|
|
|
|
}
|
|
|
|
|
|
2019-03-25 10:42:31 +01:00
|
|
|
.grid-item-actions {
|
2019-03-25 16:31:49 +01:00
|
|
|
display: block;
|
2018-01-22 13:01:38 -08:00
|
|
|
position: absolute;
|
2020-06-10 18:00:50 +02:00
|
|
|
top: 30px;
|
2018-01-22 13:01:38 -08:00
|
|
|
right: -10px;
|
|
|
|
|
opacity: 0;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
transition: all 250ms;
|
|
|
|
|
|
2020-05-11 12:00:34 +02:00
|
|
|
@media(max-width:767px) {
|
2019-03-25 16:01:12 +01:00
|
|
|
opacity: 1;
|
2020-06-11 19:33:59 +02:00
|
|
|
top: 0;
|
2020-05-11 12:00:34 +02:00
|
|
|
right: 20px;
|
2018-01-22 13:01:38 -08:00
|
|
|
}
|
2019-04-02 13:17:30 +02:00
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
display: block;
|
|
|
|
|
text-align: center;
|
2020-05-11 12:00:34 +02:00
|
|
|
transition: transform 150ms ease-in;
|
2020-06-10 18:00:50 +02:00
|
|
|
margin: 10px 0;
|
2020-05-11 12:00:34 +02:00
|
|
|
|
|
|
|
|
@media(max-width:767px) {
|
2020-06-10 18:00:50 +02:00
|
|
|
margin: 40px 0;
|
2020-05-11 12:00:34 +02:00
|
|
|
transform: scale(1.8);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media(min-width:768px) {
|
|
|
|
|
&:hover {
|
|
|
|
|
transform: scale(2);
|
|
|
|
|
}
|
|
|
|
|
}
|
2019-04-02 13:17:30 +02:00
|
|
|
}
|
2020-06-11 19:32:23 +02:00
|
|
|
|
|
|
|
|
.grid-items-action-tooltip {
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
2018-01-22 13:01:38 -08:00
|
|
|
}
|
|
|
|
|
|
2020-05-11 12:00:34 +02:00
|
|
|
@media(min-width:768px) {
|
|
|
|
|
.grid-item:hover .grid-item-actions {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
right: 10px;
|
|
|
|
|
}
|
2019-03-25 10:42:31 +01:00
|
|
|
}
|
|
|
|
|
|
2018-01-22 13:01:38 -08:00
|
|
|
.app-update-badge {
|
2019-04-02 13:11:00 +02:00
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
2019-04-16 09:21:09 +02:00
|
|
|
position: absolute;
|
|
|
|
|
right: -12px;
|
|
|
|
|
top: -12px;
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
height: 36px;
|
|
|
|
|
width: 36px;
|
2019-04-02 13:11:00 +02:00
|
|
|
color: white;
|
|
|
|
|
cursor: pointer;
|
2019-04-16 09:21:09 +02:00
|
|
|
background-color: $brand-success;
|
|
|
|
|
border-radius: 34px;
|
2019-04-02 13:11:00 +02:00
|
|
|
transition: all 100ms ease-out;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
2019-04-16 09:21:09 +02:00
|
|
|
transform: scale(1.4);
|
2019-04-02 13:11:00 +02:00
|
|
|
}
|
2019-04-16 09:21:09 +02:00
|
|
|
|
2018-01-22 13:01:38 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.app-postinstall-message {
|
|
|
|
|
max-height: 500px;
|
|
|
|
|
overflow-x: none;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.app-info-title {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin: 5px 10px;
|
2018-08-05 21:10:18 -07:00
|
|
|
line-height: 1.4;
|
2018-01-22 13:01:38 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.app-info-meta {
|
2018-08-05 21:10:18 -07:00
|
|
|
margin-left: 4px;
|
2018-01-22 13:01:38 -08:00
|
|
|
color: $text-muted;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.app-info-icon {
|
|
|
|
|
float: left;
|
|
|
|
|
min-height: 64px;
|
|
|
|
|
max-height: 64px;
|
|
|
|
|
min-width: 64px;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2018-02-09 10:11:18 +01:00
|
|
|
.app-tooltip {
|
|
|
|
|
left: 32px !important;
|
|
|
|
|
}
|
|
|
|
|
|
2018-03-05 12:10:17 +01:00
|
|
|
multiselect {
|
|
|
|
|
&.stretch {
|
|
|
|
|
button {
|
|
|
|
|
min-width: 120px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dropdown-toggle {
|
|
|
|
|
background-color: white;
|
|
|
|
|
border-color: #ccc;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
background-color: white;
|
|
|
|
|
}
|
2018-01-22 13:01:38 -08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2019-05-22 09:29:17 +02:00
|
|
|
// same as settings-avatar
|
|
|
|
|
.app-custom-icon {
|
2019-09-26 21:12:11 +02:00
|
|
|
position: relative;
|
2019-05-22 09:29:17 +02:00
|
|
|
cursor: pointer;
|
2019-05-31 14:25:03 -07:00
|
|
|
width: 64px;
|
|
|
|
|
height: 64px;
|
2019-05-22 09:29:17 +02:00
|
|
|
background-position: center;
|
2019-05-22 09:32:10 +02:00
|
|
|
background-size: 100% 100%;
|
2019-05-22 09:29:17 +02:00
|
|
|
background-repeat: no-repeat;
|
2019-05-31 14:25:03 -07:00
|
|
|
border: 1px solid gray;
|
|
|
|
|
border-radius: 3px;
|
2019-05-22 09:29:17 +02:00
|
|
|
|
2019-09-26 21:12:11 +02:00
|
|
|
img {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2019-05-22 09:29:17 +02:00
|
|
|
.overlay {
|
2019-09-26 21:12:11 +02:00
|
|
|
position: absolute;
|
2019-05-22 09:29:17 +02:00
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
2019-09-26 21:12:11 +02:00
|
|
|
top: 0;
|
2019-05-22 09:29:17 +02:00
|
|
|
background-color: rgba(255, 255, 255 ,0.3);
|
|
|
|
|
background-image: url('/img/plus.png');
|
|
|
|
|
background-repeat: no-repeat;
|
2019-05-31 14:25:03 -07:00
|
|
|
background-size: 32px 32px;
|
2019-05-22 09:29:17 +02:00
|
|
|
background-position: center;
|
|
|
|
|
transition: all 150ms;
|
|
|
|
|
opacity: 0;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2019-05-31 15:19:07 +02:00
|
|
|
.alternate-domains .col-lg-11 {
|
|
|
|
|
padding-right: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.alternate-domains .col-lg-1 {
|
|
|
|
|
padding-left: 0px;
|
|
|
|
|
padding-right: 0px;
|
|
|
|
|
}
|
2018-03-05 12:10:17 +01:00
|
|
|
|
2019-06-05 20:22:44 +02:00
|
|
|
.alternate-domains .row {
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2020-02-11 21:06:34 +01:00
|
|
|
.back-to-view-link {
|
|
|
|
|
position: absolute;
|
|
|
|
|
z-index: 20;
|
|
|
|
|
top: 50px;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
background-color: white;
|
|
|
|
|
|
|
|
|
|
@media(min-width:768px) {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
width: auto;
|
|
|
|
|
padding: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
|
&:focus {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2020-04-29 22:18:44 -07:00
|
|
|
.bind-name {
|
|
|
|
|
width: 35%
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bind-host-path {
|
|
|
|
|
width: 45%;
|
|
|
|
|
.form-control {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2020-02-11 21:06:34 +01:00
|
|
|
// ----------------------------
|
|
|
|
|
// Mail view
|
|
|
|
|
// ----------------------------
|
|
|
|
|
|
2020-03-25 20:13:45 -07:00
|
|
|
.maillog-filter {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
|
|
.form-control {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 200px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2020-02-11 21:06:34 +01:00
|
|
|
.email-domain-list-item {
|
|
|
|
|
display: block;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color: $text-dark;
|
|
|
|
|
padding: 8px;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color: $text-dark;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.no-padding {
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
2020-04-19 19:44:45 -07:00
|
|
|
.aliases .col-lg-11 {
|
|
|
|
|
padding-right: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.aliases .col-lg-1 {
|
|
|
|
|
padding-left: 0px;
|
|
|
|
|
padding-right: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.aliases .row {
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2019-09-11 21:24:25 +02:00
|
|
|
// ----------------------------
|
|
|
|
|
// App view
|
|
|
|
|
// ----------------------------
|
|
|
|
|
|
2019-09-16 14:03:13 +02:00
|
|
|
.app-configure {
|
2019-09-30 15:18:44 +02:00
|
|
|
// Ensure back link is fully visible
|
|
|
|
|
@media(max-width:1200px) {
|
|
|
|
|
margin-top: 60px;
|
|
|
|
|
}
|
|
|
|
|
|
2019-09-16 14:03:13 +02:00
|
|
|
h3 {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card {
|
2020-05-13 00:42:27 +02:00
|
|
|
min-height: 418px;
|
2019-09-16 14:03:13 +02:00
|
|
|
}
|
|
|
|
|
|
2019-09-30 15:18:44 +02:00
|
|
|
@media(min-width:768px) {
|
|
|
|
|
.col-sm-2 {
|
|
|
|
|
padding-right: 0;
|
|
|
|
|
}
|
2019-09-16 14:03:13 +02:00
|
|
|
|
2019-09-30 15:18:44 +02:00
|
|
|
.col-sm-8 {
|
|
|
|
|
padding-left: 0;
|
2019-10-27 22:51:58 +01:00
|
|
|
padding-right: 0;
|
2019-09-30 15:18:44 +02:00
|
|
|
}
|
2019-09-16 14:03:13 +02:00
|
|
|
}
|
2019-09-16 14:15:38 +02:00
|
|
|
|
2019-09-21 11:02:00 +02:00
|
|
|
.app-header-container {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
justify-content: space-between;
|
2019-10-25 12:10:08 +02:00
|
|
|
padding: 0 15px;
|
|
|
|
|
|
|
|
|
|
@media(min-width:768px) {
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
2019-09-21 11:02:00 +02:00
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
line-height: 0.7;
|
|
|
|
|
font-size: 30px;
|
2019-09-27 16:35:43 +02:00
|
|
|
|
|
|
|
|
a {
|
2019-09-28 15:49:35 +02:00
|
|
|
white-space: nowrap;
|
2019-09-27 16:35:43 +02:00
|
|
|
color: black;
|
|
|
|
|
|
2019-09-27 19:55:45 +02:00
|
|
|
&:hover,
|
|
|
|
|
&:active,
|
|
|
|
|
&:focus {
|
2019-09-27 16:35:43 +02:00
|
|
|
text-decoration: none;
|
|
|
|
|
color: $brand-primary;
|
|
|
|
|
}
|
|
|
|
|
}
|
2019-09-21 11:02:00 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div {
|
|
|
|
|
text-align: right;
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2019-09-16 14:03:13 +02:00
|
|
|
}
|
|
|
|
|
|
2019-10-25 12:10:08 +02:00
|
|
|
.app-configure-links-container {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card-container {
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.app-configure .row {
|
2019-10-27 22:40:58 +01:00
|
|
|
@media(max-width:769px) {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
2019-10-25 12:10:08 +02:00
|
|
|
}
|
|
|
|
|
|
2019-09-12 15:59:40 +02:00
|
|
|
.app-configure-links {
|
|
|
|
|
div {
|
|
|
|
|
cursor: pointer;
|
2019-10-25 12:10:08 +02:00
|
|
|
display: inline-block;
|
2019-09-16 14:03:13 +02:00
|
|
|
padding: 6px 15px;
|
2019-09-12 15:59:40 +02:00
|
|
|
margin: 0;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
color: black;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
font-size: 16px;
|
2019-09-16 14:03:13 +02:00
|
|
|
user-select: none;
|
2019-09-12 15:59:40 +02:00
|
|
|
|
2019-10-25 12:10:08 +02:00
|
|
|
@media(min-width:768px) {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
2019-09-12 15:59:40 +02:00
|
|
|
&:hover,
|
2019-09-16 14:03:13 +02:00
|
|
|
&:focus {
|
2019-09-12 15:59:40 +02:00
|
|
|
text-decoration: none;
|
2019-09-17 16:19:43 +02:00
|
|
|
background-color: #f3f3f3;
|
2019-09-16 14:03:13 +02:00
|
|
|
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
|
2019-09-12 15:59:40 +02:00
|
|
|
}
|
|
|
|
|
|
2019-09-16 14:03:13 +02:00
|
|
|
&.active {
|
|
|
|
|
background-color: white;
|
|
|
|
|
color: $navbar-default-link-color;
|
|
|
|
|
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
|
2019-09-12 15:59:40 +02:00
|
|
|
}
|
2019-09-22 12:10:44 +02:00
|
|
|
|
|
|
|
|
&.disabled {
|
|
|
|
|
color: gray;
|
|
|
|
|
background-color: transparent !important;
|
|
|
|
|
box-shadow: none !important;
|
|
|
|
|
cursor: not-allowed;
|
|
|
|
|
}
|
2019-09-12 15:59:40 +02:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2019-09-12 17:08:45 +02:00
|
|
|
.task-active-overlay {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
2019-09-19 20:43:43 +02:00
|
|
|
background-color: rgba(255, 255, 255, 0.7);
|
2019-09-12 17:08:45 +02:00
|
|
|
z-index: 7;
|
2019-09-13 10:34:12 +02:00
|
|
|
cursor: not-allowed;
|
2019-09-12 17:08:45 +02:00
|
|
|
}
|
|
|
|
|
|
2018-01-22 13:01:38 -08:00
|
|
|
// ----------------------------
|
|
|
|
|
// Appstore view
|
|
|
|
|
// ----------------------------
|
|
|
|
|
|
|
|
|
|
.appstore-login {
|
2018-03-14 09:04:05 -07:00
|
|
|
margin-top: 50px !important;
|
2018-01-22 13:01:38 -08:00
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
|
font-size: 32px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2020-06-12 15:02:41 +02:00
|
|
|
.appstore-toolbar {
|
|
|
|
|
position: fixed;
|
2020-06-13 22:39:37 +02:00
|
|
|
padding: 0;
|
2020-06-12 15:02:41 +02:00
|
|
|
background: $body-bg;
|
2020-06-12 15:44:13 +02:00
|
|
|
z-index: 2;
|
|
|
|
|
padding-top: 20px;
|
2020-06-13 23:11:17 +02:00
|
|
|
padding-bottom: 15px;
|
2020-06-13 22:39:37 +02:00
|
|
|
|
|
|
|
|
// below to not hide the scrollbar partly
|
2020-06-13 23:11:49 +02:00
|
|
|
width: calc(100% - 30px);
|
|
|
|
|
margin: 0 15px;
|
2020-06-12 15:02:41 +02:00
|
|
|
|
|
|
|
|
.appstore-toolbar-content {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin: auto;
|
2020-06-13 22:22:25 +02:00
|
|
|
max-width: 900px;
|
2020-06-12 15:02:41 +02:00
|
|
|
|
|
|
|
|
> input {
|
|
|
|
|
margin: 0 10px;
|
2020-06-13 23:11:17 +02:00
|
|
|
margin-right: 15px;
|
2020-06-12 15:02:41 +02:00
|
|
|
}
|
|
|
|
|
|
2020-06-13 22:17:38 +02:00
|
|
|
> button, > .dropdown > .btn {
|
2020-06-12 15:02:41 +02:00
|
|
|
border-radius: 0;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
2020-06-13 23:11:17 +02:00
|
|
|
> button:first-of-type {
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2020-06-12 15:02:41 +02:00
|
|
|
@media(max-width:768px) {
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
|
|
|
|
|
> input {
|
2020-06-13 22:43:35 +02:00
|
|
|
margin: 0;
|
2020-06-12 15:02:41 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
> button, > .dropdown {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.appstore-grid {
|
|
|
|
|
margin: auto;
|
2020-06-13 23:11:17 +02:00
|
|
|
margin-top: 65px;
|
2020-06-12 15:02:41 +02:00
|
|
|
width: 100%;
|
2020-06-13 22:22:25 +02:00
|
|
|
max-width: 900px;
|
2020-06-12 15:02:41 +02:00
|
|
|
}
|
|
|
|
|
|
2018-01-22 13:01:38 -08:00
|
|
|
.appstore-item {
|
|
|
|
|
padding: 10px;
|
|
|
|
|
width: 300px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.appstore-item-content {
|
|
|
|
|
background-color: white;
|
|
|
|
|
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.appstore-item-badge-testing {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0;
|
|
|
|
|
top: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.appstore-item-content-testing {
|
|
|
|
|
background-color: #E6E6E6;
|
|
|
|
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
|
|
background-size: 64px 64px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.appstore-item-content-title {
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.appstore-item-content-tagline {
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
height: 44px; // show two lines
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.appstore-item-content-icon {
|
|
|
|
|
width: 100px;
|
|
|
|
|
min-width: 100px;
|
|
|
|
|
max-width: 100px;
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.appstore-item-content-description {
|
|
|
|
|
width: 160px;
|
|
|
|
|
min-width: 160px;
|
|
|
|
|
max-width: 160px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.appstore-category-link {
|
|
|
|
|
display: block;
|
2018-02-23 11:34:04 -08:00
|
|
|
padding: 6px 10px;
|
2018-01-22 13:01:38 -08:00
|
|
|
margin: 0;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
color: black;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
2018-02-23 11:34:04 -08:00
|
|
|
font-size: 16px;
|
2018-01-22 13:01:38 -08:00
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
|
&:focus,
|
|
|
|
|
&.category-active {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
background-color: white;
|
|
|
|
|
color: black;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.category-active {
|
|
|
|
|
background-color: $navbar-default-link-hover-color;
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
& > i {
|
|
|
|
|
width: 30px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.appstore-category-missing {
|
|
|
|
|
padding: 10px;
|
|
|
|
|
background-color: white;
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 50px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
transition: all 250ms ease-out;
|
|
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
|
height: 200px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.appstore-install-description {
|
|
|
|
|
max-height: 250px;
|
|
|
|
|
overflow-x: none;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2018-05-23 20:36:54 -07:00
|
|
|
.modal-body .panel-body {
|
|
|
|
|
padding: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-01-22 13:01:38 -08:00
|
|
|
.modal-footer {
|
|
|
|
|
padding-top: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.appstore-install-title {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin: 5px 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.appstore-install-meta {
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
color: $text-muted;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.appstore-item-rating {
|
|
|
|
|
color: $navbar-default-link-hover-color;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.appstore-search {
|
|
|
|
|
width: 200px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.loading-banner {
|
|
|
|
|
padding-top: 150px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
|
font-size: 48px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.badge-success {
|
|
|
|
|
background-color: #5CB85C;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.badge-warning {
|
|
|
|
|
background-color: #EFBD48;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.badge-danger {
|
|
|
|
|
background-color: $brand-danger;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.progress {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card {
|
2019-09-12 17:08:45 +02:00
|
|
|
position: relative;
|
2018-01-22 13:01:38 -08:00
|
|
|
background-color: white;
|
|
|
|
|
max-width: 720px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
padding: 10px 15px;
|
|
|
|
|
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card-small {
|
|
|
|
|
max-width: 600px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card-large {
|
|
|
|
|
max-width: 970px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-success {
|
|
|
|
|
color: #5CB85C;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-bold {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-large {
|
|
|
|
|
font-size: $font-size-h1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-medium {
|
|
|
|
|
font-size: $font-size-h4;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-small {
|
|
|
|
|
font-size: $font-size-h6;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.newPort {
|
|
|
|
|
border-left: 5px solid $brand-success;
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.obsoletePort {
|
|
|
|
|
border-left: 5px solid $gray-light;
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.grid-item-top .progress {
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
width: inherit;
|
|
|
|
|
height: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.grid-item-top .progress-bar {
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.app-icon {
|
|
|
|
|
min-height: 80px;
|
|
|
|
|
max-height: 80px;
|
|
|
|
|
min-width: 80px;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.appstore-install .app-icon {
|
|
|
|
|
float: left;
|
|
|
|
|
min-height: 96px;
|
|
|
|
|
max-height: 96px;
|
|
|
|
|
min-width: 96px;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2020-01-30 21:11:33 -08:00
|
|
|
select.purpose:invalid {
|
|
|
|
|
color: gray
|
|
|
|
|
}
|
|
|
|
|
|
2018-01-22 13:01:38 -08:00
|
|
|
// ----------------------------
|
|
|
|
|
// Animations
|
|
|
|
|
// ----------------------------
|
|
|
|
|
|
|
|
|
|
// ngAnimate will delay hiding the element if there is an animation attached
|
|
|
|
|
.fa-spin.ng-hide,
|
|
|
|
|
.fa-pulse.ng-hide {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.animateMe {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transition: 0.25s ease all;
|
|
|
|
|
transition: 0.25s ease all;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.animateMe.ng-hide-add,
|
|
|
|
|
.animateMe.ng-hide-remove {
|
|
|
|
|
display: block !important;
|
|
|
|
|
transform: scale(0.9, 0.9);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.animateMeOpacity {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
-webkit-transition: 0.25s ease all;
|
|
|
|
|
transition: 0.25s ease all;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.animateMeOpacity.ng-hide-add,
|
|
|
|
|
.animateMeOpacity.ng-hide-remove {
|
|
|
|
|
display: block !important;
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.animation-rise {
|
|
|
|
|
animation-duration: 3s;
|
|
|
|
|
animation-name: rise;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.animation-plop {
|
|
|
|
|
transform: scale(0);
|
|
|
|
|
animation-name: plop;
|
|
|
|
|
animation-delay: 2s;
|
|
|
|
|
animation-duration: 350ms;
|
|
|
|
|
animation-iteration-count: 1;
|
|
|
|
|
animation-timing-function: ease-out;
|
|
|
|
|
animation-fill-mode: forwards;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.animation-fade {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
animation-name: fade;
|
|
|
|
|
animation-delay: 4s;
|
|
|
|
|
animation-duration: 250ms;
|
|
|
|
|
animation-iteration-count: 1;
|
|
|
|
|
animation-timing-function: ease-out;
|
|
|
|
|
animation-fill-mode: forwards;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.animation-pulse {
|
|
|
|
|
animation-duration: 1.5s;
|
|
|
|
|
animation-name: pulse;
|
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
|
animation-iteration-count: infinite;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes rise {
|
|
|
|
|
from {
|
|
|
|
|
color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
to {
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes plop {
|
|
|
|
|
0% {
|
|
|
|
|
transform: scale(0);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
transform: scale(1.2);
|
|
|
|
|
opacity: 0.3
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
100% {
|
|
|
|
|
transform: scale(1);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes fade {
|
|
|
|
|
0% {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
100% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes pulse {
|
|
|
|
|
0% {
|
|
|
|
|
transform: scale(1);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
transform: scale(0.8);
|
|
|
|
|
opacity: 0.5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
100% {
|
|
|
|
|
transform: scale(1);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.slick-item {
|
|
|
|
|
height: 200px;
|
|
|
|
|
background-position: center;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: contain;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.modal-backdrop {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
height: auto !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.has-error,
|
|
|
|
|
.text-danger {
|
|
|
|
|
color: $brand-danger;
|
|
|
|
|
|
|
|
|
|
a {
|
2020-04-11 17:41:56 -07:00
|
|
|
text-decoration: underline;
|
2018-01-22 13:01:38 -08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
footer {
|
|
|
|
|
flex-grow: 0;
|
|
|
|
|
background-color: #f8f8f8;
|
|
|
|
|
width: 100%;
|
|
|
|
|
color: #555;
|
|
|
|
|
max-height: 30px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
color: #62bdfc;
|
|
|
|
|
}
|
2019-05-11 13:48:22 +02:00
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.version {
|
|
|
|
|
position: fixed;
|
|
|
|
|
bottom: 5px;
|
|
|
|
|
right: 5px;
|
|
|
|
|
opacity: 0.5;
|
|
|
|
|
}
|
2018-01-22 13:01:38 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hand {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
2019-12-12 15:34:26 +01:00
|
|
|
.copy {
|
|
|
|
|
cursor: copy;
|
|
|
|
|
}
|
|
|
|
|
|
2018-01-22 13:01:38 -08:00
|
|
|
.arrow {
|
|
|
|
|
cursor: default;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// ----------------------------
|
|
|
|
|
// Setup classes
|
|
|
|
|
// ----------------------------
|
|
|
|
|
|
|
|
|
|
.setup {
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding: 0;
|
|
|
|
|
background: #F7F7F7;
|
|
|
|
|
|
|
|
|
|
.main-container {
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: table;
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
|
margin-bottom: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&>.row {
|
|
|
|
|
display: table-cell;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// ----------------------------
|
2020-05-13 01:15:04 +02:00
|
|
|
// System classes
|
2018-01-22 13:01:38 -08:00
|
|
|
// ----------------------------
|
|
|
|
|
|
2019-08-21 20:27:43 +02:00
|
|
|
.color-indicator {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 3px;
|
|
|
|
|
height: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-01-22 13:01:38 -08:00
|
|
|
// ----------------------------
|
|
|
|
|
// Error and status page classes
|
|
|
|
|
// ----------------------------
|
2018-04-10 14:49:20 +02:00
|
|
|
|
2018-01-22 13:01:38 -08:00
|
|
|
.status-page {
|
|
|
|
|
background-color: white;
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
|
|
.wrapper {
|
|
|
|
|
display: table;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content {
|
|
|
|
|
display: table-cell;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
footer {
|
|
|
|
|
bottom: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// ----------------------------
|
|
|
|
|
// Settings
|
|
|
|
|
// ----------------------------
|
|
|
|
|
|
|
|
|
|
.settings-avatar {
|
2020-03-19 19:38:14 -07:00
|
|
|
position: relative;
|
2018-01-22 13:01:38 -08:00
|
|
|
cursor: pointer;
|
2020-03-24 13:04:12 -07:00
|
|
|
width: 128px;
|
|
|
|
|
height: 128px;
|
2018-01-22 13:01:38 -08:00
|
|
|
background-position: center;
|
2020-03-19 19:38:14 -07:00
|
|
|
background-size: 100% 100%;
|
2018-01-22 13:01:38 -08:00
|
|
|
background-repeat: no-repeat;
|
2020-03-19 19:38:14 -07:00
|
|
|
border: 1px solid gray;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
|
|
|
|
|
img {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
2018-01-22 13:01:38 -08:00
|
|
|
|
|
|
|
|
.overlay {
|
2020-03-19 19:38:14 -07:00
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
2018-01-22 13:01:38 -08:00
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
2020-03-05 17:28:25 -08:00
|
|
|
background-color: rgba(127, 127, 127 ,0.3);
|
2018-01-22 13:01:38 -08:00
|
|
|
background-image: url('/img/plus.png');
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: center;
|
|
|
|
|
transition: all 150ms;
|
|
|
|
|
opacity: 0;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.settings-avatar-selector {
|
2020-03-06 11:19:31 -08:00
|
|
|
text-align: center;
|
2018-01-22 13:01:38 -08:00
|
|
|
|
|
|
|
|
.grid {
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
2019-12-12 15:34:26 +01:00
|
|
|
.preview-avatar {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
2018-01-22 13:01:38 -08:00
|
|
|
.item {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: center;
|
|
|
|
|
width: 64px;
|
|
|
|
|
height: 64px;
|
|
|
|
|
margin: 5px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
opacity: 0.6;
|
|
|
|
|
transform: scale(1.0);
|
|
|
|
|
transition: all 150ms;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
transform: scale(1.1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.add {
|
2020-03-06 11:19:31 -08:00
|
|
|
border-radius: 2px;
|
|
|
|
|
width: 54px;
|
|
|
|
|
height: 54px;
|
2018-01-22 13:01:38 -08:00
|
|
|
background-color: $brand-primary;
|
|
|
|
|
background-image: url('/img/plus.png');
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: center;
|
|
|
|
|
background-size: 50%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.plans label {
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// ----------------------------
|
|
|
|
|
// Notification
|
|
|
|
|
// ----------------------------
|
|
|
|
|
|
|
|
|
|
.ui-notification {
|
|
|
|
|
cursor: auto;
|
|
|
|
|
|
|
|
|
|
& a {
|
|
|
|
|
color: white;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
color: white;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// ----------------------------
|
|
|
|
|
// Users view
|
|
|
|
|
// ----------------------------
|
|
|
|
|
|
|
|
|
|
.group-badge {
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.no-wrap {
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
2020-07-10 19:10:29 +02:00
|
|
|
overflow: hidden;
|
2018-01-22 13:01:38 -08:00
|
|
|
}
|
|
|
|
|
|
2020-03-26 18:32:49 -07:00
|
|
|
.users-filter {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
margin: 20px 0;
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
|
|
|
|
|
.form-control {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 200px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-01-22 13:01:38 -08:00
|
|
|
// ----------------------------
|
|
|
|
|
// Upgrade
|
|
|
|
|
// ----------------------------
|
|
|
|
|
|
|
|
|
|
.upgrade {
|
|
|
|
|
position: fixed;
|
|
|
|
|
right: 10px;
|
|
|
|
|
bottom: 30px;
|
|
|
|
|
color: white;
|
|
|
|
|
z-index: 1200;
|
|
|
|
|
text-align: right;
|
|
|
|
|
|
|
|
|
|
.content {
|
|
|
|
|
height: 0;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
transition: height 250ms;
|
|
|
|
|
background-color: #00A500;
|
|
|
|
|
text-align: left;
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
transition: all 250ms;
|
|
|
|
|
box-shadow: 0 3px 5px rgba(0,0,0,.5);
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
color: white;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.active {
|
|
|
|
|
padding: 10px;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
|
height: auto;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.trigger {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
padding: 4px 10px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
background-color: #00A500;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
transition: all 250ms;
|
|
|
|
|
box-shadow: 0 3px 5px rgba(0,0,0,.5);
|
|
|
|
|
|
|
|
|
|
&.active {
|
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// ----------------------------
|
|
|
|
|
// Eventlog/Activity
|
|
|
|
|
// ----------------------------
|
|
|
|
|
|
2020-03-25 20:13:45 -07:00
|
|
|
.eventlog-filter {
|
2018-01-22 13:01:38 -08:00
|
|
|
display: inline-block;
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
margin: 20px 0;
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
|
|
|
|
|
.form-control {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 200px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-03-02 10:50:05 +01:00
|
|
|
.eventlog-details {
|
|
|
|
|
white-space: pre-wrap;
|
|
|
|
|
background-color: white;
|
|
|
|
|
}
|
|
|
|
|
|
2019-01-08 13:18:35 +01:00
|
|
|
// ----------------------------
|
|
|
|
|
// Account/Notifications
|
|
|
|
|
// ----------------------------
|
|
|
|
|
|
2019-01-09 17:16:41 +01:00
|
|
|
.notification-item {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
box-shadow: 0 2px 27px rgba(0,0,0,.1);
|
|
|
|
|
}
|
2019-01-08 13:18:35 +01:00
|
|
|
}
|
|
|
|
|
|
2020-03-25 08:53:27 -07:00
|
|
|
// ----------------------------
|
|
|
|
|
// Branding
|
|
|
|
|
// ----------------------------
|
|
|
|
|
|
|
|
|
|
.branding-avatar {
|
|
|
|
|
position: relative;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
width: 64px;
|
|
|
|
|
height: 64px;
|
|
|
|
|
background-position: center;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
border: 1px solid gray;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
|
|
|
|
|
img {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.overlay {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background-color: rgba(127, 127, 127 ,0.3);
|
|
|
|
|
background-image: url('/img/plus.png');
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: center;
|
|
|
|
|
transition: all 150ms;
|
|
|
|
|
opacity: 0;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.branding-avatar-selector {
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
|
|
.grid {
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.preview-avatar {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.item {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: center;
|
|
|
|
|
width: 64px;
|
|
|
|
|
height: 64px;
|
|
|
|
|
margin: 5px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
opacity: 0.6;
|
|
|
|
|
transform: scale(1.0);
|
|
|
|
|
transition: all 150ms;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
transform: scale(1.1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.add {
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
width: 54px;
|
|
|
|
|
height: 54px;
|
|
|
|
|
background-color: $brand-primary;
|
|
|
|
|
background-image: url('/img/plus.png');
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: center;
|
|
|
|
|
background-size: 50%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-01-22 13:01:38 -08:00
|
|
|
// ----------------------------
|
|
|
|
|
// Tag Input
|
|
|
|
|
// ----------------------------
|
|
|
|
|
// https://codepen.io/webmatze/pen/isuHh
|
|
|
|
|
|
2020-03-25 06:25:04 +01:00
|
|
|
tag-input {
|
|
|
|
|
height: auto !important;
|
2020-03-25 06:31:31 +01:00
|
|
|
cursor: text;
|
2020-03-25 06:25:04 +01:00
|
|
|
|
|
|
|
|
.tag-input-container {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
|
|
|
|
|
input {
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
line-height: 18px;
|
|
|
|
|
color: black;
|
|
|
|
|
border: 0px;
|
2020-03-25 06:48:45 +01:00
|
|
|
margin: 4px 0;
|
|
|
|
|
|
2020-03-25 06:25:04 +01:00
|
|
|
&:focus {
|
|
|
|
|
outline: 0;
|
|
|
|
|
box-shadow: 0px;
|
|
|
|
|
}
|
2018-01-22 13:01:38 -08:00
|
|
|
}
|
2020-03-25 06:25:04 +01:00
|
|
|
|
|
|
|
|
.input-tag {
|
2020-03-25 06:48:45 +01:00
|
|
|
margin: 2px 0;
|
|
|
|
|
margin-right: 4px;
|
|
|
|
|
|
|
|
|
|
:first-child {
|
|
|
|
|
cursor: text;
|
2018-01-22 13:01:38 -08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// ----------------------------
|
|
|
|
|
// Logs
|
|
|
|
|
// ----------------------------
|
|
|
|
|
|
|
|
|
|
.logs {
|
|
|
|
|
background: black;
|
|
|
|
|
|
|
|
|
|
.logs-controls {
|
|
|
|
|
margin: 5px;
|
|
|
|
|
|
|
|
|
|
.ng-isolate-scope {
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
|
margin: 5px 0;
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logs-container {
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
color: white;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
font-family: monospace;
|
|
|
|
|
|
|
|
|
|
.log-line {
|
|
|
|
|
line-height: 1.2;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
background-color: #333333;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.time {
|
|
|
|
|
color: #00FFFF;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// ----------------------------
|
|
|
|
|
// Terminal
|
|
|
|
|
// ----------------------------
|
|
|
|
|
|
|
|
|
|
.terminal-view {
|
|
|
|
|
background: black;
|
|
|
|
|
|
|
|
|
|
.terminal-controls {
|
|
|
|
|
margin: 5px;
|
|
|
|
|
|
|
|
|
|
.ng-isolate-scope {
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
|
margin: 5px 0;
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.terminal-container {
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
color: white;
|
2018-05-15 18:31:52 +02:00
|
|
|
overflow: hidden;
|
2018-01-22 13:01:38 -08:00
|
|
|
padding: 5px;
|
|
|
|
|
font-family: monospace;
|
|
|
|
|
|
|
|
|
|
&.placeholder {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.contextMenuBackdrop {
|
|
|
|
|
display: none;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-07-02 23:15:00 +02:00
|
|
|
|
|
|
|
|
|
2020-07-13 15:41:10 +02:00
|
|
|
// ----------------------------
|
|
|
|
|
// FileManager
|
|
|
|
|
// ----------------------------
|
|
|
|
|
|
|
|
|
|
.filemanager {
|
|
|
|
|
|
|
|
|
|
// those are for drag'n'drop
|
2020-07-14 15:28:08 +02:00
|
|
|
.file-list {
|
|
|
|
|
overflow: auto;
|
|
|
|
|
border: 2px solid transparent;
|
2020-07-15 14:48:29 +02:00
|
|
|
|
|
|
|
|
&.busy {
|
|
|
|
|
opacity: 0.5;
|
|
|
|
|
}
|
2020-07-14 15:28:08 +02:00
|
|
|
}
|
|
|
|
|
|
2020-07-13 15:41:10 +02:00
|
|
|
table {
|
|
|
|
|
border: 2px solid transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.entry-hovered {
|
|
|
|
|
border: 2px solid $brand-primary;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.entry-hovered > td {
|
|
|
|
|
border: none !important;
|
|
|
|
|
}
|
2020-07-14 14:03:40 +02:00
|
|
|
|
|
|
|
|
.card {
|
|
|
|
|
height: calc(100% - 20px);
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
2020-07-13 15:41:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2020-07-02 23:15:00 +02:00
|
|
|
// ----------------------------
|
|
|
|
|
// Dark mode overrides
|
|
|
|
|
// ----------------------------
|
|
|
|
|
|
|
|
|
|
@media (prefers-color-scheme: dark) {
|
2020-07-06 12:31:15 +02:00
|
|
|
$textColor: #959595;
|
|
|
|
|
$backgroundLight: #2b2b2e;
|
|
|
|
|
$backgroundDark: #1c1c1c;
|
|
|
|
|
|
2020-07-02 23:22:14 +02:00
|
|
|
body, .appstore-toolbar, .modal-content {
|
2020-07-06 12:31:15 +02:00
|
|
|
color: $textColor;
|
|
|
|
|
background-color: $backgroundLight;
|
2020-07-02 23:15:00 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar-default {
|
2020-07-06 12:31:15 +02:00
|
|
|
background-color: $backgroundDark;
|
|
|
|
|
border-color: $backgroundDark;
|
2020-07-02 23:15:00 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar .navbar-collapse {
|
2020-07-06 12:31:15 +02:00
|
|
|
background-color: $backgroundDark;
|
2020-07-02 23:15:00 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.grid-item-content {
|
2020-07-06 12:31:15 +02:00
|
|
|
background-color: $backgroundDark;
|
2020-07-02 23:15:00 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
footer, .card, .app-configure-links div.active {
|
2020-07-06 12:31:15 +02:00
|
|
|
background-color: $backgroundDark;
|
2020-07-02 23:15:00 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.app-configure-links div:hover {
|
2020-07-06 12:31:15 +02:00
|
|
|
background-color: $backgroundDark;
|
|
|
|
|
color: $textColor;
|
2020-07-02 23:15:00 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.app-configure-links div {
|
2020-07-06 12:31:15 +02:00
|
|
|
color: $textColor;
|
2020-07-02 23:15:00 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
multiselect .dropdown-toggle {
|
2020-07-06 12:31:15 +02:00
|
|
|
background-color: $backgroundDark;
|
|
|
|
|
border-color: $backgroundDark;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
|
background-color: $backgroundDark;
|
2020-07-02 23:15:00 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-default {
|
2020-07-06 12:31:15 +02:00
|
|
|
color: $textColor;
|
2020-07-02 23:15:00 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input {
|
2020-07-06 12:31:15 +02:00
|
|
|
background-color: $backgroundLight;
|
2020-07-02 23:15:00 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
tag-input .tag-input-container input {
|
2020-07-06 12:31:15 +02:00
|
|
|
color: $textColor;
|
2020-07-02 23:15:00 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-control {
|
2020-07-06 12:31:15 +02:00
|
|
|
background-color: $backgroundLight;
|
2020-07-02 23:15:00 +02:00
|
|
|
border-color: #676767;
|
2020-07-06 12:31:15 +02:00
|
|
|
color: $textColor;
|
2020-07-02 23:15:00 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.app-configure .app-header-container h1 a {
|
2020-07-06 12:31:15 +02:00
|
|
|
color: $textColor;
|
2020-07-02 23:15:00 +02:00
|
|
|
}
|
2020-07-02 23:22:14 +02:00
|
|
|
|
|
|
|
|
.appstore-item-content {
|
2020-07-06 12:31:15 +02:00
|
|
|
background-color: $backgroundDark;
|
2020-07-02 23:22:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.modal-header {
|
|
|
|
|
border-bottom: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.modal-footer {
|
|
|
|
|
border-top: none;
|
|
|
|
|
}
|
2020-07-06 12:31:15 +02:00
|
|
|
|
|
|
|
|
.navbar-default .navbar-nav > .open > a {
|
|
|
|
|
background-color: transparent !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dropdown-menu {
|
|
|
|
|
background-color: $backgroundDark;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dropdown-menu > li > a {
|
|
|
|
|
color: $textColor;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.table-hover > tbody > tr:hover {
|
|
|
|
|
background-color: $backgroundLight;
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
2020-07-21 09:26:44 +02:00
|
|
|
|
|
|
|
|
.email-domain-list-item, .email-domain-list-item:hover {
|
|
|
|
|
color: $textColor;
|
|
|
|
|
}
|
2020-07-21 10:18:50 +02:00
|
|
|
|
|
|
|
|
.nav-tabs {
|
|
|
|
|
border-bottom: 1px solid $backgroundDark;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nav-tabs > li > a
|
|
|
|
|
.nav-tabs > li > a:focus,
|
|
|
|
|
.nav-tabs > li > a:hover {
|
|
|
|
|
background-color: $backgroundLight;
|
|
|
|
|
border: 1px solid $backgroundDark;
|
|
|
|
|
border-bottom-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nav-tabs > li.active > a,
|
|
|
|
|
.nav-tabs > li.active > a:focus,
|
|
|
|
|
.nav-tabs > li.active > a:hover {
|
|
|
|
|
background-color: $backgroundDark;
|
|
|
|
|
color: $textColor;
|
|
|
|
|
border: 1px solid $backgroundDark;
|
|
|
|
|
}
|
2020-07-02 23:15:00 +02:00
|
|
|
}
|