This commit is contained in:
184
iris-web/source/app/static/assets/css/alerts.css
Normal file
184
iris-web/source/app/static/assets/css/alerts.css
Normal file
@ -0,0 +1,184 @@
|
||||
.alert-card {
|
||||
position: relative;
|
||||
border-radius: 35px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.alert-card .alert-actions {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.alert-card:hover .alert-actions {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.alert-actions {
|
||||
position: relative;
|
||||
right: 0;
|
||||
top: -1.5rem;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
@media (max-width: 1224px) {
|
||||
.alert-actions {
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-alert-primary {
|
||||
background: #445169 !important;
|
||||
border-color: #445169 !important;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.btn-alert-success {
|
||||
background: #32B67A !important;
|
||||
border-color: #32B67A !important;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.btn-alert-danger {
|
||||
background: #E9727D !important;
|
||||
border-color: #E9727D !important;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.bg-alert-success {
|
||||
background-color: #32B67A !important;
|
||||
}
|
||||
|
||||
.bg-alert-danger {
|
||||
background-color: #E9727D !important;
|
||||
}
|
||||
|
||||
.bg-muted {
|
||||
background-color: #6b6d73 !important;
|
||||
}
|
||||
|
||||
.bg-low {
|
||||
background-color: #ffdc71 !important;
|
||||
}
|
||||
|
||||
.bg-critical {
|
||||
background-color: #7d0fdd !important;
|
||||
}
|
||||
|
||||
.alert-m-title-critical:hover {
|
||||
color: #7d0fdd;
|
||||
}
|
||||
.alert-m-title-danger:hover {
|
||||
color: #F25961;
|
||||
}
|
||||
.alert-m-title-warning:hover {
|
||||
color: #FFAD46;
|
||||
}
|
||||
.alert-m-title-info:hover {
|
||||
color: #48ABF7;
|
||||
}
|
||||
.alert-m-title-low:hover {
|
||||
color: #ffdc71;
|
||||
}
|
||||
.alert-m-title-muted:hover {
|
||||
color: #6b6d73;
|
||||
}
|
||||
|
||||
.enrichment-dl {
|
||||
font-size: 0.9em;
|
||||
max-height: 200px;
|
||||
overflow-y: auto;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.enrichment-dl dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.enrichment-dl dd {
|
||||
margin-left: 20px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
|
||||
.alert-m-title{
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.avatar-wrapper {
|
||||
position: relative;
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.envelope-icon {
|
||||
position: absolute;
|
||||
top: 75px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.pre-scrollable {
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.similar-alert-graph {
|
||||
background-color: #f2f2f2;
|
||||
border-radius: 25px;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#context-menu {
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
background-color: white;
|
||||
border: 1px solid black;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#context-menu ul {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#context-menu li {
|
||||
padding: 5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#context-menu li:hover {
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
|
||||
.alert-card-done {
|
||||
background-color: #eaeaea;
|
||||
}
|
||||
|
||||
.alert-card-new .alert-bade-status {
|
||||
background-color: #9D2F35;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.trash-wrapper {
|
||||
position: absolute;
|
||||
right: 18px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
.hidden-trash {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 576px) {
|
||||
.alert-actions {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.alert-actions > * {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
}
|
15879
iris-web/source/app/static/assets/css/atlantis.css
Normal file
15879
iris-web/source/app/static/assets/css/atlantis.css
Normal file
File diff suppressed because it is too large
Load Diff
7
iris-web/source/app/static/assets/css/atlantis.css.map
Normal file
7
iris-web/source/app/static/assets/css/atlantis.css.map
Normal file
File diff suppressed because one or more lines are too long
85
iris-web/source/app/static/assets/css/atlantis.min.css
vendored
Normal file
85
iris-web/source/app/static/assets/css/atlantis.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
182
iris-web/source/app/static/assets/css/bootstrap-datetime.css
vendored
Normal file
182
iris-web/source/app/static/assets/css/bootstrap-datetime.css
vendored
Normal file
@ -0,0 +1,182 @@
|
||||
/*!
|
||||
* Datepicker for Bootstrap
|
||||
*
|
||||
* Copyright 2012 Stefan Petre
|
||||
* Licensed under the Apache License v2.0
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
*/
|
||||
.datepicker {
|
||||
top: 0;
|
||||
left: 0;
|
||||
padding: 4px;
|
||||
margin-top: 1px;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
/*.dow {
|
||||
border-top: 1px solid #ddd !important;
|
||||
}*/
|
||||
|
||||
}
|
||||
.datepicker:before {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
border-left: 7px solid transparent;
|
||||
border-right: 7px solid transparent;
|
||||
border-bottom: 7px solid #ccc;
|
||||
border-bottom-color: rgba(0, 0, 0, 0.2);
|
||||
position: absolute;
|
||||
top: -7px;
|
||||
left: 6px;
|
||||
}
|
||||
.datepicker:after {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
border-left: 6px solid transparent;
|
||||
border-right: 6px solid transparent;
|
||||
border-bottom: 6px solid #ffffff;
|
||||
position: absolute;
|
||||
top: -6px;
|
||||
left: 7px;
|
||||
}
|
||||
.datepicker > div {
|
||||
display: none;
|
||||
}
|
||||
.datepicker table {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
.datepicker td,
|
||||
.datepicker th {
|
||||
text-align: center;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.datepicker td.day:hover {
|
||||
background: #eeeeee;
|
||||
cursor: pointer;
|
||||
}
|
||||
.datepicker td.day.disabled {
|
||||
color: #eeeeee;
|
||||
}
|
||||
.datepicker td.old,
|
||||
.datepicker td.new {
|
||||
color: #999999;
|
||||
}
|
||||
.datepicker td.active,
|
||||
.datepicker td.active:hover {
|
||||
color: #ffffff;
|
||||
background-color: #006dcc;
|
||||
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
|
||||
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
|
||||
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
|
||||
background-image: linear-gradient(to bottom, #0088cc, #0044cc);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
|
||||
border-color: #0044cc #0044cc #002a80;
|
||||
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
||||
*background-color: #0044cc;
|
||||
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
||||
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
||||
color: #fff;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
.datepicker td.active:hover,
|
||||
.datepicker td.active:hover:hover,
|
||||
.datepicker td.active:focus,
|
||||
.datepicker td.active:hover:focus,
|
||||
.datepicker td.active:active,
|
||||
.datepicker td.active:hover:active,
|
||||
.datepicker td.active.active,
|
||||
.datepicker td.active:hover.active,
|
||||
.datepicker td.active.disabled,
|
||||
.datepicker td.active:hover.disabled,
|
||||
.datepicker td.active[disabled],
|
||||
.datepicker td.active:hover[disabled] {
|
||||
color: #ffffff;
|
||||
background-color: #0044cc;
|
||||
*background-color: #003bb3;
|
||||
}
|
||||
.datepicker td.active:active,
|
||||
.datepicker td.active:hover:active,
|
||||
.datepicker td.active.active,
|
||||
.datepicker td.active:hover.active {
|
||||
background-color: #003399 \9;
|
||||
}
|
||||
.datepicker td span {
|
||||
display: block;
|
||||
width: 47px;
|
||||
height: 54px;
|
||||
line-height: 54px;
|
||||
float: left;
|
||||
margin: 2px;
|
||||
cursor: pointer;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.datepicker td span:hover {
|
||||
background: #eeeeee;
|
||||
}
|
||||
.datepicker td span.active {
|
||||
color: #ffffff;
|
||||
background-color: #006dcc;
|
||||
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
|
||||
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
|
||||
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
|
||||
background-image: linear-gradient(to bottom, #0088cc, #0044cc);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
|
||||
border-color: #0044cc #0044cc #002a80;
|
||||
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
||||
*background-color: #0044cc;
|
||||
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
||||
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
||||
color: #fff;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
.datepicker td span.active:hover,
|
||||
.datepicker td span.active:focus,
|
||||
.datepicker td span.active:active,
|
||||
.datepicker td span.active.active,
|
||||
.datepicker td span.active.disabled,
|
||||
.datepicker td span.active[disabled] {
|
||||
color: #ffffff;
|
||||
background-color: #0044cc;
|
||||
*background-color: #003bb3;
|
||||
}
|
||||
.datepicker td span.active:active,
|
||||
.datepicker td span.active.active {
|
||||
background-color: #003399 \9;
|
||||
}
|
||||
.datepicker td span.old {
|
||||
color: #999999;
|
||||
}
|
||||
.datepicker th.switch {
|
||||
width: 145px;
|
||||
}
|
||||
.datepicker th.next,
|
||||
.datepicker th.prev {
|
||||
font-size: 21px;
|
||||
}
|
||||
.datepicker thead tr:first-child th {
|
||||
cursor: pointer;
|
||||
}
|
||||
.datepicker thead tr:first-child th:hover {
|
||||
background: #eeeeee;
|
||||
}
|
||||
.input-append.date .add-on i,
|
||||
.input-prepend.date .add-on i {
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
44
iris-web/source/app/static/assets/css/bootstrap-multiselect.min.css
vendored
Normal file
44
iris-web/source/app/static/assets/css/bootstrap-multiselect.min.css
vendored
Normal file
@ -0,0 +1,44 @@
|
||||
/**
|
||||
* Bootstrap Multiselect (http://davidstutz.de/bootstrap-multiselect/)
|
||||
*
|
||||
* Apache License, Version 2.0:
|
||||
* Copyright (c) 2012 - 2021 David Stutz
|
||||
*
|
||||
* Licensed 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.
|
||||
*
|
||||
* BSD 3-Clause License:
|
||||
* Copyright (c) 2012 - 2021 David Stutz
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions are met:
|
||||
* - Redistributions of source code must retain the above copyright notice,
|
||||
* this list of conditions and the following disclaimer.
|
||||
* - Redistributions in binary form must reproduce the above copyright notice,
|
||||
* this list of conditions and the following disclaimer in the documentation
|
||||
* and/or other materials provided with the distribution.
|
||||
* - Neither the name of David Stutz nor the names of its contributors may be
|
||||
* used to endorse or promote products derived from this software without
|
||||
* specific prior written permission.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
span.multiselect-native-select{position:relative}span.multiselect-native-select select{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px -1px -1px -3px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;left:50%;top:30px}.multiselect.dropdown-toggle:after{display:none}.multiselect{overflow:hidden;text-overflow:ellipsis}.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .multiselect-reset .input-group{width:93%}.multiselect-container .multiselect-filter>.fa-search{z-index:1;padding-left:.75rem}.multiselect-container .multiselect-filter>input.multiselect-search{border:none;border-bottom:1px solid #d3d3d3;padding-left:2rem;margin-left:-1.625rem;border-bottom-right-radius:0;border-bottom-left-radius:0}.multiselect-container .multiselect-filter>input.multiselect-search:focus{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.multiselect-container .multiselect-filter>.multiselect-moz-clear-filter{margin-left:-1.5rem;display:none}.multiselect-container .multiselect-option.multiselect-group-option-indented{padding-left:1.75rem}.multiselect-container .multiselect-all,.multiselect-container .multiselect-group,.multiselect-container .multiselect-option{padding:.25rem .25rem .25rem .75rem}.multiselect-container .multiselect-all .form-check-label,.multiselect-container .multiselect-all.dropdown-item,.multiselect-container .multiselect-all.dropdown-toggle,.multiselect-container .multiselect-group .form-check-label,.multiselect-container .multiselect-group.dropdown-item,.multiselect-container .multiselect-group.dropdown-toggle,.multiselect-container .multiselect-option .form-check-label,.multiselect-container .multiselect-option.dropdown-item,.multiselect-container .multiselect-option.dropdown-toggle{cursor:pointer}.multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback),.multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active,.multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback),.multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active,.multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback),.multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active{background-color:#d3d3d3;color:#000}.multiselect-container .multiselect-all:focus,.multiselect-container .multiselect-all:hover,.multiselect-container .multiselect-group:focus,.multiselect-container .multiselect-group:hover,.multiselect-container .multiselect-option:focus,.multiselect-container .multiselect-option:hover{background-color:#a9a9a9!important}.multiselect-container .multiselect-all .form-check,.multiselect-container .multiselect-group .form-check,.multiselect-container .multiselect-option .form-check{padding:0 5px 0 20px}.multiselect-container .multiselect-all:focus,.multiselect-container .multiselect-group:focus,.multiselect-container .multiselect-option:focus{outline:0}.form-inline .multiselect-container span.form-check{padding:3px 20px 3px 40px}.input-group.input-group-sm>.multiselect-native-select .multiselect{padding:.25rem 1.75rem .25rem .5rem;font-size:.875rem;line-height:1.5;height:calc(4em)}.input-group>.multiselect-native-select{flex:1 1 auto;width:1%}.input-group>.multiselect-native-select>div.btn-group{width:100%}.input-group>.multiselect-native-select:not(:first-child) .multiselect{border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.multiselect-native-select:not(:last-child) .multiselect{border-top-right-radius:0;border-bottom-right-radius:0}
|
File diff suppressed because one or more lines are too long
6
iris-web/source/app/static/assets/css/bootstrap-select.min.css
vendored
Normal file
6
iris-web/source/app/static/assets/css/bootstrap-select.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
43
iris-web/source/app/static/assets/css/bootstrap-slider.min.css
vendored
Normal file
43
iris-web/source/app/static/assets/css/bootstrap-slider.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
80
iris-web/source/app/static/assets/css/bootstrap-tagsinput.css
vendored
Normal file
80
iris-web/source/app/static/assets/css/bootstrap-tagsinput.css
vendored
Normal file
@ -0,0 +1,80 @@
|
||||
.bootstrap-tagsinput {
|
||||
background-color: #fff;
|
||||
border: 1px solid #ccc;
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||
display: inline-block;
|
||||
padding: 4px 6px;
|
||||
color: #555;
|
||||
vertical-align: middle;
|
||||
border-radius: 4px;
|
||||
max-width: 100%;
|
||||
line-height: 22px;
|
||||
cursor: text;
|
||||
}
|
||||
.bootstrap-tagsinput input {
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
outline: none;
|
||||
background-color: transparent;
|
||||
padding: 0 6px;
|
||||
margin: 0;
|
||||
width: auto;
|
||||
max-width: inherit;
|
||||
}
|
||||
.bootstrap-tagsinput.form-control input::-moz-placeholder {
|
||||
color: #777;
|
||||
opacity: 1;
|
||||
}
|
||||
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
|
||||
color: #777;
|
||||
}
|
||||
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
|
||||
color: #777;
|
||||
}
|
||||
.bootstrap-tagsinput input:focus {
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
.bootstrap-tagsinput .tag {
|
||||
margin-right: 2px;
|
||||
color: rgb(255, 255, 255);
|
||||
background-color: #007bff;
|
||||
border-radius: 1rem;
|
||||
padding-left: 6px;
|
||||
padding-right: 4px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
.bootstrap-tagsinput .tag [data-role="remove"] {
|
||||
margin-left: 8px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.bootstrap-tagsinput .tag [data-role="remove"]:after {
|
||||
content: "x";
|
||||
padding: 0px 2px;
|
||||
}
|
||||
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
|
||||
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
||||
}
|
||||
|
||||
/* autocomplete tagsinput*/
|
||||
.label-info {
|
||||
background-color: #5bc0de;
|
||||
display: inline-block;
|
||||
padding: 0.2em 0.6em 0.3em;
|
||||
font-size: 75%;
|
||||
font-weight: 700;
|
||||
line-height: 1;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
vertical-align: baseline;
|
||||
border-radius: 0.25em;
|
||||
}
|
||||
|
||||
.tt-menu {
|
||||
background-color: white;
|
||||
}
|
6
iris-web/source/app/static/assets/css/bootstrap.min.css
vendored
Normal file
6
iris-web/source/app/static/assets/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
768
iris-web/source/app/static/assets/css/case.css
Normal file
768
iris-web/source/app/static/assets/css/case.css
Normal file
@ -0,0 +1,768 @@
|
||||
/* Layouts */
|
||||
|
||||
|
||||
.body-overlay {
|
||||
position: fixed;
|
||||
z-index: 1100;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background: rgba(0, 0, 0, 0.63);
|
||||
}
|
||||
|
||||
.border-left, .border-right, .border-bottom, .border-top {
|
||||
border-color: #F0F1F3 !important;
|
||||
}
|
||||
|
||||
.no-box-shadow {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
/* margin-top negative */
|
||||
|
||||
.mt--5, .my--5 {
|
||||
margin-top: (-3rem) !important;
|
||||
}
|
||||
|
||||
.mt--4, .my--4 {
|
||||
margin-top: (-1.5rem) !important;
|
||||
}
|
||||
|
||||
.mt--3, .my--3 {
|
||||
margin-top: (-1rem) !important;
|
||||
}
|
||||
|
||||
.mt--2, .my--2 {
|
||||
margin-top: (-0.5rem) !important;
|
||||
}
|
||||
|
||||
.mt--1, .my--1 {
|
||||
margin-top: (-0.25rem) !important;
|
||||
}
|
||||
|
||||
/* Wrapper */
|
||||
|
||||
.pull-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.pull-left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
min-height: 100vh;
|
||||
position: relative;
|
||||
top: 0;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
|
||||
@keyframes animateMainHeaderFixed {
|
||||
0% {
|
||||
transform: translateY(-100%);
|
||||
opacity: .5
|
||||
}
|
||||
50% {
|
||||
opacity: .8
|
||||
}
|
||||
100% {
|
||||
transform: translateY(0);
|
||||
opacity: 1
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes animateNavBottom {
|
||||
0% {
|
||||
z-index: -1;
|
||||
transform: translateY(-100%);
|
||||
}
|
||||
99% {
|
||||
z-index: -1;
|
||||
}
|
||||
100% {
|
||||
z-index: 1000;
|
||||
transform: translateY(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* Horizontal Layout 2 */
|
||||
@media screen and (min-width: 991px) {
|
||||
.horizontal-layout-2 {
|
||||
min-height: calc(100vh - 207px);
|
||||
height: unset;
|
||||
.main-header {
|
||||
height: 100px;
|
||||
transition: all .4s;
|
||||
position: fixed;
|
||||
.fixed {
|
||||
height: 62px;
|
||||
.up {
|
||||
height: 100px;
|
||||
}
|
||||
}
|
||||
.nav-top {
|
||||
padding: 5px 0;
|
||||
}
|
||||
.nav-bottom {
|
||||
box-shadow: none !important;
|
||||
.page-navigation {
|
||||
width: 100%;
|
||||
border-radius: 6px;
|
||||
-webkit-box-shadow: 0px 7px 17px 1px rgba(69, 65, 78, 0.08);
|
||||
-moz-box-shadow: 0px 7px 17px 1px rgba(69, 65, 78, 0.08);
|
||||
box-shadow: 0px 7px 17px 1px rgba(69, 65, 78, 0.08);
|
||||
margin: 0px;
|
||||
.nav-item {
|
||||
&.active {
|
||||
&:before {
|
||||
width: calc(100% - 16px);
|
||||
margin: 0 8px;
|
||||
}
|
||||
}
|
||||
&:first-child {
|
||||
border-top-left-radius: 6px;
|
||||
border-bottom-left-radius: 6px;
|
||||
> a {
|
||||
margin-left: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.main-panel {
|
||||
min-height: calc(100vh - 207px);
|
||||
> .container, > .container-full {
|
||||
margin-top: 140px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Horizontal Layout 3 */
|
||||
.horizontal-layout-3 {
|
||||
min-height: calc(100vh - 130px);
|
||||
height: unset;
|
||||
.main-header {
|
||||
position: relative;
|
||||
}
|
||||
.main-panel {
|
||||
min-height: calc(100vh - 130px);
|
||||
max-width: unset;
|
||||
.container, .container-full {
|
||||
margin: 0 auto;
|
||||
max-width: 1140px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 991px) {
|
||||
.horizontal-layout-3 {
|
||||
#search-nav {
|
||||
display: none !important;
|
||||
}
|
||||
.navbar-header-left {
|
||||
.dropdown-menu {
|
||||
margin-top: 13px;
|
||||
&:after {
|
||||
border-bottom: 8px solid #fff;
|
||||
border-left: 8px solid transparent;
|
||||
border-right: 8px solid transparent;
|
||||
content: "";
|
||||
right: 10px;
|
||||
top: -8px;
|
||||
position: absolute;
|
||||
z-index: 1001;
|
||||
}
|
||||
}
|
||||
}
|
||||
.navbar-line {
|
||||
.navbar-nav {
|
||||
height: 100%;
|
||||
&.page-navigation {
|
||||
.nav-item {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Horizontal Layout 4 */
|
||||
|
||||
.horizontal-layout-4 {
|
||||
.main-header {
|
||||
.nav-bottom {
|
||||
.page-navigation {
|
||||
> .nav-item.active {
|
||||
&:before {
|
||||
display: block;
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
background-color: #ffffff;
|
||||
border: inherit;
|
||||
position: absolute;
|
||||
bottom: -10px;
|
||||
left: calc(50% - 20px);
|
||||
clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
|
||||
transform: rotate(-45deg);
|
||||
border-radius: 0 0 0 0.25em;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.main-panel {
|
||||
max-width: unset;
|
||||
.container {
|
||||
display: flex;
|
||||
}
|
||||
.page-inner-sidebar {
|
||||
width: 215px;
|
||||
padding: 2rem 40px 2rem 0;
|
||||
}
|
||||
|
||||
@mixin page-inner-navigation-style($color) {
|
||||
li.active {
|
||||
a {
|
||||
color: $color !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.page-inner-navigation {
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
li {
|
||||
padding: 10px 20px;
|
||||
margin-bottom: 8px;
|
||||
transition: all .2s;
|
||||
a {
|
||||
color: #89898a;
|
||||
font-weight: 600;
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
&.active {
|
||||
background: #f1f1f1;
|
||||
border-radius: 50px;
|
||||
}
|
||||
&:hover {
|
||||
background: #f1f1f1;
|
||||
border-radius: 50px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.page-inner-navigation-primary {
|
||||
@include page-inner-navigation-style($primary-color);
|
||||
}
|
||||
.page-inner-navigation-secondary {
|
||||
@include page-inner-navigation-style($secondary-color);
|
||||
}
|
||||
.page-inner-navigation-info {
|
||||
@include page-inner-navigation-style($info-color);
|
||||
}
|
||||
.page-inner-navigation-success {
|
||||
@include page-inner-navigation-style($success-color);
|
||||
}
|
||||
.page-inner-navigation-danger {
|
||||
@include page-inner-navigation-style($danger-color);
|
||||
}
|
||||
.page-inner-navigation-warning {
|
||||
@include page-inner-navigation-style($warning-color);
|
||||
}
|
||||
|
||||
.page-inner {
|
||||
width: calc(100% - 215px);
|
||||
padding-top: 2rem;
|
||||
padding-bottom: 2rem;
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Navbar Custom */
|
||||
|
||||
.navbar-round {
|
||||
.navbar-nav {
|
||||
&.page-navigation {
|
||||
.nav-item {
|
||||
.nav-link {
|
||||
font-size: 14px !important;
|
||||
padding: 11px 20px !important;
|
||||
border-radius: 50px;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.navbar-line {
|
||||
.navbar-nav {
|
||||
&.page-navigation {
|
||||
.nav-item {
|
||||
.nav-link {
|
||||
background: transparent !important;
|
||||
font-weight: $font-weight-bold;
|
||||
}
|
||||
&.active {
|
||||
position: relative;
|
||||
&::after {
|
||||
height: 4px;
|
||||
width: calc(100% - 40px);
|
||||
bottom: 1px;
|
||||
transform: translateX(-50%);
|
||||
left: 50%;
|
||||
background: $primary-color;
|
||||
content: '';
|
||||
position: absolute;
|
||||
border-radius: 50px;
|
||||
}
|
||||
}
|
||||
&:not(.active){
|
||||
.nav-link {
|
||||
color: rgba(255, 255, 255, 0.85) !important;
|
||||
|
||||
&:hover {
|
||||
color: #fff !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@mixin page-navigation-style($color) {
|
||||
.nav-item {
|
||||
&.active {
|
||||
&::after {
|
||||
background: $color !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&.page-navigation-black{
|
||||
@include page-navigation-style($black-color);
|
||||
}
|
||||
&.page-navigation-primary{
|
||||
@include page-navigation-style($primary-color);
|
||||
}
|
||||
&.page-navigation-secondary{
|
||||
@include page-navigation-style($secondary-color);
|
||||
}
|
||||
&.page-navigation-success{
|
||||
@include page-navigation-style($success-color);
|
||||
}
|
||||
&.page-navigation-warning{
|
||||
@include page-navigation-style($warning-color);
|
||||
}
|
||||
&.page-navigation-danger{
|
||||
@include page-navigation-style($danger-color);
|
||||
}
|
||||
&.page-navigation-info{
|
||||
@include page-navigation-style($info-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.navbar-nav {
|
||||
.nav-item {
|
||||
.nav-link {
|
||||
color: $white-color !important;
|
||||
&:hover, &:focus {
|
||||
background: rgba(236, 236, 255, 0.2) !important;
|
||||
}
|
||||
}
|
||||
&.active {
|
||||
.nav-link {
|
||||
background: rgba(236, 236, 255, 0.2) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.page-navigation {
|
||||
.nav-item {
|
||||
.nav-link {
|
||||
font-size: 14px !important;
|
||||
padding: 11px 20px !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
&.dropdown {
|
||||
.nav-link {
|
||||
&:after {
|
||||
content: "\e604";
|
||||
font-family: simple-line-icons;
|
||||
font-size: 7px;
|
||||
margin-left: 10px;
|
||||
border: 0;
|
||||
height: 100%;
|
||||
color: #fff !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 991px) {
|
||||
.navbar-tab {
|
||||
.navbar-nav {
|
||||
.nav-item {
|
||||
margin-right: 10px;
|
||||
.nav-link {
|
||||
border-radius: 8px 8px 0 0 !important;
|
||||
background: rgba(236, 236, 255, 0.2) !important;
|
||||
padding: 14px 24px !important;
|
||||
&:hover {
|
||||
background: rgba(236, 236, 255, 0.5) !important;
|
||||
}
|
||||
}
|
||||
&.active {
|
||||
.nav-link {
|
||||
background: $grey2-color !important;
|
||||
color: $body-text-color !important;
|
||||
}
|
||||
&.dropdown {
|
||||
.nav-link {
|
||||
&:after {
|
||||
color: $body-text-color !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 991px) {
|
||||
.navbar-nav {
|
||||
&.page-navigation {
|
||||
background: $primary2-color;
|
||||
flex-direction: column;
|
||||
width: 275px;
|
||||
max-width: calc(100% - 40px);
|
||||
position: fixed;
|
||||
z-index: 1200;
|
||||
left: 0 !important;
|
||||
right: 0;
|
||||
top: 0;
|
||||
-webkit-transform: translate3d(-275px, 0, 0);
|
||||
-moz-transform: translate3d(-275px, 0, 0);
|
||||
-o-transform: translate3d(-275px, 0, 0);
|
||||
-ms-transform: translate3d(-275px, 0, 0);
|
||||
transform: translate3d(-275px, 0, 0) !important;
|
||||
transition: all .5s;
|
||||
margin-top: 0;
|
||||
min-height: 100vh;
|
||||
.title-menu {
|
||||
font-size: 14px;
|
||||
margin: 0;
|
||||
color: #fff;
|
||||
height: 56px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0 20px;
|
||||
position: relative;
|
||||
font-weight: 300;
|
||||
text-transform: uppercase;
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
|
||||
.close-menu {
|
||||
color: #fff;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 15px;
|
||||
transform: translateY(-50%);
|
||||
cursor: pointer;
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
.nav-item {
|
||||
width: 100%;
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
|
||||
> .nav-link {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
text-align: left !important;
|
||||
font-size: 14px !important;
|
||||
padding: 12.5px 20px !important;
|
||||
align-items: center;
|
||||
}
|
||||
&.dropdown {
|
||||
.nav-link {
|
||||
&:after {
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
margin-right: 25px;
|
||||
height: fit-content;
|
||||
width: unset;
|
||||
transform: rotate(0deg);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
&.show-submenu.show {
|
||||
.nav-link {
|
||||
&:after {
|
||||
transform: rotate(-180deg);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.nav_open {
|
||||
.page-navigation {
|
||||
-webkit-transform: translate3d(0px, 0, 0);
|
||||
-moz-transform: translate3d(0px, 0, 0);
|
||||
-o-transform: translate3d(0px, 0, 0);
|
||||
-ms-transform: translate3d(0px, 0, 0);
|
||||
transform: translate3d(0px, 0, 0) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Mail */
|
||||
.mail-wrapper {
|
||||
.toggle-email-nav {
|
||||
margin-top: 10px;
|
||||
display: none;
|
||||
}
|
||||
.mail-content {
|
||||
.inbox-head, .email-head{
|
||||
padding: 35px 25px 20px;
|
||||
h3 {
|
||||
font-size: 22px;
|
||||
font-weight: $font-weight-light;
|
||||
margin: 0px;
|
||||
}
|
||||
}
|
||||
.email-head{
|
||||
padding: 35px 25px;
|
||||
border-bottom: 1px solid $grey-color;
|
||||
.favorite {
|
||||
color: #eee;
|
||||
margin-right: 5px;
|
||||
&.active {
|
||||
color: #FFC600;
|
||||
}
|
||||
}
|
||||
.controls{
|
||||
margin-left: auto;
|
||||
> a {
|
||||
color: #9c9c9c;
|
||||
font-size: 18px;
|
||||
padding: 0 5px;
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
opacity: 0.8;
|
||||
}
|
||||
&:last-child {
|
||||
padding-right: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.email-sender{
|
||||
padding: 14px 25px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border-bottom: 1px solid $grey-color;
|
||||
.avatar{
|
||||
padding-right: 12px;
|
||||
img {
|
||||
max-width: 40px;
|
||||
max-height: 40px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
}
|
||||
.date {
|
||||
margin-left: auto;
|
||||
}
|
||||
.sender {
|
||||
.action {
|
||||
display: inline-block;
|
||||
> a {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.email-body {
|
||||
padding: 30px 28px;
|
||||
}
|
||||
.email-attachments{
|
||||
padding: 25px 28px;
|
||||
border-top: 1px solid $grey-color;
|
||||
.title{
|
||||
font-weight: $font-weight-normal;
|
||||
margin-bottom: 10px;
|
||||
span {
|
||||
font-weight: $font-weight-normal;
|
||||
}
|
||||
}
|
||||
ul {
|
||||
padding-left: 0px;
|
||||
list-style: none;
|
||||
li {
|
||||
padding: 6px 0;
|
||||
a {
|
||||
font-weight: $font-weight-normal;
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
i {
|
||||
font-size: 20px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
span {
|
||||
font-weight: $font-weight-normal;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.inbox-body{
|
||||
padding: 20px 0px;
|
||||
.mail-option{
|
||||
padding: 0 20px;
|
||||
margin-bottom: 20px;
|
||||
display: flex;
|
||||
.chk-all{
|
||||
display: inline-block;
|
||||
}
|
||||
.btn-option{
|
||||
color: #555 !important;
|
||||
border: 1px solid #ebedf2 !important;
|
||||
font-weight: $font-weight-bold;
|
||||
background: $white-color !important;
|
||||
box-shadow: 2px 2px 3px 0px #f2f1f1 !important;
|
||||
}
|
||||
.form-check{
|
||||
padding: 0;
|
||||
.form-check-sign:before{
|
||||
border: 1px solid #eee;
|
||||
background: #eeeeee;
|
||||
}
|
||||
}
|
||||
}
|
||||
.email-list {
|
||||
.email-list-item {
|
||||
padding: 14px 20px;
|
||||
display: table;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
font-size: 12px;
|
||||
width: 100%;
|
||||
border-top: 1px solid $grey-color;
|
||||
&:hover {
|
||||
background: #f6f5f5;
|
||||
}
|
||||
.email-list-actions, .email-list-detail {
|
||||
vertical-align: top;
|
||||
display: table-cell;
|
||||
}
|
||||
.email-list-actions{
|
||||
width: 50px;
|
||||
.custom-checkbox{
|
||||
margin-right: 0px;
|
||||
}
|
||||
.favorite{
|
||||
color: #eee;
|
||||
font-size: 18px;
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
color: #969696;
|
||||
}
|
||||
&.active, &.active:hover{
|
||||
color: #FFC600;
|
||||
}
|
||||
}
|
||||
}
|
||||
.email-list-detail {
|
||||
p, .msg {
|
||||
font-size: 12px;
|
||||
}
|
||||
.msg {
|
||||
margin-bottom: 0px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
.from {
|
||||
font-size: 13px;
|
||||
}
|
||||
.date {
|
||||
font-size: 12px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.paperclip {
|
||||
font-size: 16px;
|
||||
padding-right: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.unread{
|
||||
font-weight: $font-weight-normal;
|
||||
background: #fbfbfb;
|
||||
&:after {
|
||||
content: '';
|
||||
display: block;
|
||||
position: absolute;
|
||||
width: 3px;
|
||||
background: $primary-color;
|
||||
top: -1px;
|
||||
left: 0px;
|
||||
bottom: -1px;
|
||||
height: calc(100% + 2px);
|
||||
}
|
||||
.email-list-detail {
|
||||
.from {
|
||||
font-weight: $font-weight-bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.email-compose-fields, .email-editor{
|
||||
padding: 20px 25px;
|
||||
}
|
||||
.email-compose-fields{
|
||||
padding: 20px 25px;
|
||||
border-bottom: 1px solid $grey-color;
|
||||
}
|
||||
.email-action{
|
||||
text-align: right;
|
||||
margin-bottom: 15px;
|
||||
> .btn {
|
||||
margin-right: 7px;
|
||||
&:last-child {
|
||||
margin-right: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Flex-1 */
|
||||
|
||||
.flex-1 {
|
||||
-ms-flex: 1;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
/* Metric */
|
||||
.metric {
|
||||
display: flex;
|
||||
padding: 1rem;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
966
iris-web/source/app/static/assets/css/dark-theme.css
Normal file
966
iris-web/source/app/static/assets/css/dark-theme.css
Normal file
@ -0,0 +1,966 @@
|
||||
body {
|
||||
background: rgba(0,0,0,1);
|
||||
background: #121622
|
||||
}
|
||||
|
||||
.btn-border.btn-primary {
|
||||
background: #004eb3 !important;
|
||||
border-color: #004eb3 !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.selectgroup.selectgroup-primary .selectgroup-input:checked + .selectgroup-button {
|
||||
border-color: #004eb3;
|
||||
color: #ffffff;
|
||||
background: #004eb3;
|
||||
}
|
||||
|
||||
.btn-success {
|
||||
background: #004eb3 !important;
|
||||
border-color: #004eb3 !important;
|
||||
}
|
||||
|
||||
.btn-success:hover,
|
||||
.btn-success:focus {
|
||||
background: #003981 !important;
|
||||
border-color: #003981 !important;
|
||||
}
|
||||
|
||||
.sidebar.sidebar-style-2 .nav.nav-primary > .nav-item.active > a {
|
||||
background: #05408c !important;
|
||||
}
|
||||
|
||||
body .main-header {
|
||||
box-shadow: 0px 0px 5px #010409;
|
||||
}
|
||||
|
||||
body .main-panel {
|
||||
color: #f0f0f0 !important;
|
||||
}
|
||||
|
||||
body .main-panel {
|
||||
color: #f0f0f0 !important;
|
||||
}
|
||||
|
||||
.logo-header[data-background-color="blue"] {
|
||||
background: #1f283e !important;
|
||||
}
|
||||
|
||||
.main-header {
|
||||
background: #1f283e;
|
||||
}
|
||||
|
||||
@-webkit-keyframes yellow-fade {
|
||||
from {
|
||||
background: #f96;
|
||||
}
|
||||
to {
|
||||
background: #010409;
|
||||
}
|
||||
}
|
||||
@-moz-keyframes yellow-fade {
|
||||
from {
|
||||
background: #f96;
|
||||
}
|
||||
to {
|
||||
background: #010409;
|
||||
}
|
||||
}
|
||||
@keyframes yellow-fade {
|
||||
from {
|
||||
background: #f96;
|
||||
}
|
||||
to {
|
||||
background: #010409;
|
||||
}
|
||||
}
|
||||
|
||||
body .card,
|
||||
body .row-card-no-pd,
|
||||
body .list-group-item,
|
||||
body .timeline>li>.timeline-panel {
|
||||
background: #202940;
|
||||
box-shadow: none;
|
||||
border: #004079b0 1px solid
|
||||
}
|
||||
|
||||
body .card-pricing2 {
|
||||
background: #202940 !important;
|
||||
}
|
||||
|
||||
body .row-card-no-pd [class*=col] .card:before {
|
||||
background: rgba(181, 181, 181, 0.1) !important;
|
||||
}
|
||||
|
||||
.kanban-item {
|
||||
box-shadow: 0 0 0 1px rgba(122, 128, 134, 0.2);
|
||||
}
|
||||
|
||||
body .card .card-header,
|
||||
body .card .card-footer,
|
||||
body .card .card-action,
|
||||
body .accordion .card,
|
||||
body .card-profile .user-stats [class^="col"],
|
||||
body .table td,
|
||||
body .table th,
|
||||
body .breadcrumbs,
|
||||
body .separator-dashed,
|
||||
body .separator-solid,
|
||||
body .separator-dot,
|
||||
body .list-group .list-group-item,
|
||||
body .conversations .messages-form,
|
||||
body .mail-wrapper .mail-content .inbox-body .email-list .email-list-item,
|
||||
body .page-with-aside .page-aside,
|
||||
body .mail-wrapper .mail-content .email-head,
|
||||
body .mail-wrapper .mail-content .email-sender,
|
||||
body .main-panel .page-divider {
|
||||
border-color: rgba(181, 181, 181, 0.1) !important;
|
||||
}
|
||||
|
||||
.timeline>li>.timeline-even {
|
||||
background: rgba(181, 181, 181, 0.1);
|
||||
}
|
||||
|
||||
body .timeline>li>.timeline-panel {
|
||||
border-color: rgba(181, 181, 181, 0.1);
|
||||
}
|
||||
|
||||
body .timeline>li>.timeline-panel:before {
|
||||
border-left-color: rgba(181, 181, 181, 0.1);
|
||||
border-right-color: rgba(181, 181, 181, 0.1);
|
||||
}
|
||||
|
||||
body .timeline>li>.timeline-panel:after {
|
||||
border-left-color: #202940;
|
||||
border-right-color: #202940;
|
||||
}
|
||||
|
||||
body .page-title,
|
||||
body .breadcrumbs li a {
|
||||
color: rgba(169, 175, 187, 0.82);
|
||||
}
|
||||
|
||||
body .page-category {
|
||||
color: #828282;
|
||||
}
|
||||
|
||||
body a {
|
||||
color: #66aaff;
|
||||
}
|
||||
|
||||
body table.dataTable tbody > tr.selected,
|
||||
body table.dataTable tbody > tr > .selected {
|
||||
background-color: #455471 !important;
|
||||
}
|
||||
|
||||
body .card-title,
|
||||
body .card-title a,
|
||||
body .card-title a:hover,
|
||||
body .card-title a:focus {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.bg-shadow-gradient {
|
||||
background: #1572E8 !important;
|
||||
background: -webkit-linear-gradient(legacy-direction(-45deg), #141515, #484848BD) !important;
|
||||
background: linear-gradient(-45deg, #141515, #484848BD) !important;
|
||||
}
|
||||
|
||||
body .card-category {
|
||||
color: #8b92a9;
|
||||
}
|
||||
|
||||
body .card-default,
|
||||
body .card-primary,
|
||||
body .card-secondary,
|
||||
body .card-info,
|
||||
body .card-success,
|
||||
body .card-warning,
|
||||
body .card-danger {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
body .card-default .card-title,
|
||||
body .card-default .card-category,
|
||||
body .card-primary .card-title,
|
||||
body .card-primary .card-category,
|
||||
body .card-secondary .card-title,
|
||||
body .card-secondary .card-category,
|
||||
body .card-info .card-title,
|
||||
body .card-info .card-category,
|
||||
body .card-success .card-title,
|
||||
body .card-success .card-category,
|
||||
body .card-warning .card-title,
|
||||
body .card-warning .card-category,
|
||||
body .card-danger .card-title,
|
||||
body .card-danger .card-category {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
body .btn-outline-dark,
|
||||
body .btn-outline-white,
|
||||
body .btn-outline-light,
|
||||
body .nav-pills .nav-link:not(.active) {
|
||||
background: rgba(185, 185, 185, 0.18);
|
||||
color: #fff;
|
||||
border: none;
|
||||
}
|
||||
|
||||
body table.dataTable tr.dtrg-group td {
|
||||
background-color: #ffffff21;
|
||||
}
|
||||
|
||||
body .card-pricing .specification-list li {
|
||||
border-color: #373d4c;
|
||||
}
|
||||
|
||||
body .input-group-text {
|
||||
border-color: #2f374b !important;
|
||||
background-color: #1f283e;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
body .input-solid {
|
||||
background: #363b4c !important;
|
||||
border-color: #363b4c !important;
|
||||
}
|
||||
|
||||
body .list-group-messages .list-group-item-title a,
|
||||
body .list-group .list-group-item-text {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
body .footer {
|
||||
border-top: 1px solid #293247;
|
||||
background: #1f283e;
|
||||
}
|
||||
|
||||
body .bg-focus-gradient {
|
||||
background: linear-gradient(-180deg, #29292f, #1a1a1a) !important;
|
||||
}
|
||||
|
||||
body .form-control,
|
||||
body .form-group-default,
|
||||
body .select2-container--bootstrap .select2-selection {
|
||||
background-color: #1a2035 !important;
|
||||
color: #fff !important;;
|
||||
border-color: #2f374b;
|
||||
}
|
||||
|
||||
body .bootstrap-tagsinput {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
body .selectgroup-button {
|
||||
border: 1px solid #2f374b;
|
||||
}
|
||||
|
||||
body .conversations .message-header {
|
||||
background: #1a2035;
|
||||
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.07);
|
||||
}
|
||||
|
||||
body .conversations .conversations-content {
|
||||
color: #575962;
|
||||
border-color: #2e364a;
|
||||
}
|
||||
|
||||
body .mail-wrapper .mail-content .inbox-body .email-list .email-list-item.unread {
|
||||
background: #1f283e !important;
|
||||
}
|
||||
|
||||
body .mail-wrapper .mail-content .inbox-body .email-list .email-list-item:hover {
|
||||
background: #171e2f !important;
|
||||
}
|
||||
|
||||
body .page-with-aside .page-aside .aside-nav .nav>li:hover,
|
||||
body .page-with-aside .page-aside .aside-nav .nav>li:focus,
|
||||
body .page-with-aside .page-aside .aside-nav .nav>li.active {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
}
|
||||
|
||||
body .page-with-aside .page-aside .aside-nav .nav>li.active>a {
|
||||
color: #b9babf !important;
|
||||
}
|
||||
|
||||
body .board {
|
||||
color: #f2f2f2;
|
||||
}
|
||||
|
||||
.list-group-item-action {
|
||||
color: #f0f0f0;
|
||||
text-align: inherit;
|
||||
}
|
||||
|
||||
body .kanban-board {
|
||||
background: #2f3953 !important;
|
||||
}
|
||||
|
||||
body .kanban-item {
|
||||
background: #1a2035 !important;
|
||||
box-shadow: none;
|
||||
border: #004079b0 1px solid;
|
||||
}
|
||||
|
||||
body .modal-content {
|
||||
background: #202940 !important;
|
||||
}
|
||||
|
||||
body .timeline-title,
|
||||
body .timeline-body {
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
body .timeline-inverted {
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
body .timeline-inverted .text-dark {
|
||||
color: #eee !important;
|
||||
}
|
||||
|
||||
body .timeline-odd {
|
||||
background: #202940 !important;
|
||||
color: #cac7c7;
|
||||
}
|
||||
body .timeline-even {
|
||||
background: #24272d !important;
|
||||
color: #cac7c7;
|
||||
}
|
||||
|
||||
.bg-info-gradient {
|
||||
background: #48ABF7 !important;
|
||||
background: -webkit-linear-gradient(legacy-direction(-45deg), #0910159C, #1D283187) !important;
|
||||
background: linear-gradient(-45deg, #0910159C, #1D283187) !important;
|
||||
}
|
||||
|
||||
.bg-close-gradient {
|
||||
background: #1f283e !important;
|
||||
background: -webkit-linear-gradient(legacy-direction(-45deg), #010409, #51252587) !important;
|
||||
background: linear-gradient(-45deg, #010409, #51252587) !important;
|
||||
}
|
||||
|
||||
body .amsify-suggestags-input {
|
||||
background: #1a2035 !important;
|
||||
color: #cac7c7;
|
||||
}
|
||||
|
||||
body .dropdown-menu {
|
||||
color: #cac7c7;
|
||||
background: #363e53 !important;
|
||||
box-shadow: none;
|
||||
border: #004079b0 1px solid;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
body .select2-dropdown {
|
||||
color: #cac7c7;
|
||||
background: #363e53 !important;
|
||||
box-shadow: none;
|
||||
border: #004079b0 1px solid;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.bootstrap-select > .dropdown-toggle {
|
||||
background-color: #363e53;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.table-bordered {
|
||||
border: 1px solid #42424259;
|
||||
}
|
||||
|
||||
body .dropdown-item {
|
||||
color: #cac7c7 !important;
|
||||
}
|
||||
|
||||
body .dropdown-item:hover {
|
||||
background: #1a2035 !important;
|
||||
}
|
||||
|
||||
body .vis-network {
|
||||
background: #202940 !important;
|
||||
}
|
||||
|
||||
.bg-primary {
|
||||
background-color: #1f283e !important;
|
||||
}
|
||||
|
||||
body .kanban-board {
|
||||
background: #4c5366 !important;
|
||||
}
|
||||
|
||||
.kanban-title-button button {
|
||||
background: transparent;
|
||||
border: 0;
|
||||
color: #fff;
|
||||
padding: 0;
|
||||
font-size: 16px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
body .btn-light,
|
||||
body .btn-white,
|
||||
body .badge-light,
|
||||
body input,
|
||||
body select,
|
||||
body .select2-selection,
|
||||
body .select2-container--default {
|
||||
background:rgb(6, 14, 40) !important;
|
||||
color: #cac7c7;
|
||||
}
|
||||
|
||||
body .btn-light:hover,
|
||||
body .btn-white:hover {
|
||||
background: #1a2035 !important;
|
||||
color: #cac7c7;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-selection--multiple {
|
||||
border: 1px solid #2f374b;
|
||||
}
|
||||
|
||||
body .secondary-header .nav-bottom .page-navigation > .nav-item > .nav-link .menu-title {
|
||||
color: #cac7c7;
|
||||
}
|
||||
|
||||
body .select2-selection .select2-selection__choice,
|
||||
body .select2-container--default .select2-selection__choice {
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
color: #090909;
|
||||
}
|
||||
|
||||
body .select2-selection .select2-results__option--selected,
|
||||
body .select2-container--default .select2-results__option--selected,
|
||||
body .page-link {
|
||||
background: rgba(185, 185, 185, 0.18) !important;
|
||||
border: none;
|
||||
color: #cac7c7;
|
||||
}
|
||||
|
||||
body .select2-container--default .select2-selection--single .select2-selection__rendered {
|
||||
color: #cac7c7;
|
||||
}
|
||||
|
||||
.quick-sidebar {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: -380px;
|
||||
width: 380px;
|
||||
overflow: auto;
|
||||
overflow-x: auto;
|
||||
overflow-x: hidden;
|
||||
height: 100vh;
|
||||
display: block;
|
||||
z-index: 1;
|
||||
background: #363e53;
|
||||
background-position-x: 0%;
|
||||
background-position-y: 0%;
|
||||
background-size: auto;
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
box-shadow: none;
|
||||
|
||||
z-index: 1101;
|
||||
padding: 20px 20px 0;
|
||||
}
|
||||
|
||||
.ds-sidebar {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: -60%;
|
||||
width: 60%;
|
||||
overflow: auto;
|
||||
overflow-x: auto;
|
||||
overflow-x: auto;
|
||||
overflow-x: hidden;
|
||||
height: 100vh;
|
||||
display: block;
|
||||
z-index: 1;
|
||||
background: #363e53;
|
||||
background-position-x: 0%;
|
||||
background-position-y: 0%;
|
||||
background-size: auto;
|
||||
background-position-x: 0%;
|
||||
background-position-y: 0%;
|
||||
background-size: auto;
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
|
||||
box-shadow: none;
|
||||
z-index: 1001;
|
||||
padding: 20px 20px 0;
|
||||
}
|
||||
|
||||
.nav.nav-line .nav-link {
|
||||
padding: 15px 20px;
|
||||
padding-top: 15px;
|
||||
padding-right: 20px;
|
||||
padding-left: 20px;
|
||||
color: #eaeaea;
|
||||
border-width: 0px;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.tree {
|
||||
min-height: 20px;
|
||||
padding: 19px;
|
||||
margin-bottom: 20px;
|
||||
background-color: #202940;
|
||||
border: 1px solid #403f3f;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
.quick-actions .quick-actions-item {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin: 7.5px 7.5px;
|
||||
padding: 10px;
|
||||
align-items: center;
|
||||
color: #1572E8;
|
||||
border: 1px solid #595959;
|
||||
background-color: #2f3348;
|
||||
border-radius: 3px;
|
||||
transition: all .2s;
|
||||
}
|
||||
|
||||
.quick-actions .quick-actions-item i {
|
||||
color: #fff;
|
||||
font-size: 27px;
|
||||
}
|
||||
|
||||
.quick-actions.quick-actions-primary .quick-actions-item {
|
||||
color: #74A4E1;
|
||||
}
|
||||
|
||||
.quick-actions .quick-actions-item:hover {
|
||||
background: #30303e;
|
||||
color: #1572E8;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.tree li.parent_li > span {
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
.tree li.parent_li > span {
|
||||
background: rgba(185, 185, 185, 0.18);
|
||||
}
|
||||
|
||||
.form-check [type="checkbox"]:not(:checked) + .form-check-sign, .form-check [type="checkbox"]:checked + .form-check-sign, .form-check [type="checkbox"] + .form-check-sign {
|
||||
position: relative;
|
||||
padding-left: 2em;
|
||||
color: #d9d9d9;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.text-dark {
|
||||
color: #d2d2d2 !important;
|
||||
}
|
||||
|
||||
body .form-control:disabled,
|
||||
body .form-control[readonly] {
|
||||
color: #cac7c7;
|
||||
}
|
||||
|
||||
body .form-check [type="checkbox"] + .form-check-sign {
|
||||
color: #cac7c7;
|
||||
}
|
||||
|
||||
body .bg-primary-gradient{
|
||||
background: #1f283e !important;
|
||||
background: -webkit-linear-gradient(legacy-direction(-45deg), #021223, #1f283e) !important;
|
||||
background: linear-gradient(-45deg, #021223, #1f283e) !important;
|
||||
}
|
||||
|
||||
body .modal-header,
|
||||
body .modal-footer {
|
||||
border-top: none;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
body .modal-header .text-right button,
|
||||
body .modal-header .justify-right button {
|
||||
color: #cecece;
|
||||
}
|
||||
|
||||
.sidebar.sidebar-style-2 .nav .nav-item a:hover p,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item a:hover i,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item a:focus p,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item a:focus i,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item a[data-toggle=collapse][aria-expanded=true] p,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item a[data-toggle=collapse][aria-expanded=true] i,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item a:hover p,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item a:hover i,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item a:focus p,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item a:focus i,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item a[data-toggle=collapse][aria-expanded=true] p,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item a[data-toggle=collapse][aria-expanded=true] i {
|
||||
color: #b9babf !important;
|
||||
}
|
||||
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active a,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active a p,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active a i,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active a .caret,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active a span,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active a p,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active a i,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active a .caret,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active a span {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active a[data-toggle=collapse][aria-expanded=true] p,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active a[data-toggle=collapse][aria-expanded=true] i,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active a[data-toggle=collapse][aria-expanded=true] .caret,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active a[data-toggle=collapse][aria-expanded=true] span,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active a[data-toggle=collapse][aria-expanded=true] p,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active a[data-toggle=collapse][aria-expanded=true] i,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active a[data-toggle=collapse][aria-expanded=true] .caret,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active a[data-toggle=collapse][aria-expanded=true] span {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
|
||||
.main-header .navbar-header .nav-search .input-group {
|
||||
background: rgba(185, 185, 185, 0.18) !important;
|
||||
}
|
||||
|
||||
.main-header .navbar-header .navbar-nav .nav-item .nav-link:hover,
|
||||
.main-header .navbar-header .navbar-nav .nav-item .nav-link:focus {
|
||||
background: rgba(185, 185, 185, 0.18) !important;
|
||||
}
|
||||
|
||||
.main-header .navbar-header .navbar-nav .nav-item.active .nav-link {
|
||||
background: rgba(185, 185, 185, 0.18) !important;
|
||||
}
|
||||
|
||||
.logo-header {
|
||||
background: #1a2035 !important;
|
||||
}
|
||||
|
||||
.navbar-header {
|
||||
background: #1a2035 !important;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
background: #1a2035 !important;
|
||||
}
|
||||
|
||||
.sidebar .user {
|
||||
border-color: rgba(181, 181, 181, 0.1) !important;
|
||||
}
|
||||
|
||||
.sidebar .user .info a>span {
|
||||
color: #b9babf;
|
||||
}
|
||||
|
||||
.sidebar .user .info a>span .user-level {
|
||||
color: #8d9498;
|
||||
}
|
||||
|
||||
.sidebar .nav>.nav-item.active>a p {
|
||||
color: #b9babf !important;
|
||||
}
|
||||
|
||||
.sidebar .nav>.nav-item a {
|
||||
color: #b9babf !important;
|
||||
}
|
||||
|
||||
.sidebar .nav>.nav-item a:hover p,
|
||||
.sidebar .nav>.nav-item a:focus p,
|
||||
.sidebar .nav>.nav-item a[data-toggle=collapse][aria-expanded=true] p {
|
||||
color: #b9babf !important;
|
||||
}
|
||||
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active>a,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active>a:hover,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active>a:focus,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active>a[data-toggle=collapse][aria-expanded=true] {
|
||||
background: #fff !important;
|
||||
color: #1a2035 !important;
|
||||
}
|
||||
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active>a p,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active>a i,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active>a .caret,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active>a:hover p,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active>a:hover i,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active>a:hover .caret,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active>a:focus p,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active>a:focus i,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active>a:focus .caret,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active>a[data-toggle=collapse][aria-expanded=true] p,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active>a[data-toggle=collapse][aria-expanded=true] i,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active>a[data-toggle=collapse][aria-expanded=true] .caret {
|
||||
color: #1a2035 !important;
|
||||
}
|
||||
|
||||
.sidebar .scrollbar-inner>.scroll-element .scroll-bar {
|
||||
background-color: #f7f7f7;
|
||||
}
|
||||
|
||||
.sidebar .scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar,
|
||||
.sidebar .scrollbar-inner>.scroll-element:hover .scroll-bar {
|
||||
background-color: #dcdbdb;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
background: #1f283e !important;
|
||||
}
|
||||
|
||||
.sidebar .user {
|
||||
border-color: rgba(181, 181, 181, 0.1) !important;
|
||||
}
|
||||
|
||||
.sidebar .user .info a>span {
|
||||
color: #dddedf;
|
||||
}
|
||||
|
||||
.sidebar .user .info a>span .user-level {
|
||||
color: #8d9498;
|
||||
}
|
||||
|
||||
.sidebar .nav>.nav-item.active>a p {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
|
||||
.sidebar .nav>.nav-item a {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
|
||||
body,
|
||||
body label,
|
||||
.sidebar .nav>.nav-item a:hover p,
|
||||
.sidebar .nav>.nav-item a:focus p,
|
||||
.sidebar .nav > .nav-item a p,
|
||||
.sidebar .nav>.nav-item a[data-toggle=collapse][aria-expanded=true] p {
|
||||
color: #d3d2d2 !important;
|
||||
}
|
||||
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active>a,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active>a:hover,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active>a:focus,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active>a[data-toggle=collapse][aria-expanded=true] {
|
||||
background: rgba(185, 185, 185, 0.18) !important;
|
||||
color: #1f283e !important;
|
||||
}
|
||||
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active>a p,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active>a i,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active>a .caret,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active>a:hover p,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active>a:hover i,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active>a:hover .caret,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active>a:focus p,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active>a:focus i,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active>a:focus .caret,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active>a[data-toggle=collapse][aria-expanded=true] p,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active>a[data-toggle=collapse][aria-expanded=true] i,
|
||||
.sidebar.sidebar-style-2 .nav .nav-item.active>a[data-toggle=collapse][aria-expanded=true] .caret {
|
||||
color: #1f283e !important;
|
||||
}
|
||||
|
||||
.sidebar .scrollbar-inner>.scroll-element .scroll-bar {
|
||||
background-color: #f7f7f7;
|
||||
}
|
||||
|
||||
.sidebar .scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar,
|
||||
.sidebar .scrollbar-inner>.scroll-element:hover .scroll-bar {
|
||||
background-color: #dcdbdb;
|
||||
}
|
||||
|
||||
|
||||
.form-control:disabled, .form-control[readonly] {
|
||||
background: #d5d1d100 !important;
|
||||
border-color: #515151 !important;
|
||||
}
|
||||
|
||||
body .input-group-text {
|
||||
border-color: #2f374b !important;
|
||||
background-color: #404551;
|
||||
color: #fff;
|
||||
}
|
||||
.card-profile {
|
||||
color: #e8e8e8;
|
||||
}
|
||||
.sidebar .user .info a > span .user-level {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.sidebar .nav .nav-section .text-section, .sidebar .nav .nav-section .text-section {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.modal-backdrop.show {
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.alert-std {
|
||||
background-color: #444;
|
||||
}
|
||||
|
||||
.accordion .card {
|
||||
background: #444;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.accordion.accordion-primary .card .card-header {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
pre {
|
||||
color: #dbdbdb;
|
||||
}
|
||||
|
||||
.secondary-header .nav-bottom .page-navigation.page-navigation-style-2 > .nav-item:hover > .nav-link, .secondary-header .nav-bottom .page-navigation.page-navigation-style-2 > .nav-item:focus > .nav-link {
|
||||
background: rgba(185, 185, 185, 0.18);
|
||||
}
|
||||
|
||||
.text-muted {
|
||||
color: #c7c7c7 !important;
|
||||
}
|
||||
|
||||
.sidebar .nav>.nav-item a i, .sidebar .nav>.nav-item a i {
|
||||
color: #dddddd;
|
||||
}
|
||||
|
||||
.sidebar.sidebar-style-2 .nav .nav-item .active a p, .sidebar.sidebar-style-2 .nav .nav-item .active a i {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
div.dtr-modal div.dtr-modal-display {
|
||||
background-color: #202940 !important;
|
||||
color: #fff;
|
||||
border: 1px solid black;
|
||||
border-radius: 0.5em;
|
||||
box-shadow: 0 12px 30px rgb(0 0 0 / 60%);
|
||||
}
|
||||
|
||||
div.dtr-modal div.dtr-modal-close {
|
||||
background-color: #f9f9f900;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
border-radius: 3px;
|
||||
cursor: pointer;
|
||||
z-index: 12;
|
||||
}
|
||||
|
||||
table.dataTable.display tbody>tr.even.selected>.sorting_1,
|
||||
table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_1,
|
||||
table.dataTable.display tbody>tr.odd.selected>.sorting_1,
|
||||
table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_1 {
|
||||
background-color: #465572;
|
||||
}
|
||||
|
||||
.btn-light:hover, .btn-light:focus, .btn-light:disabled {
|
||||
background: #ebecec !important;
|
||||
border-color: transparent;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active {
|
||||
background-color: #1f1f26;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.btn.bg-transparent {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.btn.bg-transparent:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.md_description_field {
|
||||
border: 1px solid #aeaeae33;
|
||||
}
|
||||
|
||||
.contact-list-detail:hover {
|
||||
background: #f6f5f512;
|
||||
}
|
||||
|
||||
#protagonists_form_group {
|
||||
background-color: #f5f5f50d;
|
||||
border-radius: 14px;
|
||||
}
|
||||
|
||||
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
|
||||
color: #fff;
|
||||
background: #343a40;
|
||||
border-color: #343a40 #343a40 #fff;
|
||||
}
|
||||
|
||||
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
|
||||
border-color: #343a40 #343a40 #fff;
|
||||
}
|
||||
|
||||
.alert-warning {
|
||||
border-left: 4px solid #FFAD46;
|
||||
background-color: #343a40;
|
||||
}
|
||||
|
||||
.alert-actions {
|
||||
position: relative;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.border-white {
|
||||
border-color: unset;
|
||||
}
|
||||
|
||||
.alert-card {
|
||||
border: #004079b0 1px solid;
|
||||
}
|
||||
|
||||
.alert-card-done {
|
||||
background: #1e2226 !important;
|
||||
}
|
||||
|
||||
.btn-alert-danger {
|
||||
background: #c62828 !important;
|
||||
border-color: #c62828 !important;
|
||||
}
|
||||
|
||||
.btn-alert-success {
|
||||
background: #43a047 !important;
|
||||
border-color: #43a047 !important;
|
||||
}
|
||||
|
||||
.bg-warning-gradient {
|
||||
background: linear-gradient(-45deg, #FFAD46, #FFAD4630) !important;
|
||||
}
|
||||
|
||||
.form-check [type="checkbox"]:not(:checked)+.form-check-sign:after,
|
||||
.form-check [type="checkbox"]:checked+.form-check-sign:after,
|
||||
.form-check [type="checkbox"]+.form-check-sign:after {
|
||||
color: #77a0de;
|
||||
}
|
||||
|
||||
.nav.nav-line.nav-color-primary .nav-link.active {
|
||||
color: #ffffff;
|
||||
border-color: #ffffff;
|
||||
}
|
||||
|
||||
.selectgroup-input:checked + .selectgroup-button {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.dropdown-menu .btn,
|
||||
.show > .btn-light.dropdown-toggle{
|
||||
color: #ffffff;
|
||||
}
|
1
iris-web/source/app/static/assets/css/dataTables.buttons.min.css
vendored
Normal file
1
iris-web/source/app/static/assets/css/dataTables.buttons.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
@keyframes dtb-spinner{100%{transform:rotate(360deg)}}@-o-keyframes dtb-spinner{100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes dtb-spinner{100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dtb-spinner{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes dtb-spinner{100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}div.dt-button-info{position:fixed;top:50%;left:50%;width:400px;margin-top:-100px;margin-left:-200px;background-color:white;border:2px solid #111;box-shadow:3px 3px 8px rgba(0,0,0,0.3);border-radius:3px;text-align:center;z-index:21}div.dt-button-info h2{padding:0.5em;margin:0;font-weight:normal;border-bottom:1px solid #ddd;background-color:#f3f3f3}div.dt-button-info>div{padding:1em}div.dt-button-collection-title{text-align:center;padding:0.3em 0 0.5em;font-size:0.9em}div.dt-button-collection-title:empty{display:none}div.dt-button-collection{position:absolute;z-index:2001}div.dt-button-collection div.dropdown-menu{display:block;z-index:2002;min-width:100%}div.dt-button-collection div.dt-button-collection-title{background-color:white;border:1px solid rgba(0,0,0,0.15)}div.dt-button-collection.fixed{position:fixed;top:50%;left:50%;margin-left:-75px;border-radius:0}div.dt-button-collection.fixed.two-column{margin-left:-200px}div.dt-button-collection.fixed.three-column{margin-left:-225px}div.dt-button-collection.fixed.four-column{margin-left:-300px}div.dt-button-collection>:last-child{display:block !important;-webkit-column-gap:8px;-moz-column-gap:8px;-ms-column-gap:8px;-o-column-gap:8px;column-gap:8px}div.dt-button-collection>:last-child>*{-webkit-column-break-inside:avoid;break-inside:avoid}div.dt-button-collection.two-column{width:400px}div.dt-button-collection.two-column>:last-child{padding-bottom:1px;-webkit-column-count:2;-moz-column-count:2;-ms-column-count:2;-o-column-count:2;column-count:2}div.dt-button-collection.three-column{width:450px}div.dt-button-collection.three-column>:last-child{padding-bottom:1px;-webkit-column-count:3;-moz-column-count:3;-ms-column-count:3;-o-column-count:3;column-count:3}div.dt-button-collection.four-column{width:600px}div.dt-button-collection.four-column>:last-child{padding-bottom:1px;-webkit-column-count:4;-moz-column-count:4;-ms-column-count:4;-o-column-count:4;column-count:4}div.dt-button-collection .dt-button{border-radius:0}div.dt-button-collection.fixed{max-width:none}div.dt-button-collection.fixed:before,div.dt-button-collection.fixed:after{display:none}div.dt-button-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999}@media screen and (max-width: 767px){div.dt-buttons{float:none;width:100%;text-align:center;margin-bottom:0.5em}div.dt-buttons a.btn{float:none}}div.dt-buttons button.btn.processing,div.dt-buttons div.btn.processing,div.dt-buttons a.btn.processing{color:rgba(0,0,0,0.2)}div.dt-buttons button.btn.processing:after,div.dt-buttons div.btn.processing:after,div.dt-buttons a.btn.processing:after{position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;box-sizing:border-box;display:block;content:' ';border:2px solid #282828;border-radius:50%;border-left-color:transparent;border-right-color:transparent;animation:dtb-spinner 1500ms infinite linear;-o-animation:dtb-spinner 1500ms infinite linear;-ms-animation:dtb-spinner 1500ms infinite linear;-webkit-animation:dtb-spinner 1500ms infinite linear;-moz-animation:dtb-spinner 1500ms infinite linear}
|
2
iris-web/source/app/static/assets/css/dataTables.contextualActions.min.css
vendored
Normal file
2
iris-web/source/app/static/assets/css/dataTables.contextualActions.min.css
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.15);border-radius:.25rem;font-family:inherit;box-shadow:0 0 7px rgba(0,0,0,0.18);line-height:1.5}.dropdown-menu .dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-menu .dropdown-item{display:block;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}
|
||||
.dropdown-menu .dropdown-item:hover{background-color:#e6e6e6}.dropdown-menu .dropdown-header{display:block;margin-top:0;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-menu .btn-group{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.dropdown-menu .btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
|
1
iris-web/source/app/static/assets/css/dataTables.group.min.css
vendored
Normal file
1
iris-web/source/app/static/assets/css/dataTables.group.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
table.dataTable tr.dtrg-group td{background-color:#e0e0e0}table.dataTable tr.dtrg-group.dtrg-level-0 td{font-weight:bold}table.dataTable tr.dtrg-group.dtrg-level-1 td,table.dataTable tr.dtrg-group.dtrg-level-2 td,table.dataTable tr.dtrg-group.dtrg-level-3 td,table.dataTable tr.dtrg-group.dtrg-level-4 td,table.dataTable tr.dtrg-group.dtrg-level-5 td{background-color:#f0f0f0;padding-top:.25em;padding-bottom:.25em;padding-left:2em;font-size:.9em}table.dataTable tr.dtrg-group.dtrg-level-2 td{background-color:#f3f3f3;padding-left:2.5em}table.dataTable tr.dtrg-group.dtrg-level-3 td{background-color:#f3f3f3;padding-left:3em}table.dataTable tr.dtrg-group.dtrg-level-4 td{background-color:#f3f3f3;padding-left:3.5em}table.dataTable tr.dtrg-group.dtrg-level-5 td{background-color:#f3f3f3;padding-left:4em}
|
@ -0,0 +1 @@
|
||||
table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty{cursor:default !important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before{display:none !important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control,table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control{position:relative;padding-left:30px;cursor:pointer}table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before{top:50%;left:5px;height:1em;width:1em;margin-top:-9px;display:block;position:absolute;color:white;border:.15em solid white;border-radius:1em;box-shadow:0 0 .2em #444;box-sizing:content-box;text-align:center;text-indent:0 !important;font-family:"Courier New",Courier,monospace;line-height:1em;content:"+";background-color:#31b131}table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before{content:"-";background-color:#d33333}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td.dtr-control,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th.dtr-control{padding-left:27px}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td.dtr-control:before,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th.dtr-control:before{left:4px;height:14px;width:14px;border-radius:14px;line-height:14px;text-indent:3px}table.dataTable.dtr-column>tbody>tr>td.dtr-control,table.dataTable.dtr-column>tbody>tr>th.dtr-control,table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>th.control{position:relative;cursor:pointer}table.dataTable.dtr-column>tbody>tr>td.dtr-control:before,table.dataTable.dtr-column>tbody>tr>th.dtr-control:before,table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>th.control:before{top:50%;left:50%;height:.8em;width:.8em;margin-top:-0.5em;margin-left:-0.5em;display:block;position:absolute;color:white;border:.15em solid white;border-radius:1em;box-shadow:0 0 .2em #444;box-sizing:content-box;text-align:center;text-indent:0 !important;font-family:"Courier New",Courier,monospace;line-height:1em;content:"+";background-color:#31b131}table.dataTable.dtr-column>tbody>tr.parent td.dtr-control:before,table.dataTable.dtr-column>tbody>tr.parent th.dtr-control:before,table.dataTable.dtr-column>tbody>tr.parent td.control:before,table.dataTable.dtr-column>tbody>tr.parent th.control:before{content:"-";background-color:#d33333}table.dataTable>tbody>tr.child{padding:.5em 1em}table.dataTable>tbody>tr.child:hover{background:transparent !important}table.dataTable>tbody>tr.child ul.dtr-details{display:inline-block;list-style-type:none;margin:0;padding:0}table.dataTable>tbody>tr.child ul.dtr-details>li{border-bottom:1px solid #efefef;padding:.5em 0}table.dataTable>tbody>tr.child ul.dtr-details>li:first-child{padding-top:0}table.dataTable>tbody>tr.child ul.dtr-details>li:last-child{border-bottom:none}table.dataTable>tbody>tr.child span.dtr-title{display:inline-block;min-width:75px;font-weight:bold}div.dtr-modal{position:fixed;box-sizing:border-box;top:0;left:0;height:100%;width:100%;z-index:100;padding:10em 1em}div.dtr-modal div.dtr-modal-display{position:absolute;top:0;left:0;bottom:0;right:0;width:50%;height:50%;overflow:auto;margin:auto;z-index:102;overflow:auto;background-color:#f5f5f7;border:1px solid black;border-radius:.5em;box-shadow:0 12px 30px rgba(0, 0, 0, 0.6)}div.dtr-modal div.dtr-modal-content{position:relative;padding:1em}div.dtr-modal div.dtr-modal-close{position:absolute;top:6px;right:6px;width:22px;height:22px;border:1px solid #eaeaea;background-color:#f9f9f9;text-align:center;border-radius:3px;cursor:pointer;z-index:12}div.dtr-modal div.dtr-modal-close:hover{background-color:#eaeaea}div.dtr-modal div.dtr-modal-background{position:fixed;top:0;left:0;right:0;bottom:0;z-index:101;background:rgba(0, 0, 0, 0.6)}@media screen and (max-width: 767px){div.dtr-modal div.dtr-modal-display{width:95%}}
|
File diff suppressed because one or more lines are too long
1
iris-web/source/app/static/assets/css/dataTables.select.min.css
vendored
Normal file
1
iris-web/source/app/static/assets/css/dataTables.select.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
table.dataTable tbody>tr.selected,table.dataTable tbody>tr>.selected{background-color:#b0bed9}table.dataTable.stripe tbody>tr.odd.selected,table.dataTable.stripe tbody>tr.odd>.selected,table.dataTable.display tbody>tr.odd.selected,table.dataTable.display tbody>tr.odd>.selected{background-color:#acbad4}table.dataTable.hover tbody>tr.selected:hover,table.dataTable.hover tbody>tr>.selected:hover,table.dataTable.display tbody>tr.selected:hover,table.dataTable.display tbody>tr>.selected:hover{background-color:#aab7d1}table.dataTable.order-column tbody>tr.selected>.sorting_1,table.dataTable.order-column tbody>tr.selected>.sorting_2,table.dataTable.order-column tbody>tr.selected>.sorting_3,table.dataTable.order-column tbody>tr>.selected,table.dataTable.display tbody>tr.selected>.sorting_1,table.dataTable.display tbody>tr.selected>.sorting_2,table.dataTable.display tbody>tr.selected>.sorting_3,table.dataTable.display tbody>tr>.selected{background-color:#acbad5}table.dataTable.display tbody>tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody>tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody>tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody>tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody>tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody>tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody>tr.odd>.selected,table.dataTable.order-column.stripe tbody>tr.odd>.selected{background-color:#a6b4cd}table.dataTable.display tbody>tr.even>.selected,table.dataTable.order-column.stripe tbody>tr.even>.selected{background-color:#acbad5}table.dataTable.display tbody>tr.selected:hover>.sorting_1,table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody>tr.selected:hover>.sorting_2,table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody>tr.selected:hover>.sorting_3,table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_3{background-color:#a5b2cb}table.dataTable.display tbody>tr:hover>.selected,table.dataTable.display tbody>tr>.selected:hover,table.dataTable.order-column.hover tbody>tr:hover>.selected,table.dataTable.order-column.hover tbody>tr>.selected:hover{background-color:#a2aec7}table.dataTable tbody td.select-checkbox,table.dataTable tbody th.select-checkbox{position:relative}table.dataTable tbody td.select-checkbox:before,table.dataTable tbody td.select-checkbox:after,table.dataTable tbody th.select-checkbox:before,table.dataTable tbody th.select-checkbox:after{display:block;position:absolute;top:1.2em;left:50%;width:12px;height:12px;box-sizing:border-box}table.dataTable tbody td.select-checkbox:before,table.dataTable tbody th.select-checkbox:before{content:" ";margin-top:-6px;margin-left:-6px;border:1px solid black;border-radius:3px}table.dataTable tr.selected td.select-checkbox:after,table.dataTable tr.selected th.select-checkbox:after{content:"✓";font-size:20px;margin-top:-19px;margin-left:-6px;text-align:center;text-shadow:1px 1px #b0bed9,-1px -1px #b0bed9,1px -1px #b0bed9,-1px 1px #b0bed9}table.dataTable.compact tbody td.select-checkbox:before,table.dataTable.compact tbody th.select-checkbox:before{margin-top:-12px}table.dataTable.compact tr.selected td.select-checkbox:after,table.dataTable.compact tr.selected th.select-checkbox:after{margin-top:-16px}div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:.5em}@media screen and (max-width: 640px){div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:0;display:block}}
|
4
iris-web/source/app/static/assets/css/demo.css
Normal file
4
iris-web/source/app/static/assets/css/demo.css
Normal file
@ -0,0 +1,4 @@
|
||||
.landing-demo {
|
||||
background: linear-gradient(90deg, #f9fbfd 21px, #0000 1%) center, linear-gradient(#f9fbfd 21px, #fff0 1%) center, #472aac;
|
||||
background-size: 22px 22px;
|
||||
}
|
410
iris-web/source/app/static/assets/css/dropzone.css
Normal file
410
iris-web/source/app/static/assets/css/dropzone.css
Normal file
@ -0,0 +1,410 @@
|
||||
/*
|
||||
* The MIT License
|
||||
* Copyright (c) 2012 Matias Meno <m@tias.me>
|
||||
*/
|
||||
@-webkit-keyframes passing-through {
|
||||
0% {
|
||||
opacity: 0;
|
||||
-webkit-transform: translateY(40px);
|
||||
-moz-transform: translateY(40px);
|
||||
-ms-transform: translateY(40px);
|
||||
-o-transform: translateY(40px);
|
||||
transform: translateY(40px); }
|
||||
30%, 70% {
|
||||
opacity: 1;
|
||||
-webkit-transform: translateY(0px);
|
||||
-moz-transform: translateY(0px);
|
||||
-ms-transform: translateY(0px);
|
||||
-o-transform: translateY(0px);
|
||||
transform: translateY(0px); }
|
||||
100% {
|
||||
opacity: 0;
|
||||
-webkit-transform: translateY(-40px);
|
||||
-moz-transform: translateY(-40px);
|
||||
-ms-transform: translateY(-40px);
|
||||
-o-transform: translateY(-40px);
|
||||
transform: translateY(-40px); } }
|
||||
@-moz-keyframes passing-through {
|
||||
0% {
|
||||
opacity: 0;
|
||||
-webkit-transform: translateY(40px);
|
||||
-moz-transform: translateY(40px);
|
||||
-ms-transform: translateY(40px);
|
||||
-o-transform: translateY(40px);
|
||||
transform: translateY(40px); }
|
||||
30%, 70% {
|
||||
opacity: 1;
|
||||
-webkit-transform: translateY(0px);
|
||||
-moz-transform: translateY(0px);
|
||||
-ms-transform: translateY(0px);
|
||||
-o-transform: translateY(0px);
|
||||
transform: translateY(0px); }
|
||||
100% {
|
||||
opacity: 0;
|
||||
-webkit-transform: translateY(-40px);
|
||||
-moz-transform: translateY(-40px);
|
||||
-ms-transform: translateY(-40px);
|
||||
-o-transform: translateY(-40px);
|
||||
transform: translateY(-40px); } }
|
||||
@keyframes passing-through {
|
||||
0% {
|
||||
opacity: 0;
|
||||
-webkit-transform: translateY(40px);
|
||||
-moz-transform: translateY(40px);
|
||||
-ms-transform: translateY(40px);
|
||||
-o-transform: translateY(40px);
|
||||
transform: translateY(40px); }
|
||||
30%, 70% {
|
||||
opacity: 1;
|
||||
-webkit-transform: translateY(0px);
|
||||
-moz-transform: translateY(0px);
|
||||
-ms-transform: translateY(0px);
|
||||
-o-transform: translateY(0px);
|
||||
transform: translateY(0px); }
|
||||
100% {
|
||||
opacity: 0;
|
||||
-webkit-transform: translateY(-40px);
|
||||
-moz-transform: translateY(-40px);
|
||||
-ms-transform: translateY(-40px);
|
||||
-o-transform: translateY(-40px);
|
||||
transform: translateY(-40px); } }
|
||||
@-webkit-keyframes slide-in {
|
||||
0% {
|
||||
opacity: 0;
|
||||
-webkit-transform: translateY(40px);
|
||||
-moz-transform: translateY(40px);
|
||||
-ms-transform: translateY(40px);
|
||||
-o-transform: translateY(40px);
|
||||
transform: translateY(40px); }
|
||||
30% {
|
||||
opacity: 1;
|
||||
-webkit-transform: translateY(0px);
|
||||
-moz-transform: translateY(0px);
|
||||
-ms-transform: translateY(0px);
|
||||
-o-transform: translateY(0px);
|
||||
transform: translateY(0px); } }
|
||||
@-moz-keyframes slide-in {
|
||||
0% {
|
||||
opacity: 0;
|
||||
-webkit-transform: translateY(40px);
|
||||
-moz-transform: translateY(40px);
|
||||
-ms-transform: translateY(40px);
|
||||
-o-transform: translateY(40px);
|
||||
transform: translateY(40px); }
|
||||
30% {
|
||||
opacity: 1;
|
||||
-webkit-transform: translateY(0px);
|
||||
-moz-transform: translateY(0px);
|
||||
-ms-transform: translateY(0px);
|
||||
-o-transform: translateY(0px);
|
||||
transform: translateY(0px); } }
|
||||
@keyframes slide-in {
|
||||
0% {
|
||||
opacity: 0;
|
||||
-webkit-transform: translateY(40px);
|
||||
-moz-transform: translateY(40px);
|
||||
-ms-transform: translateY(40px);
|
||||
-o-transform: translateY(40px);
|
||||
transform: translateY(40px); }
|
||||
30% {
|
||||
opacity: 1;
|
||||
-webkit-transform: translateY(0px);
|
||||
-moz-transform: translateY(0px);
|
||||
-ms-transform: translateY(0px);
|
||||
-o-transform: translateY(0px);
|
||||
transform: translateY(0px); } }
|
||||
@-webkit-keyframes pulse {
|
||||
0% {
|
||||
-webkit-transform: scale(1);
|
||||
-moz-transform: scale(1);
|
||||
-ms-transform: scale(1);
|
||||
-o-transform: scale(1);
|
||||
transform: scale(1); }
|
||||
10% {
|
||||
-webkit-transform: scale(1.1);
|
||||
-moz-transform: scale(1.1);
|
||||
-ms-transform: scale(1.1);
|
||||
-o-transform: scale(1.1);
|
||||
transform: scale(1.1); }
|
||||
20% {
|
||||
-webkit-transform: scale(1);
|
||||
-moz-transform: scale(1);
|
||||
-ms-transform: scale(1);
|
||||
-o-transform: scale(1);
|
||||
transform: scale(1); } }
|
||||
@-moz-keyframes pulse {
|
||||
0% {
|
||||
-webkit-transform: scale(1);
|
||||
-moz-transform: scale(1);
|
||||
-ms-transform: scale(1);
|
||||
-o-transform: scale(1);
|
||||
transform: scale(1); }
|
||||
10% {
|
||||
-webkit-transform: scale(1.1);
|
||||
-moz-transform: scale(1.1);
|
||||
-ms-transform: scale(1.1);
|
||||
-o-transform: scale(1.1);
|
||||
transform: scale(1.1); }
|
||||
20% {
|
||||
-webkit-transform: scale(1);
|
||||
-moz-transform: scale(1);
|
||||
-ms-transform: scale(1);
|
||||
-o-transform: scale(1);
|
||||
transform: scale(1); } }
|
||||
@keyframes pulse {
|
||||
0% {
|
||||
-webkit-transform: scale(1);
|
||||
-moz-transform: scale(1);
|
||||
-ms-transform: scale(1);
|
||||
-o-transform: scale(1);
|
||||
transform: scale(1); }
|
||||
10% {
|
||||
-webkit-transform: scale(1.1);
|
||||
-moz-transform: scale(1.1);
|
||||
-ms-transform: scale(1.1);
|
||||
-o-transform: scale(1.1);
|
||||
transform: scale(1.1); }
|
||||
20% {
|
||||
-webkit-transform: scale(1);
|
||||
-moz-transform: scale(1);
|
||||
-ms-transform: scale(1);
|
||||
-o-transform: scale(1);
|
||||
transform: scale(1); } }
|
||||
.dropzone, .dropzone * {
|
||||
box-sizing: border-box; }
|
||||
|
||||
.dropzone {
|
||||
min-height: 150px;
|
||||
border: 2px solid rgba(0, 0, 0, 0.3);
|
||||
background: white;
|
||||
padding: 20px 20px; }
|
||||
.dropzone.dz-clickable {
|
||||
cursor: pointer; }
|
||||
.dropzone.dz-clickable * {
|
||||
cursor: default; }
|
||||
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
|
||||
cursor: pointer; }
|
||||
.dropzone.dz-started .dz-message {
|
||||
display: none; }
|
||||
.dropzone.dz-drag-hover {
|
||||
border-style: solid; }
|
||||
.dropzone.dz-drag-hover .dz-message {
|
||||
opacity: 0.5; }
|
||||
.dropzone .dz-message {
|
||||
text-align: center;
|
||||
margin: 2em 0; }
|
||||
.dropzone .dz-message .dz-button {
|
||||
background: none;
|
||||
color: inherit;
|
||||
border: none;
|
||||
padding: 0;
|
||||
font: inherit;
|
||||
cursor: pointer;
|
||||
outline: inherit; }
|
||||
.dropzone .dz-preview {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
margin: 10px;
|
||||
min-height: 50px;
|
||||
min-height: 50px;
|
||||
}
|
||||
.dropzone .dz-preview:hover {
|
||||
z-index: 1000; }
|
||||
.dropzone .dz-preview:hover .dz-details {
|
||||
opacity: 1; }
|
||||
.dropzone .dz-preview.dz-file-preview .dz-image {
|
||||
border-radius: 20px;
|
||||
background: #999;
|
||||
color: #000;
|
||||
background: linear-gradient(to bottom, #eee, #ddd); }
|
||||
.dropzone .dz-preview.dz-file-preview .dz-details {
|
||||
opacity: 1; }
|
||||
.dropzone .dz-preview.dz-image-preview {
|
||||
background: white; }
|
||||
.dropzone .dz-preview.dz-image-preview .dz-details {
|
||||
-webkit-transition: opacity 0.2s linear;
|
||||
-moz-transition: opacity 0.2s linear;
|
||||
-ms-transition: opacity 0.2s linear;
|
||||
-o-transition: opacity 0.2s linear;
|
||||
transition: opacity 0.2s linear; }
|
||||
.dropzone .dz-preview .dz-remove {
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
border: none; }
|
||||
.dropzone .dz-preview .dz-remove:hover {
|
||||
text-decoration: underline; }
|
||||
.dropzone .dz-preview:hover .dz-details {
|
||||
opacity: 1; }
|
||||
.dropzone .dz-preview .dz-details {
|
||||
z-index: 20;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
opacity: 0;
|
||||
font-size: 13px;
|
||||
min-width: 100%;
|
||||
max-width: 100%;
|
||||
padding: 2em 1em;
|
||||
text-align: center;
|
||||
color: rgb(0, 0, 0);
|
||||
line-height: 150%; }
|
||||
.dropzone .dz-preview .dz-details .dz-size {
|
||||
margin-bottom: 1em;
|
||||
font-size: 16px; }
|
||||
.dropzone .dz-preview .dz-details .dz-filename {
|
||||
white-space: nowrap; }
|
||||
.dropzone .dz-preview .dz-details .dz-filename:hover span {
|
||||
border: 1px solid rgba(200, 200, 200, 0.8);
|
||||
background-color: rgba(255, 255, 255, 0.8);
|
||||
color: #000;
|
||||
}
|
||||
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis; }
|
||||
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
|
||||
border: 1px solid transparent; }
|
||||
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
|
||||
padding: 0 0.4em;
|
||||
border-radius: 3px; }
|
||||
.dropzone .dz-preview:hover .dz-image img {
|
||||
-webkit-transform: scale(1.05, 1.05);
|
||||
-moz-transform: scale(1.05, 1.05);
|
||||
-ms-transform: scale(1.05, 1.05);
|
||||
-o-transform: scale(1.05, 1.05);
|
||||
transform: scale(1.05, 1.05);
|
||||
-webkit-filter: blur(8px);
|
||||
filter: blur(8px); }
|
||||
.dropzone .dz-preview .dz-image {
|
||||
border-radius: 20px;
|
||||
overflow: hidden;
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
position: relative;
|
||||
display: block;
|
||||
z-index: 10; }
|
||||
.dropzone .dz-preview .dz-image img {
|
||||
display: block; }
|
||||
.dropzone .dz-preview.dz-success .dz-success-mark {
|
||||
-webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
|
||||
-moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
|
||||
-ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
|
||||
-o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
|
||||
animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
|
||||
.dropzone .dz-preview.dz-error .dz-error-mark {
|
||||
opacity: 1;
|
||||
-webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
|
||||
-moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
|
||||
-ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
|
||||
-o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
|
||||
animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
|
||||
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
|
||||
pointer-events: none;
|
||||
opacity: 0;
|
||||
z-index: 500;
|
||||
position: absolute;
|
||||
display: block;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-left: -27px;
|
||||
margin-top: -27px; }
|
||||
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
|
||||
display: block;
|
||||
width: 54px;
|
||||
height: 54px; }
|
||||
.dropzone .dz-preview.dz-processing .dz-progress {
|
||||
opacity: 1;
|
||||
-webkit-transition: all 0.2s linear;
|
||||
-moz-transition: all 0.2s linear;
|
||||
-ms-transition: all 0.2s linear;
|
||||
-o-transition: all 0.2s linear;
|
||||
transition: all 0.2s linear; }
|
||||
.dropzone .dz-preview.dz-complete .dz-progress {
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity 0.4s ease-in;
|
||||
-moz-transition: opacity 0.4s ease-in;
|
||||
-ms-transition: opacity 0.4s ease-in;
|
||||
-o-transition: opacity 0.4s ease-in;
|
||||
transition: opacity 0.4s ease-in; }
|
||||
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
|
||||
-webkit-animation: pulse 6s ease infinite;
|
||||
-moz-animation: pulse 6s ease infinite;
|
||||
-ms-animation: pulse 6s ease infinite;
|
||||
-o-animation: pulse 6s ease infinite;
|
||||
animation: pulse 6s ease infinite; }
|
||||
.dropzone .dz-preview .dz-progress {
|
||||
opacity: 1;
|
||||
z-index: 1000;
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
height: 16px;
|
||||
left: 50%;
|
||||
top: 70%;
|
||||
margin-top: -8px;
|
||||
width: 80px;
|
||||
margin-left: -40px;
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
-webkit-transform: scale(1);
|
||||
border-radius: 8px;
|
||||
overflow: hidden; }
|
||||
.dropzone .dz-preview .dz-progress .dz-upload {
|
||||
background: #333;
|
||||
background: linear-gradient(to bottom, #666, #444);
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 0;
|
||||
-webkit-transition: width 300ms ease-in-out;
|
||||
-moz-transition: width 300ms ease-in-out;
|
||||
-ms-transition: width 300ms ease-in-out;
|
||||
-o-transition: width 300ms ease-in-out;
|
||||
transition: width 300ms ease-in-out; }
|
||||
.dropzone .dz-preview.dz-error .dz-error-message {
|
||||
display: block; }
|
||||
.dropzone .dz-preview.dz-error:hover .dz-error-message {
|
||||
opacity: 1;
|
||||
pointer-events: auto; }
|
||||
.dropzone .dz-preview .dz-error-message {
|
||||
pointer-events: none;
|
||||
z-index: 1000;
|
||||
position: absolute;
|
||||
display: block;
|
||||
display: none;
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity 0.3s ease;
|
||||
-moz-transition: opacity 0.3s ease;
|
||||
-ms-transition: opacity 0.3s ease;
|
||||
-o-transition: opacity 0.3s ease;
|
||||
transition: opacity 0.3s ease;
|
||||
border-radius: 8px;
|
||||
font-size: 13px;
|
||||
top: 130px;
|
||||
left: -10px;
|
||||
width: 140px;
|
||||
background: #be2626;
|
||||
background: linear-gradient(to bottom, #be2626, #a92222);
|
||||
padding: 0.5em 1.2em;
|
||||
color: white; }
|
||||
.dropzone .dz-preview .dz-error-message:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: -6px;
|
||||
left: 64px;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-left: 6px solid transparent;
|
||||
border-right: 6px solid transparent;
|
||||
border-bottom: 6px solid #be2626; }
|
||||
|
||||
|
||||
.dropzone .dz-preview.lp-preview {
|
||||
width: 150px;
|
||||
}
|
||||
.dropzone.hzScroll {
|
||||
width: 40rem;
|
||||
overflow: auto;
|
||||
white-space: nowrap;
|
||||
}
|
5
iris-web/source/app/static/assets/css/fa.css
Normal file
5
iris-web/source/app/static/assets/css/fa.css
Normal file
File diff suppressed because one or more lines are too long
9495
iris-web/source/app/static/assets/css/fonts.css
Normal file
9495
iris-web/source/app/static/assets/css/fonts.css
Normal file
File diff suppressed because it is too large
Load Diff
4
iris-web/source/app/static/assets/css/fonts.min.css
vendored
Normal file
4
iris-web/source/app/static/assets/css/fonts.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
iris-web/source/app/static/assets/css/icons/tl-icons.ttf
Normal file
BIN
iris-web/source/app/static/assets/css/icons/tl-icons.ttf
Normal file
Binary file not shown.
BIN
iris-web/source/app/static/assets/css/icons/tl-icons.woff
Normal file
BIN
iris-web/source/app/static/assets/css/icons/tl-icons.woff
Normal file
Binary file not shown.
BIN
iris-web/source/app/static/assets/css/icons/tl-icons.woff2
Normal file
BIN
iris-web/source/app/static/assets/css/icons/tl-icons.woff2
Normal file
Binary file not shown.
35
iris-web/source/app/static/assets/css/latos.css
Normal file
35
iris-web/source/app/static/assets/css/latos.css
Normal file
@ -0,0 +1,35 @@
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('../fonts/lato/Lato-Light.ttf') format('truetype') ;
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('../fonts/lato/Lato-Regular.ttf') format('truetype') ;
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local('../fonts/lato/Lato-Bold.ttf') format('truetype') ;
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
src: local('../fonts/lato/Lato-Black.ttf') format('truetype') ;
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
109
iris-web/source/app/static/assets/css/login/login.css
Normal file
109
iris-web/source/app/static/assets/css/login/login.css
Normal file
@ -0,0 +1,109 @@
|
||||
|
||||
.login {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
.login__wrapper {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.login__left_part {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background: radial-gradient(#013479, #011d40) !important;
|
||||
}
|
||||
|
||||
.login__right_part {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: stretch;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.login__form {
|
||||
margin: 0 8% 0 8%;
|
||||
}
|
||||
|
||||
/* ############### */
|
||||
/* #### TITLE #### */
|
||||
/* ############### */
|
||||
|
||||
.login__form_title {
|
||||
align-self: center;
|
||||
font-weight: bold;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
/* ############## */
|
||||
/* #### LOGO #### */
|
||||
/* ############## */
|
||||
.login__logo {
|
||||
max-width: 35%
|
||||
}
|
||||
|
||||
.login__logo img{
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/* ############### */
|
||||
/* #### FIELD #### */
|
||||
/* ############### */
|
||||
.login__form_field_container {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.login__form_field_container label{
|
||||
color: #737373;
|
||||
}
|
||||
|
||||
.login__form_input {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.login__form_input * {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.login__form_input *:last-child{
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.login__show_password {
|
||||
cursor: pointer;
|
||||
right: 20px
|
||||
}
|
||||
|
||||
.login__show_password--disabled {
|
||||
color: lightgrey;
|
||||
}
|
||||
|
||||
/* ################ */
|
||||
/* #### ACTION #### */
|
||||
/* ################ */
|
||||
|
||||
.login__action_container {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.login__submit_button {
|
||||
width: 40%;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* ################# */
|
||||
/* #### CONTACT #### */
|
||||
/* ################# */
|
||||
|
||||
.login__contact_container {
|
||||
align-self: center;
|
||||
}
|
1
iris-web/source/app/static/assets/css/select2.css
Normal file
1
iris-web/source/app/static/assets/css/select2.css
Normal file
File diff suppressed because one or more lines are too long
182
iris-web/source/app/static/assets/css/suggestags.css
Normal file
182
iris-web/source/app/static/assets/css/suggestags.css
Normal file
@ -0,0 +1,182 @@
|
||||
.amsify-suggestags-area
|
||||
.amsify-suggestags-input-area-default {
|
||||
cursor: pointer;
|
||||
border: 1px solid #cccccc;
|
||||
min-height: 20px;
|
||||
padding: 8px 5px;
|
||||
}
|
||||
|
||||
.amsify-suggestags-area
|
||||
.amsify-suggestags-input-area {
|
||||
text-align: left;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.amsify-suggestags-area
|
||||
.amsify-suggestags-input-area:hover {
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
.amsify-suggestags-area
|
||||
.amsify-suggestags-input-area
|
||||
.amsify-suggestags-input {
|
||||
max-width: 200px;
|
||||
padding: 0px 4px;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.amsify-suggestags-area
|
||||
.amsify-suggestags-input-area
|
||||
.amsify-suggestags-input:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.amsify-focus {
|
||||
border-color: #66afe9;
|
||||
outline: 0;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
|
||||
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
|
||||
}
|
||||
|
||||
.amsify-focus-light {
|
||||
border-color: #cacaca;
|
||||
outline: 0;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(189, 189, 189, 0.6);
|
||||
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(189, 189, 189, 0.6);
|
||||
}
|
||||
|
||||
.amsify-suggestags-area
|
||||
.amsify-suggestags-label {
|
||||
cursor: pointer;
|
||||
min-height: 20px;
|
||||
}
|
||||
|
||||
.amsify-toggle-suggestags {
|
||||
float: right;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.amsify-suggestags-area .amsify-suggestags-list {
|
||||
display: none;
|
||||
position: absolute;
|
||||
background: white;
|
||||
border: 1px solid #dedede;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.amsify-suggestags-area
|
||||
.amsify-suggestags-list
|
||||
ul.amsify-list {
|
||||
list-style: none;
|
||||
padding: 3px 0px;
|
||||
max-height: 150px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.amsify-suggestags-area
|
||||
.amsify-suggestags-list
|
||||
ul.amsify-list
|
||||
li.amsify-list-item {
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
padding: 0px 10px;
|
||||
}
|
||||
|
||||
.amsify-suggestags-area
|
||||
.amsify-suggestags-list
|
||||
ul.amsify-list
|
||||
li.amsify-list-item:active {
|
||||
background: #717171;
|
||||
color: white;
|
||||
-moz-box-shadow: inset 0 0 10px #000000;
|
||||
-webkit-box-shadow: inset 0 0 10px #000000;
|
||||
box-shadow: inset 0 0 10px #000000;
|
||||
}
|
||||
|
||||
.amsify-suggestags-area
|
||||
.amsify-suggestags-list
|
||||
ul.amsify-list
|
||||
li.amsify-list-group {
|
||||
text-align: left;
|
||||
padding: 0px 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.amsify-suggestags-area
|
||||
.amsify-suggestags-list
|
||||
ul.amsify-list
|
||||
li.amsify-item-pad {
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
.amsify-suggestags-area
|
||||
.amsify-suggestags-list
|
||||
ul.amsify-list
|
||||
li.amsify-item-noresult {
|
||||
display: none;
|
||||
color: #ff6060;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.amsify-suggestags-area
|
||||
.amsify-suggestags-list
|
||||
.amsify-select-input {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.amsify-suggestags-area
|
||||
.amsify-suggestags-list
|
||||
ul.amsify-list
|
||||
li.active {
|
||||
background: #d9d8d8;
|
||||
}
|
||||
|
||||
.amsify-suggestags-area
|
||||
.amsify-suggestags-list
|
||||
ul.amsify-list
|
||||
li.amsify-item-pad.active {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.amsify-suggestags-input-area
|
||||
.amsify-select-tag {
|
||||
padding: 2px 7px;
|
||||
margin: 0px 4px 1px 0px;
|
||||
-webkit-border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.amsify-suggestags-input-area
|
||||
.amsify-select-tag.col-bg {
|
||||
background: #d8d8d8;
|
||||
color: black;
|
||||
}
|
||||
|
||||
/*.amsify-suggestags-input-area
|
||||
.amsify-select-tag:hover {
|
||||
background: #737373;
|
||||
color: white;
|
||||
}*/
|
||||
|
||||
.amsify-suggestags-input-area
|
||||
.disabled.amsify-select-tag {
|
||||
background: #eaeaea;
|
||||
color: #b9b9b9;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.amsify-suggestags-input-area
|
||||
.flash.amsify-select-tag {
|
||||
background-color: #f57f7f;
|
||||
-webkit-transition: background-color 200ms linear;
|
||||
-ms-transition: background-color 200ms linear;
|
||||
transition: background-color 200ms linear;
|
||||
}
|
||||
|
||||
.amsify-suggestags-input-area
|
||||
.amsify-remove-tag {
|
||||
cursor: pointer;
|
||||
}
|
104
iris-web/source/app/static/assets/css/tags.css
Normal file
104
iris-web/source/app/static/assets/css/tags.css
Normal file
@ -0,0 +1,104 @@
|
||||
/*
|
||||
* bootstrap-tagsinput v0.8.0
|
||||
*
|
||||
*/
|
||||
|
||||
.bootstrap-tagsinput {
|
||||
background-color: #fff;
|
||||
border: 1px solid #ccc;
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||
display: inline-block;
|
||||
padding: 4px 6px;
|
||||
color: #555;
|
||||
vertical-align: middle;
|
||||
border-radius: 4px;
|
||||
width: 100%;
|
||||
line-height: 22px;
|
||||
cursor: text;
|
||||
}
|
||||
.bootstrap-tagsinput input {
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
outline: none;
|
||||
background-color: transparent;
|
||||
padding: 0 6px;
|
||||
margin: 0;
|
||||
width: auto;
|
||||
max-width: inherit;
|
||||
}
|
||||
.bootstrap-tagsinput.form-control input::-moz-placeholder {
|
||||
color: #777;
|
||||
opacity: 1;
|
||||
}
|
||||
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
|
||||
color: #777;
|
||||
}
|
||||
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
|
||||
color: #777;
|
||||
}
|
||||
.bootstrap-tagsinput input:focus {
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
.bootstrap-tagsinput .badge {
|
||||
margin: 2px 0;
|
||||
padding:5px 8px;
|
||||
}
|
||||
.bootstrap-tagsinput .badge [data-role="remove"] {
|
||||
margin-left: 8px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.bootstrap-tagsinput .badge [data-role="remove"]:after {
|
||||
content: "×";
|
||||
padding: 0px 4px;
|
||||
background-color:rgba(0, 0, 0, 0.1);
|
||||
border-radius:50%;
|
||||
font-size:13px
|
||||
}
|
||||
.bootstrap-tagsinput .badge [data-role="remove"]:hover:after {
|
||||
|
||||
background-color:rgba(0, 0, 0, 0.62);}
|
||||
.bootstrap-tagsinput .badge [data-role="remove"]:hover:active {
|
||||
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
||||
}
|
||||
|
||||
.tt-menu {
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
display: none;
|
||||
float: left;
|
||||
min-width: 160px;
|
||||
padding: 5px 0;
|
||||
margin: 2px 0 0;
|
||||
list-style: none;
|
||||
font-size: 14px;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #cccccc;
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
border-radius: 4px;
|
||||
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
||||
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
||||
background-clip: padding-box;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.tt-suggestion {
|
||||
display: block;
|
||||
padding: 3px 20px;
|
||||
clear: both;
|
||||
font-weight: normal;
|
||||
line-height: 1.428571429;
|
||||
color: #333333;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.tt-suggestion:hover,
|
||||
.tt-suggestion:focus {
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
outline: 0;
|
||||
background-color: #428bca;
|
||||
}
|
||||
|
3128
iris-web/source/app/static/assets/css/timeline.css
Normal file
3128
iris-web/source/app/static/assets/css/timeline.css
Normal file
File diff suppressed because it is too large
Load Diff
2
iris-web/source/app/static/assets/css/vis.graph.css
Normal file
2
iris-web/source/app/static/assets/css/vis.graph.css
Normal file
File diff suppressed because one or more lines are too long
1
iris-web/source/app/static/assets/css/vis.min.css
vendored
Normal file
1
iris-web/source/app/static/assets/css/vis.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user