blob: 2f8e28dee3936f9b0deecb7e181893dc197bd966 [file] [log] [blame]
/*!
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
.aligner {
height: 100%;
display: flex;
flex-direction: column;
>div {
&.actions {
display: flex;
flex: initial;
justify-content: center;
flex-direction: initial;
margin-bottom: 25px;
bottom: 30px;
left: 0;
right: 0;
position: absolute;
}
strong{
font-weight: 600;
}
}
}
.loading-block {
height: 40%;
display: flex;
justify-content: center;
.uploading {
flex-direction: column;
align-items: center;
align-self: center;
list-style: none;
display: flex;
p {
font-size: 16px;
;
}
}
}
.info {
height: 30%;
}
.install-libraries {
height: 100%;
padding-bottom: 130px;
.dialog-header {
padding-left: 25px;
}
.dialog-content {
height: calc(100% - 50px);
}
.info {
height: 40%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.mat-list-item {
height: auto !important;
.mat-list-item-content {
height: auto !important;
min-height: 54px !important;
border-bottom: 1px solid #edf1f5;
padding-right: 10px;
}
}
.lib-view-wrap {
display: flex;
flex-direction: column;
height: 40%;
}
.error {
padding: 15px 20px;
}
.uploading {
margin: 0 auto;
}
}
.search-box {
display: flex;
padding: 20px 25px 10px;
.search-form {
display: flex;
flex-direction: column;
width: 100%;
&>div {
display: flex;
flex-direction: row;
}
.control-group {
width: 50%;
.label {
width: 20%;
}
}
.search {
flex-grow: 1;
padding-bottom: 0;
flex-direction: column;
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
.mat-form-field-flex {
padding-left: 15px;
}
.chip-list {
width: 100%;
overflow-y: auto;
.mat-form-field {
width: 100%;
padding: 5px 20px;
}
.mat-input-flex {
padding: 2px 10px;
}
}
}
}
}
.suggestions {
text-decoration: none;
list-style: none;
mat-option {
font-size: 13px;
font-weight: 300;
font-family: 'Open Sans', sans-serif;
position: relative;
padding-top: 4px;
a {
display: block;
cursor: pointer;
text-decoration: none;
color: #718ba6;
&:hover,
span:hover {
color: #35afd5;
}
}
strong {
position: absolute;
top: 5px;
right: 20px;
width: 50px;
text-align: center;
font-size: 11px;
font-weight: 600;
i {
position: absolute;
top: 9px;
right: -21px;
color: #35afd5
}
}
}
span {
color: rgba(122, 146, 172, 0.6);
.configuring {
color: #35afd5;
}
.highlight {
color: #35afd5;
}
}
}
.list-selected {
padding: 0 5px;
font-family: 'Open Sans', sans-serif;
height: 130px;
overflow-y: auto;
h4 {
margin-bottom: 20px;
font-size: 14px;
text-align: center;
font-weight: 400;
color: #718ba6;
}
mat-chip-list .mat-chip-list-wrapper {
overflow-y: auto;
padding: 3px;
}
}
.mat-list-item {
color: #718ba6 !important;
font-size: 14px;
font-weight: 300;
}
mat-chip.mat-chip:not(.mat-basic-chip) {
margin: 2px !important;
background-color: rgba(47, 174, 215, .2) !important;
color: #687e96;
}
/* Tab info */
.list-header{
line-height: 40px;
}
.list-header+div{
padding-left: 5px;
}
.mat-dialog-container {
position: relative;
}
.libs-info {
padding: 0 20px;
display: flex;
flex: 1 1 auto;
min-height: 0px;
height: 50%;
.mat-list {
width: 100%;
.scrollingList {
max-height: 300px;
height: 80%;
overflow-y: auto;
overflow-x: hidden;
.info {
p {
text-align: center;
padding: 40px;
}
}
}
}
.lib-col{
padding-left: 4px;
}
.lib-name {
width: 27%;
&.lib-input{
}
strong {
font-weight: 400;
}
}
.lib-group,
.lib-destination {
width: 17%;
padding-left: 6px;
}
.lib-status {
width: 17%;
padding-left: 6px;
}
.lib-resource-type {
width: 17%;
padding-left: 6px;
}
.lib-group-col {
width: 17%;
padding-left: 8px;
}
.st-group {
display: flex;
flex-direction: column;
width: 51%;
.wrap-col {
display: flex;
padding: 5px 0px;
.lib-destination-col {
width: 33.3%;
padding-left: 8px;
}
.lib-resource-type-col {
width: 33.3%;
color: #36afd5;
padding-left: 8px;
}
.lib-status-col {
position: relative;
width: 33.3%;
padding-left: 8px;
.warn-action {
position: absolute;
top: 0;
right: -10px;
div {
display: inline-block;
cursor: pointer;
width: 25px;
pointer-events: auto;
span {
display: block;
}
}
.lib-error {
color: #35afd5;
}
}
}
}
}
}
.reinstall-all {
margin: 10px 5px;
position: fixed;
right: 0;
bottom: 0;
}
.mat-tab-labels .mat-ink-bar {
background-color: #35afd5;
}
.dropdown-multiselect button span {
padding-top: 7px;
padding-bottom: 3px;
}
.mat-dialog-container.mat-dialog-container .install-libraries#dialog-box {
.mat-header-cell{
padding: 0;
border: none;
}
.filter-actions {
display: flex;
margin-left: 6px;
.btn {
padding: 6px;
height: auto;
width: auto;
min-width: 0;
.mat-button-wrapper {
display: flex;
}
}
.reset{
&:hover {
border-color: #f1696e;
background: #f9fafb;
color: #f1696e;
}
}
.apply:hover {
border-color: #49af38;
background: #f9fafb;
color: #49af38;
}
}
}
.install-libraries .dropdown-multiselect .list-menu li {
a{
font-size: 13px;
&.list-item{
color: #4a5c89 !important;
}
}
}
.filter-row .filter-actions {
display: flex;
.reset{
&:hover {
border-color: #f1696e;
background: #f9fafb;
color: #f1696e;
}
}
.apply:hover {
border-color: #49af38;
background: #f9fafb;
color: #49af38;
}
}
@media screen and (min-width: 1281px) {
.libs-info {
height: 60%;
.mat-list {
.scrollingList {
max-height: 300px;
height: 80%;
}
}
}
}