2017-08-24 09:37:00 -05:00
|
|
|
$dashboard-row-height: 30px;
|
2016-10-29 06:10:08 -05:00
|
|
|
|
2017-08-18 09:33:36 -05:00
|
|
|
.dashboard-row {
|
2016-10-29 06:10:08 -05:00
|
|
|
display: flex;
|
2017-08-24 09:37:00 -05:00
|
|
|
height: $dashboard-row-height;
|
|
|
|
line-height: $dashboard-row-height;
|
2017-08-18 09:33:36 -05:00
|
|
|
align-items: center;
|
2017-08-25 11:53:35 -05:00
|
|
|
align-content: center;
|
|
|
|
justify-content: center;
|
2016-11-04 05:43:44 -05:00
|
|
|
|
|
|
|
&--collapse {
|
2017-08-18 09:33:36 -05:00
|
|
|
background: $panel-bg;
|
2017-08-24 09:37:00 -05:00
|
|
|
|
|
|
|
.dashboard-row__panel_count {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dashboard-row__drag,
|
|
|
|
.dashboard-row__actions {
|
|
|
|
visibility: visible;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
2017-08-18 09:33:36 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
2017-08-25 11:53:35 -05:00
|
|
|
.dashboard-row__actions-left,
|
|
|
|
.dashboard-row__actions-right {
|
2017-08-24 07:08:05 -05:00
|
|
|
visibility: visible;
|
|
|
|
opacity: 1;
|
2017-08-24 09:37:00 -05:00
|
|
|
transition: opacity 200ms ease-in-out 100ms;
|
2016-11-04 05:43:44 -05:00
|
|
|
}
|
|
|
|
}
|
2016-10-29 06:10:08 -05:00
|
|
|
}
|
|
|
|
|
2017-08-25 11:53:35 -05:00
|
|
|
.dashboard-row__center {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2017-08-18 09:33:36 -05:00
|
|
|
.dashboard-row__title {
|
2017-08-25 11:53:35 -05:00
|
|
|
@include brand-bottom-border();
|
|
|
|
|
2016-10-29 06:10:08 -05:00
|
|
|
position: relative;
|
2017-08-25 11:53:35 -05:00
|
|
|
flex-grow: 0;
|
2017-08-18 10:39:07 -05:00
|
|
|
font-size: 1.15rem;
|
2017-08-18 09:33:36 -05:00
|
|
|
font-weight: $font-weight-semi-bold;
|
2017-08-25 11:53:35 -05:00
|
|
|
padding: 0rem 1rem 0.3rem 1rem;
|
2016-10-29 06:10:08 -05:00
|
|
|
}
|
|
|
|
|
2017-08-25 11:53:35 -05:00
|
|
|
.dashboard-row__actions-left {
|
|
|
|
position: absolute;
|
|
|
|
left: -23px;
|
2017-08-18 09:33:36 -05:00
|
|
|
font-size: $font-size-xs;
|
|
|
|
color: $text-muted;
|
2017-08-24 09:37:00 -05:00
|
|
|
top: 1px;
|
2017-08-25 11:53:35 -05:00
|
|
|
visibility: hidden;
|
|
|
|
opacity: 0;
|
2017-08-18 09:33:36 -05:00
|
|
|
}
|
2016-10-29 06:10:08 -05:00
|
|
|
|
2017-08-25 11:53:35 -05:00
|
|
|
.dashboard-row__actions-right {
|
|
|
|
position: absolute;
|
|
|
|
right: -40px;
|
2017-08-24 09:37:00 -05:00
|
|
|
padding-right: 1rem;
|
2017-08-24 07:08:05 -05:00
|
|
|
font-size: $font-size-sm;
|
|
|
|
visibility: hidden;
|
|
|
|
opacity: 0;
|
2017-08-25 11:53:35 -05:00
|
|
|
top: 0px;
|
|
|
|
|
2017-08-24 07:08:05 -05:00
|
|
|
a {
|
|
|
|
color: $text-color-weak;
|
2017-08-24 09:37:00 -05:00
|
|
|
padding-left: $spacer;
|
2017-08-24 07:08:05 -05:00
|
|
|
&:hover {
|
|
|
|
color: $link-hover-color;
|
|
|
|
}
|
|
|
|
}
|
2017-08-18 09:33:36 -05:00
|
|
|
}
|
2016-10-29 06:10:08 -05:00
|
|
|
|
2017-08-18 09:33:36 -05:00
|
|
|
.dashboard-row__title-text {
|
|
|
|
color: $text-color;
|
2016-10-29 06:10:08 -05:00
|
|
|
}
|
|
|
|
|
2017-08-24 09:37:00 -05:00
|
|
|
.dashboard-row__panel_count {
|
|
|
|
color: $text-color-weak;
|
|
|
|
font-style: italic;
|
|
|
|
font-size: $font-size-sm;
|
|
|
|
font-weight: normal;
|
|
|
|
display: none;
|
2017-08-25 11:53:35 -05:00
|
|
|
position: absolute;
|
|
|
|
right: 30px;
|
|
|
|
top: 0;
|
2017-08-24 09:37:00 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.dashboard-row__drag {
|
|
|
|
cursor: move;
|
|
|
|
width: 1rem;
|
|
|
|
height: $dashboard-row-height;
|
|
|
|
background: url("../img/grab_dark.svg") no-repeat 50% 50%;
|
|
|
|
background-size: 8px;
|
|
|
|
visibility: hidden;
|
2017-08-25 11:53:35 -05:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
2017-08-24 09:37:00 -05:00
|
|
|
}
|
|
|
|
|
2016-10-29 06:10:08 -05:00
|
|
|
.panels-wrapper {
|
|
|
|
flex-grow: 1;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2016-11-04 05:43:44 -05:00
|
|
|
.dash-row-dropview {
|
|
|
|
position: relative;
|
2016-10-29 06:10:08 -05:00
|
|
|
background: $panel-bg;
|
2016-11-04 06:14:43 -05:00
|
|
|
border: $panel-border;
|
2016-11-03 09:50:11 -05:00
|
|
|
margin: 0 $panel-margin $panel-margin*2 $panel-margin;
|
2016-10-29 06:10:08 -05:00
|
|
|
padding: $panel-margin*2;
|
2016-11-04 05:43:44 -05:00
|
|
|
display: flex;
|
2016-10-29 06:10:08 -05:00
|
|
|
}
|
|
|
|
|
2016-11-04 05:43:44 -05:00
|
|
|
.dash-row-dropview-close {
|
|
|
|
position: absolute;
|
2016-11-04 11:19:03 -05:00
|
|
|
right: -12px;
|
|
|
|
top: -10px;
|
2016-11-04 05:43:44 -05:00
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
2016-10-29 06:10:08 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.add-panel-panels-scroll {
|
|
|
|
width: 100%;
|
2016-11-03 07:19:40 -05:00
|
|
|
overflow: auto;
|
2016-11-16 10:08:38 -06:00
|
|
|
-ms-overflow-style: none;
|
2016-11-03 07:19:40 -05:00
|
|
|
|
|
|
|
&::-webkit-scrollbar {
|
|
|
|
display: none
|
|
|
|
}
|
2016-10-29 06:10:08 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.add-panel-panels {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-panel-item {
|
|
|
|
background: $input-label-bg;
|
|
|
|
border: $panel-border;
|
2016-11-04 05:43:44 -05:00
|
|
|
padding: $spacer/3 $spacer;
|
2016-10-29 06:10:08 -05:00
|
|
|
min-width: 9rem;
|
|
|
|
max-width: 9rem;
|
|
|
|
text-align: center;
|
|
|
|
margin: $gf-form-margin;
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
&.active,
|
|
|
|
&:hover {
|
2016-11-04 05:43:44 -05:00
|
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 1px rgba(82,168,236,5.8)
|
2016-10-29 06:10:08 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-panel-item-name {
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
font-size: $font-size-sm;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-panel-item-img {
|
|
|
|
width: 2rem;
|
|
|
|
}
|
|
|
|
|
2016-11-03 16:14:29 -05:00
|
|
|
$dash-row-menu-animation-speed: 0.20s;
|
|
|
|
|
2016-11-03 09:50:11 -05:00
|
|
|
.dash-row-menu-container {
|
2016-11-03 05:30:25 -05:00
|
|
|
position: absolute;
|
2016-11-03 16:14:29 -05:00
|
|
|
top: 0px;
|
2016-11-04 05:43:44 -05:00
|
|
|
width: 138px;
|
2016-11-04 09:35:32 -05:00
|
|
|
min-height: 100%;
|
2016-11-03 16:14:29 -05:00
|
|
|
transform: translate(-131px, 0);
|
2016-11-03 16:29:53 -05:00
|
|
|
transition: 0.1s ease-out 0.4s;
|
2017-08-14 06:57:16 -05:00
|
|
|
z-index: 0;
|
2016-11-03 16:14:29 -05:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
2016-11-03 05:30:25 -05:00
|
|
|
|
|
|
|
&:hover {
|
2016-11-03 16:14:29 -05:00
|
|
|
transform: translate(-$panel-margin, 0);
|
|
|
|
transition: $dash-row-menu-animation-speed ease-in 0.05s;
|
2016-11-03 14:12:39 -05:00
|
|
|
z-index: 101;
|
2016-11-03 16:14:29 -05:00
|
|
|
|
|
|
|
.dash-row-menu-grip {
|
|
|
|
opacity: 0;
|
|
|
|
transition: $dash-row-menu-animation-speed ease-in 0.05s;
|
|
|
|
}
|
2016-11-03 09:50:11 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.dash-row-menu {
|
|
|
|
list-style: none;
|
2016-11-03 16:14:29 -05:00
|
|
|
flex-grow: 1;
|
2017-08-02 02:56:08 -05:00
|
|
|
box-shadow: $menu-dropdown-shadow;
|
|
|
|
background: $menu-dropdown-bg;
|
2016-11-03 16:14:29 -05:00
|
|
|
|
2016-11-03 09:50:11 -05:00
|
|
|
li a {
|
2016-11-03 16:14:29 -05:00
|
|
|
display: block;
|
2016-11-03 09:50:11 -05:00
|
|
|
white-space: nowrap;
|
2017-08-02 02:56:08 -05:00
|
|
|
color: $dropdownLinkColor;
|
2016-11-03 09:50:11 -05:00
|
|
|
font-size: $font-size-sm;
|
2016-11-03 16:14:29 -05:00
|
|
|
padding: $spacer/2 $spacer;
|
2017-08-02 02:56:08 -05:00
|
|
|
border-left: 2px solid $menu-dropdown-bg;
|
2016-11-03 16:14:29 -05:00
|
|
|
i {
|
|
|
|
display: inline-block;
|
|
|
|
padding-right: $spacer/2;
|
|
|
|
}
|
|
|
|
|
2016-11-03 09:50:11 -05:00
|
|
|
&:hover {
|
2016-11-03 16:14:29 -05:00
|
|
|
@include left-brand-border-gradient();
|
2016-11-03 09:50:11 -05:00
|
|
|
color: $link-color;
|
|
|
|
background: $input-label-bg;
|
|
|
|
}
|
2016-11-03 05:30:25 -05:00
|
|
|
}
|
|
|
|
}
|
2016-11-02 09:16:48 -05:00
|
|
|
|
2016-11-03 16:14:29 -05:00
|
|
|
.dash-row-menu-grip {
|
|
|
|
text-align: center;
|
2016-11-03 14:12:39 -05:00
|
|
|
font-size: 130%;
|
2017-06-08 09:57:37 -05:00
|
|
|
color: $text-color-weak;
|
2016-11-03 14:12:39 -05:00
|
|
|
opacity: 1;
|
2016-11-03 16:14:29 -05:00
|
|
|
transition: $dash-row-menu-animation-speed ease-out 0.5s;
|
|
|
|
width: 1rem;
|
2016-11-03 14:12:39 -05:00
|
|
|
}
|
|
|
|
|