This commit is contained in:
101
iris-web/source/app/static/assets/sass/atlantis.scss
Normal file
101
iris-web/source/app/static/assets/sass/atlantis.scss
Normal file
@ -0,0 +1,101 @@
|
||||
/*!
|
||||
|
||||
=========================================================
|
||||
* Atlantis Bootstrap Dashboard (Bootstrap 4)
|
||||
=========================================================
|
||||
|
||||
* Product Page: http://www.themekita.com/
|
||||
* Copyright 2018 Theme Kita (http://www.themekita.com/)
|
||||
|
||||
=========================================================
|
||||
|
||||
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
[Table of contents]
|
||||
|
||||
* Background
|
||||
* Typography
|
||||
* Layouts
|
||||
+ Body & Wrapper
|
||||
+ Main Header
|
||||
+ Sidebar
|
||||
* Layouts Color
|
||||
* Components
|
||||
+ Breadcrumbs
|
||||
+ Cards
|
||||
- Card Stats
|
||||
- Card Task
|
||||
- Card States
|
||||
- Card Posts
|
||||
- Card Pricing
|
||||
- Card Annoucement
|
||||
- Card Profile
|
||||
- Accordion
|
||||
+ Inputs
|
||||
+ Tables
|
||||
+ Navbars
|
||||
+ Navsearch
|
||||
+ Badges
|
||||
+ Dropdowns
|
||||
+ Charts
|
||||
+ Alerts
|
||||
+ Buttons
|
||||
+ Navtabs
|
||||
+ Popovers
|
||||
+ Progress
|
||||
+ Paginations
|
||||
+ Sliders
|
||||
+ Modals
|
||||
+ Timeline
|
||||
+ Maps
|
||||
+ Invoice
|
||||
+ Messages
|
||||
+ Tasks
|
||||
+ Settings
|
||||
* Plugins
|
||||
+ jQueryUI
|
||||
+ jQuery Scrollbar
|
||||
+ Css Animate
|
||||
+ Full Calendar
|
||||
+ SweetAlert
|
||||
+ Datatables
|
||||
|
||||
* Responsive
|
||||
|
||||
# [Color codes]
|
||||
|
||||
body-text-color: #575962
|
||||
white-color: #ffffff
|
||||
black-color: #191919
|
||||
transparent-bg : transparent
|
||||
default-color : #282a3c
|
||||
primary-color : #177dff
|
||||
secondary-color : #716aca
|
||||
info-color : #36a3f7
|
||||
success-color : #35cd3a
|
||||
warning-color : #ffa534
|
||||
danger-color : #f3545d
|
||||
|
||||
-------------------------------------------------------------------*/
|
||||
|
||||
@import "atlantis/variables";
|
||||
@import "atlantis/outlinefocus";
|
||||
@import "atlantis/typography";
|
||||
@import "atlantis/opacity";
|
||||
|
||||
//layouts
|
||||
@import "atlantis/layouts";
|
||||
@import "atlantis/layouts-colors";
|
||||
|
||||
//components
|
||||
@import "atlantis/components";
|
||||
|
||||
//plugins
|
||||
@import "atlantis/plugins";
|
||||
|
||||
//responsive
|
||||
@import "atlantis/responsive";
|
||||
|
||||
//Background
|
||||
@import "atlantis/background";
|
||||
|
225
iris-web/source/app/static/assets/sass/atlantis/_background.scss
Normal file
225
iris-web/source/app/static/assets/sass/atlantis/_background.scss
Normal file
@ -0,0 +1,225 @@
|
||||
/* Background Body */
|
||||
body {
|
||||
background: $grey2-color;
|
||||
&[data-background-color="bg1"] {
|
||||
background: $grey2-color;
|
||||
}
|
||||
&[data-background-color="bg2"] {
|
||||
background: $white-color;
|
||||
}
|
||||
&[data-background-color="bg3"] {
|
||||
background: $grey-color;
|
||||
}
|
||||
&[data-background-color="dark"] {
|
||||
background: $dark-color;
|
||||
.main-header {
|
||||
box-shadow: 0px 0px 5px #121727;
|
||||
}
|
||||
.main-panel {
|
||||
color: rgba(169, 175, 187, 0.82) !important;
|
||||
label {
|
||||
color: #fff !important;
|
||||
}
|
||||
}
|
||||
.card, .row-card-no-pd, .list-group-item, .timeline > li > .timeline-panel {
|
||||
background: #202940;
|
||||
}
|
||||
.card-pricing2 {
|
||||
background: #202940 !important;
|
||||
}
|
||||
.row-card-no-pd {
|
||||
[class*=col] .card:before {
|
||||
background: rgba(181, 181, 181, 0.1) !important;
|
||||
}
|
||||
}
|
||||
.card .card-header, .card .card-footer, .card .card-action, .card-profile .user-stats [class^="col"], .timeline > li > .timeline-panel, .table td, .table th, .breadcrumbs, .separator-dashed, .separator-solid, .separator-dot, .list-group .list-group-item, .conversations .messages-form, .mail-wrapper .mail-content .inbox-body .email-list .email-list-item, .page-with-aside .page-aside, .mail-wrapper .mail-content .email-head, .mail-wrapper .mail-content .email-sender, .main-panel .page-divider {
|
||||
border-color: hsla(0,0%,71%,.1) !important;
|
||||
}
|
||||
.timeline > li > .timeline-panel {
|
||||
&:before {
|
||||
border-left-color: hsla(0,0%,71%,.1);
|
||||
border-right-color: hsla(0,0%,71%,.1);
|
||||
}
|
||||
&:after {
|
||||
border-left-color: #202940;
|
||||
border-right-color: #202940;
|
||||
}
|
||||
}
|
||||
.page-title, .breadcrumbs li a {
|
||||
color: rgba(169, 175, 187, 0.82);
|
||||
}
|
||||
.page-category {
|
||||
color: #828282;
|
||||
}
|
||||
.card-title, .card-title a, .card-title a:hover, .card-title a:focus {
|
||||
color: #fff;
|
||||
}
|
||||
.card-category {
|
||||
color: #8b92a9;
|
||||
}
|
||||
.card-default, .card-primary, .card-secondary, .card-info, .card-success, .card-warning, .card-danger {
|
||||
color: #fff;
|
||||
.card-title, .card-category {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
.nav-pills .nav-link:not(.active) {
|
||||
background: #fff;
|
||||
}
|
||||
.card-pricing .specification-list li {
|
||||
border-color: #373d4c;
|
||||
}
|
||||
.input-group-text {
|
||||
border-color: #2f374b !important;
|
||||
background-color: #1f283e;
|
||||
color: #fff;
|
||||
}
|
||||
.input-solid {
|
||||
background: #363b4c !important;
|
||||
border-color: #363b4c !important;
|
||||
}
|
||||
.list-group-messages .list-group-item-title a, .list-group .list-group-item-text {
|
||||
color: inherit;
|
||||
}
|
||||
.footer {
|
||||
border-top: 1px solid #293247;
|
||||
background: #1f283e;
|
||||
}
|
||||
.form-control, .form-group-default, .select2-container--bootstrap .select2-selection {
|
||||
background-color: #1a2035;
|
||||
color: #fff;
|
||||
border-color: #2f374b;
|
||||
}
|
||||
.bootstrap-tagsinput {
|
||||
background: transparent;
|
||||
}
|
||||
.selectgroup-button {
|
||||
border: 1px solid #2f374b;
|
||||
}
|
||||
.conversations {
|
||||
.message-header {
|
||||
background: #1a2035;
|
||||
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.07);
|
||||
}
|
||||
.conversations-content {
|
||||
color: #575962;
|
||||
border-color: #2e364a;
|
||||
}
|
||||
}
|
||||
.mail-wrapper .mail-content .inbox-body .email-list .email-list-item.unread {
|
||||
background: $dark2-color !important;
|
||||
}
|
||||
.mail-wrapper .mail-content .inbox-body .email-list .email-list-item:hover {
|
||||
background: #171e2f !important;
|
||||
}
|
||||
.page-with-aside .page-aside .aside-nav .nav > li:hover, .page-with-aside .page-aside .aside-nav .nav > li:focus, .page-with-aside .page-aside .aside-nav .nav > li.active {
|
||||
background: rgba(0, 0, 0, 0.03);
|
||||
}
|
||||
.page-with-aside .page-aside .aside-nav .nav > li.active > a {
|
||||
color: #b9babf !important;
|
||||
}
|
||||
.board {
|
||||
color: #575962;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Background */
|
||||
|
||||
.bg-dark {
|
||||
background-color: $dark-color !important;
|
||||
}
|
||||
|
||||
.bg-dark2 {
|
||||
background-color: $dark2-color !important;
|
||||
}
|
||||
|
||||
.bg-primary {
|
||||
background-color: $primary-color !important;
|
||||
}
|
||||
|
||||
.bg-primary2 {
|
||||
background-color: $primary2-color !important;
|
||||
}
|
||||
|
||||
.bg-secondary {
|
||||
background-color: $secondary-color !important;
|
||||
}
|
||||
|
||||
.bg-secondary2 {
|
||||
background-color: $secondary2-color !important;
|
||||
}
|
||||
|
||||
.bg-info {
|
||||
background-color: $info-color !important;
|
||||
}
|
||||
|
||||
.bg-info2 {
|
||||
background-color: $info2-color !important;
|
||||
}
|
||||
|
||||
.bg-success {
|
||||
background-color: $success-color !important;
|
||||
}
|
||||
|
||||
.bg-success2 {
|
||||
background-color: $success2-color !important;
|
||||
}
|
||||
|
||||
.bg-warning {
|
||||
background-color: $warning-color !important;
|
||||
}
|
||||
|
||||
.bg-warning2 {
|
||||
background-color: $warning2-color !important;
|
||||
}
|
||||
|
||||
.bg-danger {
|
||||
background-color: $danger-color !important;
|
||||
}
|
||||
|
||||
.bg-danger2 {
|
||||
background-color: $danger2-color !important;
|
||||
}
|
||||
|
||||
.bg-grey1 {
|
||||
background: $grey2-color !important;
|
||||
}
|
||||
|
||||
.bg-grey2 {
|
||||
background: $grey-color;
|
||||
}
|
||||
|
||||
@mixin linear-gradient($direction, $color-stops...) {
|
||||
background: nth(nth($color-stops, 2), 1) !important;
|
||||
background: -webkit-linear-gradient(legacy-direction($direction), $color-stops) !important;
|
||||
background: linear-gradient($direction, $color-stops) !important;
|
||||
}
|
||||
|
||||
.bg-dark-gradient {
|
||||
@include linear-gradient(-45deg, #0A0B11, $dark2-color);
|
||||
}
|
||||
|
||||
.bg-primary-gradient {
|
||||
@include linear-gradient(-45deg, #06418E, $primary-color);
|
||||
}
|
||||
|
||||
.bg-secondary-gradient {
|
||||
@include linear-gradient(-45deg, #2A20AC, $secondary-color);
|
||||
}
|
||||
|
||||
.bg-info-gradient {
|
||||
@include linear-gradient(-45deg, #0A5A97, $info-color);
|
||||
}
|
||||
|
||||
.bg-success-gradient {
|
||||
@include linear-gradient(-45deg, #179D08, $success-color);
|
||||
}
|
||||
|
||||
.bg-warning-gradient {
|
||||
@include linear-gradient(-45deg, #E1810B, $warning-color);
|
||||
}
|
||||
|
||||
.bg-danger-gradient {
|
||||
@include linear-gradient(-45deg, #E80A15, $danger-color);
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
@import "components/avatars";
|
||||
@import "components/breadcrumbs";
|
||||
@import "components/cards";
|
||||
@import "components/gutters";
|
||||
@import "components/stamps";
|
||||
@import "components/inputs";
|
||||
@import "components/tables";
|
||||
@import "components/navbars";
|
||||
@import "components/navsearch";
|
||||
@import "components/badges";
|
||||
@import "components/dropdowns";
|
||||
@import "components/charts";
|
||||
@import "components/alerts";
|
||||
@import "components/buttons";
|
||||
@import "components/navtabs";
|
||||
@import "components/popovers";
|
||||
@import "components/progress";
|
||||
@import "components/paginations";
|
||||
@import "components/sliders";
|
||||
@import "components/modals";
|
||||
@import "components/activityfeed";
|
||||
@import "components/timeline";
|
||||
@import "components/maps";
|
||||
@import "components/listgroup";
|
||||
@import "components/selectgroup";
|
||||
@import "components/colorinputs";
|
||||
@import "components/imagecheck";
|
||||
@import "components/loader";
|
434
iris-web/source/app/static/assets/sass/atlantis/_flaticon.scss
Normal file
434
iris-web/source/app/static/assets/sass/atlantis/_flaticon.scss
Normal file
@ -0,0 +1,434 @@
|
||||
/*
|
||||
Flaticon icon font: Flaticon
|
||||
Creation date: 13/03/2018 03:24
|
||||
*/
|
||||
|
||||
[class^="flaticon-"]:before,
|
||||
[class*=" flaticon-"]:before {
|
||||
font-family: Flaticon;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
line-height: 1;
|
||||
text-decoration: inherit;
|
||||
text-rendering: optimizeLegibility;
|
||||
text-transform: none;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
.fi:before{
|
||||
display: inline-block;
|
||||
font-family: "Flaticon";
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
line-height: 1;
|
||||
text-decoration: inherit;
|
||||
text-rendering: optimizeLegibility;
|
||||
text-transform: none;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
.flaticon-delivery-truck:before { content: "\f100"; }
|
||||
.flaticon-shopping-bag:before { content: "\f101"; }
|
||||
.flaticon-box-3:before { content: "\f102"; }
|
||||
.flaticon-box-2:before { content: "\f103"; }
|
||||
.flaticon-box-1:before { content: "\f104"; }
|
||||
.flaticon-laptop:before { content: "\f105"; }
|
||||
.flaticon-coffee-cup:before { content: "\f106"; }
|
||||
.flaticon-user-6:before { content: "\f107"; }
|
||||
.flaticon-user-5:before { content: "\f108"; }
|
||||
.flaticon-remove-user-1:before { content: "\f109"; }
|
||||
.flaticon-customer-support:before { content: "\f10a"; }
|
||||
.flaticon-user-4:before { content: "\f10b"; }
|
||||
.flaticon-user-3:before { content: "\f10c"; }
|
||||
.flaticon-user-2:before { content: "\f10d"; }
|
||||
.flaticon-remove-user:before { content: "\f10e"; }
|
||||
.flaticon-add-user:before { content: "\f10f"; }
|
||||
.flaticon-tea-cup:before { content: "\f110"; }
|
||||
.flaticon-pen:before { content: "\f111"; }
|
||||
.flaticon-desk:before { content: "\f112"; }
|
||||
.flaticon-ruler:before { content: "\f113"; }
|
||||
.flaticon-pencil:before { content: "\f114"; }
|
||||
.flaticon-analytics:before { content: "\f115"; }
|
||||
.flaticon-google-plus:before { content: "\f116"; }
|
||||
.flaticon-dribbble:before { content: "\f117"; }
|
||||
.flaticon-whatsapp:before { content: "\f118"; }
|
||||
.flaticon-twitter:before { content: "\f119"; }
|
||||
.flaticon-behance:before { content: "\f11a"; }
|
||||
.flaticon-instagram:before { content: "\f11b"; }
|
||||
.flaticon-android:before { content: "\f11c"; }
|
||||
.flaticon-apple:before { content: "\f11d"; }
|
||||
.flaticon-windows:before { content: "\f11e"; }
|
||||
.flaticon-pinterest:before { content: "\f11f"; }
|
||||
.flaticon-youtube:before { content: "\f120"; }
|
||||
.flaticon-paypal:before { content: "\f121"; }
|
||||
.flaticon-linkedin:before { content: "\f122"; }
|
||||
.flaticon-facebook:before { content: "\f123"; }
|
||||
.flaticon-lock-1:before { content: "\f124"; }
|
||||
.flaticon-lock:before { content: "\f125"; }
|
||||
.flaticon-profile-1:before { content: "\f126"; }
|
||||
.flaticon-profile:before { content: "\f127"; }
|
||||
.flaticon-user-1:before { content: "\f128"; }
|
||||
.flaticon-user:before { content: "\f129"; }
|
||||
.flaticon-users:before { content: "\f12a"; }
|
||||
.flaticon-message:before { content: "\f12b"; }
|
||||
.flaticon-placeholder-1:before { content: "\f12c"; }
|
||||
.flaticon-location:before { content: "\f12d"; }
|
||||
.flaticon-arrows-2:before { content: "\f12e"; }
|
||||
.flaticon-technology-2:before { content: "\f12f"; }
|
||||
.flaticon-multimedia-2:before { content: "\f130"; }
|
||||
.flaticon-multimedia-1:before { content: "\f131"; }
|
||||
.flaticon-close:before { content: "\f132"; }
|
||||
.flaticon-home:before { content: "\f133"; }
|
||||
.flaticon-circle:before { content: "\f134"; }
|
||||
.flaticon-arrow:before { content: "\f135"; }
|
||||
.flaticon-mark-1:before { content: "\f136"; }
|
||||
.flaticon-mark:before { content: "\f137"; }
|
||||
.flaticon-shapes-1:before { content: "\f138"; }
|
||||
.flaticon-search-2:before { content: "\f139"; }
|
||||
.flaticon-interface-7:before { content: "\f13a"; }
|
||||
.flaticon-suitcase:before { content: "\f13b"; }
|
||||
.flaticon-chain-1:before { content: "\f13c"; }
|
||||
.flaticon-chain:before { content: "\f13d"; }
|
||||
.flaticon-agenda-1:before { content: "\f13e"; }
|
||||
.flaticon-interface-6:before { content: "\f13f"; }
|
||||
.flaticon-calendar:before { content: "\f140"; }
|
||||
.flaticon-list:before { content: "\f141"; }
|
||||
.flaticon-file-1:before { content: "\f142"; }
|
||||
.flaticon-file:before { content: "\f143"; }
|
||||
.flaticon-interface-5:before { content: "\f144"; }
|
||||
.flaticon-folder:before { content: "\f145"; }
|
||||
.flaticon-stopwatch:before { content: "\f146"; }
|
||||
.flaticon-time:before { content: "\f147"; }
|
||||
.flaticon-clock-1:before { content: "\f148"; }
|
||||
.flaticon-search-1:before { content: "\f149"; }
|
||||
.flaticon-alarm-1:before { content: "\f14a"; }
|
||||
.flaticon-alarm:before { content: "\f14b"; }
|
||||
.flaticon-present:before { content: "\f14c"; }
|
||||
.flaticon-layers-1:before { content: "\f14d"; }
|
||||
.flaticon-settings:before { content: "\f14e"; }
|
||||
.flaticon-attachment:before { content: "\f14f"; }
|
||||
.flaticon-gestures:before { content: "\f150"; }
|
||||
.flaticon-tool:before { content: "\f151"; }
|
||||
.flaticon-interface-4:before { content: "\f152"; }
|
||||
.flaticon-interface-3:before { content: "\f153"; }
|
||||
.flaticon-agenda:before { content: "\f154"; }
|
||||
.flaticon-shapes:before { content: "\f155"; }
|
||||
.flaticon-symbol-1:before { content: "\f156"; }
|
||||
.flaticon-symbol:before { content: "\f157"; }
|
||||
.flaticon-interface-2:before { content: "\f158"; }
|
||||
.flaticon-layers:before { content: "\f159"; }
|
||||
.flaticon-clock:before { content: "\f15a"; }
|
||||
.flaticon-web-1:before { content: "\f15b"; }
|
||||
.flaticon-internet:before { content: "\f15c"; }
|
||||
.flaticon-placeholder:before { content: "\f15d"; }
|
||||
.flaticon-signs-3:before { content: "\f15e"; }
|
||||
.flaticon-star-1:before { content: "\f15f"; }
|
||||
.flaticon-web:before { content: "\f160"; }
|
||||
.flaticon-star:before { content: "\f161"; }
|
||||
.flaticon-like-1:before { content: "\f162"; }
|
||||
.flaticon-like:before { content: "\f163"; }
|
||||
.flaticon-cloud:before { content: "\f164"; }
|
||||
.flaticon-database:before { content: "\f165"; }
|
||||
.flaticon-technology-1:before { content: "\f166"; }
|
||||
.flaticon-idea:before { content: "\f167"; }
|
||||
.flaticon-search:before { content: "\f168"; }
|
||||
.flaticon-wifi:before { content: "\f169"; }
|
||||
.flaticon-hands-1:before { content: "\f16a"; }
|
||||
.flaticon-hands:before { content: "\f16b"; }
|
||||
.flaticon-bars-2:before { content: "\f16c"; }
|
||||
.flaticon-arrows-1:before { content: "\f16d"; }
|
||||
.flaticon-interface-1:before { content: "\f16e"; }
|
||||
.flaticon-network:before { content: "\f16f"; }
|
||||
.flaticon-share-1:before { content: "\f170"; }
|
||||
.flaticon-share:before { content: "\f171"; }
|
||||
.flaticon-bars-1:before { content: "\f172"; }
|
||||
.flaticon-cross-1:before { content: "\f173"; }
|
||||
.flaticon-line-1:before { content: "\f174"; }
|
||||
.flaticon-signs-2:before { content: "\f175"; }
|
||||
.flaticon-check:before { content: "\f176"; }
|
||||
.flaticon-technology:before { content: "\f177"; }
|
||||
.flaticon-bars:before { content: "\f178"; }
|
||||
.flaticon-cross:before { content: "\f179"; }
|
||||
.flaticon-add:before { content: "\f17a"; }
|
||||
.flaticon-power:before { content: "\f17b"; }
|
||||
.flaticon-signs-1:before { content: "\f17c"; }
|
||||
.flaticon-round:before { content: "\f17d"; }
|
||||
.flaticon-exclamation:before { content: "\f17e"; }
|
||||
.flaticon-success:before { content: "\f17f"; }
|
||||
.flaticon-error:before { content: "\f180"; }
|
||||
.flaticon-line:before { content: "\f181"; }
|
||||
.flaticon-plus:before { content: "\f182"; }
|
||||
.flaticon-interface:before { content: "\f183"; }
|
||||
.flaticon-signs:before { content: "\f184"; }
|
||||
.flaticon-play-button-1:before { content: "\f185"; }
|
||||
.flaticon-play-button:before { content: "\f186"; }
|
||||
.flaticon-music-player:before { content: "\f187"; }
|
||||
.flaticon-medical:before { content: "\f188"; }
|
||||
.flaticon-photo-camera:before { content: "\f189"; }
|
||||
.flaticon-picture:before { content: "\f18a"; }
|
||||
.flaticon-multimedia:before { content: "\f18b"; }
|
||||
.flaticon-game-controller:before { content: "\f18c"; }
|
||||
.flaticon-imac:before { content: "\f18d"; }
|
||||
.flaticon-paint-palette:before { content: "\f18e"; }
|
||||
.flaticon-envelope-3:before { content: "\f18f"; }
|
||||
.flaticon-envelope-2:before { content: "\f190"; }
|
||||
.flaticon-envelope-1:before { content: "\f191"; }
|
||||
.flaticon-envelope:before { content: "\f192"; }
|
||||
.flaticon-mailbox:before { content: "\f193"; }
|
||||
.flaticon-inbox:before { content: "\f194"; }
|
||||
.flaticon-chat-8:before { content: "\f195"; }
|
||||
.flaticon-chat-7:before { content: "\f196"; }
|
||||
.flaticon-chat-6:before { content: "\f197"; }
|
||||
.flaticon-chat-5:before { content: "\f198"; }
|
||||
.flaticon-chat-4:before { content: "\f199"; }
|
||||
.flaticon-chat-3:before { content: "\f19a"; }
|
||||
.flaticon-chat-2:before { content: "\f19b"; }
|
||||
.flaticon-chat-1:before { content: "\f19c"; }
|
||||
.flaticon-chat:before { content: "\f19d"; }
|
||||
.flaticon-archive:before { content: "\f19e"; }
|
||||
.flaticon-diagram:before { content: "\f19f"; }
|
||||
.flaticon-graph-2:before { content: "\f1a0"; }
|
||||
.flaticon-graph-1:before { content: "\f1a1"; }
|
||||
.flaticon-graph:before { content: "\f1a2"; }
|
||||
.flaticon-chart-pie:before { content: "\f1a3"; }
|
||||
.flaticon-presentation:before { content: "\f1a4"; }
|
||||
.flaticon-store:before { content: "\f1a5"; }
|
||||
.flaticon-coins:before { content: "\f1a6"; }
|
||||
.flaticon-credit-card-1:before { content: "\f1a7"; }
|
||||
.flaticon-credit-card:before { content: "\f1a8"; }
|
||||
.flaticon-cart-1:before { content: "\f1a9"; }
|
||||
.flaticon-cart:before { content: "\f1aa"; }
|
||||
.flaticon-price-tag:before { content: "\f1ab"; }
|
||||
.flaticon-box:before { content: "\f1ac"; }
|
||||
.flaticon-right-arrow-4:before { content: "\f1ad"; }
|
||||
.flaticon-left-arrow-4:before { content: "\f1ae"; }
|
||||
.flaticon-up-arrow-3:before { content: "\f1af"; }
|
||||
.flaticon-download-1:before { content: "\f1b0"; }
|
||||
.flaticon-down-arrow-3:before { content: "\f1b1"; }
|
||||
.flaticon-up-arrow-2:before { content: "\f1b2"; }
|
||||
.flaticon-left-arrow-3:before { content: "\f1b3"; }
|
||||
.flaticon-right-arrow-3:before { content: "\f1b4"; }
|
||||
.flaticon-down-arrow-2:before { content: "\f1b5"; }
|
||||
.flaticon-arrows:before { content: "\f1b6"; }
|
||||
.flaticon-left-arrow-2:before { content: "\f1b7"; }
|
||||
.flaticon-right-arrow-2:before { content: "\f1b8"; }
|
||||
.flaticon-upward:before { content: "\f1b9"; }
|
||||
.flaticon-download:before { content: "\f1ba"; }
|
||||
.flaticon-back:before { content: "\f1bb"; }
|
||||
.flaticon-next:before { content: "\f1bc"; }
|
||||
.flaticon-up-arrow-1:before { content: "\f1bd"; }
|
||||
.flaticon-down-arrow-1:before { content: "\f1be"; }
|
||||
.flaticon-left-arrow-1:before { content: "\f1bf"; }
|
||||
.flaticon-right-arrow-1:before { content: "\f1c0"; }
|
||||
.flaticon-up-arrow:before { content: "\f1c1"; }
|
||||
.flaticon-down-arrow:before { content: "\f1c2"; }
|
||||
.flaticon-left-arrow:before { content: "\f1c3"; }
|
||||
.flaticon-right-arrow:before { content: "\f1c4"; }
|
||||
.flaticon-expand:before { content: "\f1c5"; }
|
||||
.flaticon-repeat:before { content: "\f1c6"; }
|
||||
|
||||
$font-Flaticon-delivery-truck: "\f100";
|
||||
$font-Flaticon-shopping-bag: "\f101";
|
||||
$font-Flaticon-box-3: "\f102";
|
||||
$font-Flaticon-box-2: "\f103";
|
||||
$font-Flaticon-box-1: "\f104";
|
||||
$font-Flaticon-laptop: "\f105";
|
||||
$font-Flaticon-coffee-cup: "\f106";
|
||||
$font-Flaticon-user-6: "\f107";
|
||||
$font-Flaticon-user-5: "\f108";
|
||||
$font-Flaticon-remove-user-1: "\f109";
|
||||
$font-Flaticon-customer-support: "\f10a";
|
||||
$font-Flaticon-user-4: "\f10b";
|
||||
$font-Flaticon-user-3: "\f10c";
|
||||
$font-Flaticon-user-2: "\f10d";
|
||||
$font-Flaticon-remove-user: "\f10e";
|
||||
$font-Flaticon-add-user: "\f10f";
|
||||
$font-Flaticon-tea-cup: "\f110";
|
||||
$font-Flaticon-pen: "\f111";
|
||||
$font-Flaticon-desk: "\f112";
|
||||
$font-Flaticon-ruler: "\f113";
|
||||
$font-Flaticon-pencil: "\f114";
|
||||
$font-Flaticon-analytics: "\f115";
|
||||
$font-Flaticon-google-plus: "\f116";
|
||||
$font-Flaticon-dribbble: "\f117";
|
||||
$font-Flaticon-whatsapp: "\f118";
|
||||
$font-Flaticon-twitter: "\f119";
|
||||
$font-Flaticon-behance: "\f11a";
|
||||
$font-Flaticon-instagram: "\f11b";
|
||||
$font-Flaticon-android: "\f11c";
|
||||
$font-Flaticon-apple: "\f11d";
|
||||
$font-Flaticon-windows: "\f11e";
|
||||
$font-Flaticon-pinterest: "\f11f";
|
||||
$font-Flaticon-youtube: "\f120";
|
||||
$font-Flaticon-paypal: "\f121";
|
||||
$font-Flaticon-linkedin: "\f122";
|
||||
$font-Flaticon-facebook: "\f123";
|
||||
$font-Flaticon-lock-1: "\f124";
|
||||
$font-Flaticon-lock: "\f125";
|
||||
$font-Flaticon-profile-1: "\f126";
|
||||
$font-Flaticon-profile: "\f127";
|
||||
$font-Flaticon-user-1: "\f128";
|
||||
$font-Flaticon-user: "\f129";
|
||||
$font-Flaticon-users: "\f12a";
|
||||
$font-Flaticon-message: "\f12b";
|
||||
$font-Flaticon-placeholder-1: "\f12c";
|
||||
$font-Flaticon-location: "\f12d";
|
||||
$font-Flaticon-arrows-2: "\f12e";
|
||||
$font-Flaticon-technology-2: "\f12f";
|
||||
$font-Flaticon-multimedia-2: "\f130";
|
||||
$font-Flaticon-multimedia-1: "\f131";
|
||||
$font-Flaticon-close: "\f132";
|
||||
$font-Flaticon-home: "\f133";
|
||||
$font-Flaticon-circle: "\f134";
|
||||
$font-Flaticon-arrow: "\f135";
|
||||
$font-Flaticon-mark-1: "\f136";
|
||||
$font-Flaticon-mark: "\f137";
|
||||
$font-Flaticon-shapes-1: "\f138";
|
||||
$font-Flaticon-search-2: "\f139";
|
||||
$font-Flaticon-interface-7: "\f13a";
|
||||
$font-Flaticon-suitcase: "\f13b";
|
||||
$font-Flaticon-chain-1: "\f13c";
|
||||
$font-Flaticon-chain: "\f13d";
|
||||
$font-Flaticon-agenda-1: "\f13e";
|
||||
$font-Flaticon-interface-6: "\f13f";
|
||||
$font-Flaticon-calendar: "\f140";
|
||||
$font-Flaticon-list: "\f141";
|
||||
$font-Flaticon-file-1: "\f142";
|
||||
$font-Flaticon-file: "\f143";
|
||||
$font-Flaticon-interface-5: "\f144";
|
||||
$font-Flaticon-folder: "\f145";
|
||||
$font-Flaticon-stopwatch: "\f146";
|
||||
$font-Flaticon-time: "\f147";
|
||||
$font-Flaticon-clock-1: "\f148";
|
||||
$font-Flaticon-search-1: "\f149";
|
||||
$font-Flaticon-alarm-1: "\f14a";
|
||||
$font-Flaticon-alarm: "\f14b";
|
||||
$font-Flaticon-present: "\f14c";
|
||||
$font-Flaticon-layers-1: "\f14d";
|
||||
$font-Flaticon-settings: "\f14e";
|
||||
$font-Flaticon-attachment: "\f14f";
|
||||
$font-Flaticon-gestures: "\f150";
|
||||
$font-Flaticon-tool: "\f151";
|
||||
$font-Flaticon-interface-4: "\f152";
|
||||
$font-Flaticon-interface-3: "\f153";
|
||||
$font-Flaticon-agenda: "\f154";
|
||||
$font-Flaticon-shapes: "\f155";
|
||||
$font-Flaticon-symbol-1: "\f156";
|
||||
$font-Flaticon-symbol: "\f157";
|
||||
$font-Flaticon-interface-2: "\f158";
|
||||
$font-Flaticon-layers: "\f159";
|
||||
$font-Flaticon-clock: "\f15a";
|
||||
$font-Flaticon-web-1: "\f15b";
|
||||
$font-Flaticon-internet: "\f15c";
|
||||
$font-Flaticon-placeholder: "\f15d";
|
||||
$font-Flaticon-signs-3: "\f15e";
|
||||
$font-Flaticon-star-1: "\f15f";
|
||||
$font-Flaticon-web: "\f160";
|
||||
$font-Flaticon-star: "\f161";
|
||||
$font-Flaticon-like-1: "\f162";
|
||||
$font-Flaticon-like: "\f163";
|
||||
$font-Flaticon-cloud: "\f164";
|
||||
$font-Flaticon-database: "\f165";
|
||||
$font-Flaticon-technology-1: "\f166";
|
||||
$font-Flaticon-idea: "\f167";
|
||||
$font-Flaticon-search: "\f168";
|
||||
$font-Flaticon-wifi: "\f169";
|
||||
$font-Flaticon-hands-1: "\f16a";
|
||||
$font-Flaticon-hands: "\f16b";
|
||||
$font-Flaticon-bars-2: "\f16c";
|
||||
$font-Flaticon-arrows-1: "\f16d";
|
||||
$font-Flaticon-interface-1: "\f16e";
|
||||
$font-Flaticon-network: "\f16f";
|
||||
$font-Flaticon-share-1: "\f170";
|
||||
$font-Flaticon-share: "\f171";
|
||||
$font-Flaticon-bars-1: "\f172";
|
||||
$font-Flaticon-cross-1: "\f173";
|
||||
$font-Flaticon-line-1: "\f174";
|
||||
$font-Flaticon-signs-2: "\f175";
|
||||
$font-Flaticon-check: "\f176";
|
||||
$font-Flaticon-technology: "\f177";
|
||||
$font-Flaticon-bars: "\f178";
|
||||
$font-Flaticon-cross: "\f179";
|
||||
$font-Flaticon-add: "\f17a";
|
||||
$font-Flaticon-power: "\f17b";
|
||||
$font-Flaticon-signs-1: "\f17c";
|
||||
$font-Flaticon-round: "\f17d";
|
||||
$font-Flaticon-exclamation: "\f17e";
|
||||
$font-Flaticon-success: "\f17f";
|
||||
$font-Flaticon-error: "\f180";
|
||||
$font-Flaticon-line: "\f181";
|
||||
$font-Flaticon-plus: "\f182";
|
||||
$font-Flaticon-interface: "\f183";
|
||||
$font-Flaticon-signs: "\f184";
|
||||
$font-Flaticon-play-button-1: "\f185";
|
||||
$font-Flaticon-play-button: "\f186";
|
||||
$font-Flaticon-music-player: "\f187";
|
||||
$font-Flaticon-medical: "\f188";
|
||||
$font-Flaticon-photo-camera: "\f189";
|
||||
$font-Flaticon-picture: "\f18a";
|
||||
$font-Flaticon-multimedia: "\f18b";
|
||||
$font-Flaticon-game-controller: "\f18c";
|
||||
$font-Flaticon-imac: "\f18d";
|
||||
$font-Flaticon-paint-palette: "\f18e";
|
||||
$font-Flaticon-envelope-3: "\f18f";
|
||||
$font-Flaticon-envelope-2: "\f190";
|
||||
$font-Flaticon-envelope-1: "\f191";
|
||||
$font-Flaticon-envelope: "\f192";
|
||||
$font-Flaticon-mailbox: "\f193";
|
||||
$font-Flaticon-inbox: "\f194";
|
||||
$font-Flaticon-chat-8: "\f195";
|
||||
$font-Flaticon-chat-7: "\f196";
|
||||
$font-Flaticon-chat-6: "\f197";
|
||||
$font-Flaticon-chat-5: "\f198";
|
||||
$font-Flaticon-chat-4: "\f199";
|
||||
$font-Flaticon-chat-3: "\f19a";
|
||||
$font-Flaticon-chat-2: "\f19b";
|
||||
$font-Flaticon-chat-1: "\f19c";
|
||||
$font-Flaticon-chat: "\f19d";
|
||||
$font-Flaticon-archive: "\f19e";
|
||||
$font-Flaticon-diagram: "\f19f";
|
||||
$font-Flaticon-graph-2: "\f1a0";
|
||||
$font-Flaticon-graph-1: "\f1a1";
|
||||
$font-Flaticon-graph: "\f1a2";
|
||||
$font-Flaticon-chart-pie: "\f1a3";
|
||||
$font-Flaticon-presentation: "\f1a4";
|
||||
$font-Flaticon-store: "\f1a5";
|
||||
$font-Flaticon-coins: "\f1a6";
|
||||
$font-Flaticon-credit-card-1: "\f1a7";
|
||||
$font-Flaticon-credit-card: "\f1a8";
|
||||
$font-Flaticon-cart-1: "\f1a9";
|
||||
$font-Flaticon-cart: "\f1aa";
|
||||
$font-Flaticon-price-tag: "\f1ab";
|
||||
$font-Flaticon-box: "\f1ac";
|
||||
$font-Flaticon-right-arrow-4: "\f1ad";
|
||||
$font-Flaticon-left-arrow-4: "\f1ae";
|
||||
$font-Flaticon-up-arrow-3: "\f1af";
|
||||
$font-Flaticon-download-1: "\f1b0";
|
||||
$font-Flaticon-down-arrow-3: "\f1b1";
|
||||
$font-Flaticon-up-arrow-2: "\f1b2";
|
||||
$font-Flaticon-left-arrow-3: "\f1b3";
|
||||
$font-Flaticon-right-arrow-3: "\f1b4";
|
||||
$font-Flaticon-down-arrow-2: "\f1b5";
|
||||
$font-Flaticon-arrows: "\f1b6";
|
||||
$font-Flaticon-left-arrow-2: "\f1b7";
|
||||
$font-Flaticon-right-arrow-2: "\f1b8";
|
||||
$font-Flaticon-upward: "\f1b9";
|
||||
$font-Flaticon-download: "\f1ba";
|
||||
$font-Flaticon-back: "\f1bb";
|
||||
$font-Flaticon-next: "\f1bc";
|
||||
$font-Flaticon-up-arrow-1: "\f1bd";
|
||||
$font-Flaticon-down-arrow-1: "\f1be";
|
||||
$font-Flaticon-left-arrow-1: "\f1bf";
|
||||
$font-Flaticon-right-arrow-1: "\f1c0";
|
||||
$font-Flaticon-up-arrow: "\f1c1";
|
||||
$font-Flaticon-down-arrow: "\f1c2";
|
||||
$font-Flaticon-left-arrow: "\f1c3";
|
||||
$font-Flaticon-right-arrow: "\f1c4";
|
||||
$font-Flaticon-expand: "\f1c5";
|
||||
$font-Flaticon-repeat: "\f1c6";
|
4865
iris-web/source/app/static/assets/sass/atlantis/_font-awesome.scss
Normal file
4865
iris-web/source/app/static/assets/sass/atlantis/_font-awesome.scss
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,439 @@
|
||||
/* Customable Layouts Colors */
|
||||
|
||||
%nav-background-color-style {
|
||||
.nav-search{
|
||||
.input-group {
|
||||
border: 0;
|
||||
background: rgba(0, 0, 0, 0.14)!important;
|
||||
box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.07);
|
||||
transition: all .4s;
|
||||
.form-control {
|
||||
color: $white-color !important;
|
||||
&::-webkit-input-placeholder { /* Chrome/Opera/Safari */
|
||||
opacity: 1;
|
||||
}
|
||||
&::-moz-placeholder { /* Firefox 19+ */
|
||||
opacity: 1;
|
||||
}
|
||||
&:-ms-input-placeholder { /* IE 10+ */
|
||||
opacity: 1;
|
||||
}
|
||||
&:-moz-placeholder { /* Firefox 18- */
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
.search-icon {
|
||||
color: $white-color !important;
|
||||
}
|
||||
&.focus {
|
||||
background: #fff !important;
|
||||
.form-control {
|
||||
color: inherit !important;
|
||||
&::-webkit-input-placeholder { /* Chrome/Opera/Safari */
|
||||
color: #bfbfbf !important;
|
||||
}
|
||||
&::-moz-placeholder { /* Firefox 19+ */
|
||||
color: #bfbfbf !important;
|
||||
}
|
||||
&:-ms-input-placeholder { /* IE 10+ */
|
||||
color: #bfbfbf !important;
|
||||
}
|
||||
&:-moz-placeholder { /* Firefox 18- */
|
||||
color: #bfbfbf !important;
|
||||
}
|
||||
}
|
||||
.search-icon {
|
||||
color: #bfbfbf !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.navbar-nav .nav-item {
|
||||
.nav-link {
|
||||
color: $white-color !important;
|
||||
&:hover, &:focus {
|
||||
background: rgba(31, 30, 30, 0.12) !important;
|
||||
}
|
||||
}
|
||||
&.active {
|
||||
.nav-link {
|
||||
background: rgba(31, 30, 30, 0.12) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.main-header {
|
||||
.navbar-header{
|
||||
&[data-background-color]{
|
||||
@extend %nav-background-color-style;
|
||||
}
|
||||
&[data-background-color="dark"], &[data-background-color="dark2"] {
|
||||
.nav-search {
|
||||
.input-group {
|
||||
background: rgba(185, 185, 185, 0.18) !important;
|
||||
}
|
||||
}
|
||||
.navbar-nav .nav-item {
|
||||
.nav-link {
|
||||
&:hover, &:focus {
|
||||
background: rgba(185, 185, 185, 0.18) !important;
|
||||
}
|
||||
}
|
||||
&.active {
|
||||
.nav-link {
|
||||
background: rgba(185, 185, 185, 0.18) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&[data-background-color="white"], .navbar-header-transparent {
|
||||
.nav-search {
|
||||
.input-group {
|
||||
background: #eee;
|
||||
.form-control {
|
||||
color: #8d9498 !important;
|
||||
}
|
||||
.search-icon {
|
||||
color: #8d9498 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
.navbar-nav .nav-item {
|
||||
.nav-link {
|
||||
color: #8d9498 !important;
|
||||
&:hover, &:focus {
|
||||
background: #eee !important;
|
||||
}
|
||||
}
|
||||
&.active {
|
||||
.nav-link {
|
||||
background: #eee !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.btn-toggle {
|
||||
color: #fff !important;
|
||||
}
|
||||
.logo-header{
|
||||
&[data-background-color]{
|
||||
.navbar-toggler {
|
||||
.navbar-toggler-icon {
|
||||
color: $white-color !important;
|
||||
}
|
||||
}
|
||||
.more {
|
||||
color: $white-color !important;
|
||||
}
|
||||
}
|
||||
&[data-background-color="white"] {
|
||||
.navbar-toggler .navbar-toggler-icon, .more, .btn-toggle {
|
||||
color: #8d9498 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@mixin main-header-color-style($color) {
|
||||
background: $color !important;
|
||||
}
|
||||
|
||||
@mixin logo-header-color-style($color) {
|
||||
background: $color !important;
|
||||
}
|
||||
|
||||
@mixin navbar-header-color-style($color) {
|
||||
background: $color !important;
|
||||
}
|
||||
|
||||
@mixin sidebar-color-style($color) {
|
||||
background: $color !important;
|
||||
.user {
|
||||
border-color: rgba(181, 181, 181, 0.1) !important;
|
||||
.info a > span {
|
||||
color: #b9babf;
|
||||
.user-level {
|
||||
color: #8d9498;
|
||||
}
|
||||
}
|
||||
}
|
||||
.nav {
|
||||
> .nav-item {
|
||||
&.active {
|
||||
> a {
|
||||
p {
|
||||
color: #b9babf !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
a {
|
||||
color: #b9babf !important;
|
||||
&:hover, &:focus, &[data-toggle=collapse][aria-expanded=true] {
|
||||
p {
|
||||
color: #b9babf !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&.sidebar-style-2 {
|
||||
.nav {
|
||||
.nav-item {
|
||||
&.active {
|
||||
> a, > a:hover, > a:focus, > a[data-toggle=collapse][aria-expanded=true] {
|
||||
background: #fff !important;
|
||||
color: $color !important;
|
||||
p, i, .caret {
|
||||
color: $color !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.scrollbar-inner > .scroll-element {
|
||||
.scroll-bar {
|
||||
background-color: #f7f7f7;
|
||||
}
|
||||
&.scroll-draggable .scroll-bar, &:hover .scroll-bar {
|
||||
background-color: #dcdbdb;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@mixin sidebar-color-style2($color) {
|
||||
background: $color !important;
|
||||
.user {
|
||||
margin-top: 0px;
|
||||
padding-top: 12.5px;
|
||||
border-top: 1px solid;
|
||||
border-color: rgba(255, 255, 255, 0.1) !important;
|
||||
.info {
|
||||
a > span {
|
||||
color: #fff;
|
||||
.user-level {
|
||||
color: #eaeaea;
|
||||
}
|
||||
}
|
||||
.caret {
|
||||
border-top-color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
.nav {
|
||||
.nav-item {
|
||||
a {
|
||||
color: #eaeaea !important;
|
||||
p, i, .caret {
|
||||
color: #eaeaea !important;
|
||||
}
|
||||
&:hover, &:focus, &[data-toggle=collapse][aria-expanded=true] {
|
||||
color: #fff !important;
|
||||
p, i, .caret {
|
||||
color: #fff !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
> .nav-item {
|
||||
&.active {
|
||||
> a, > a:hover, > a:focus, > a[data-toggle=collapse][aria-expanded=true] {
|
||||
background: #fff !important;
|
||||
color: $color !important;
|
||||
p, i, .caret {
|
||||
color: $color !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.nav-section {
|
||||
.text-section, .sidebar-mini-icon {
|
||||
color: #eaeaea;
|
||||
}
|
||||
}
|
||||
.nav-collapse li a .sub-item:before {
|
||||
background: #eaeaea;
|
||||
}
|
||||
}
|
||||
.scrollbar-inner > .scroll-element {
|
||||
.scroll-bar {
|
||||
background-color: #f7f7f7;
|
||||
}
|
||||
&.scroll-draggable .scroll-bar, &:hover .scroll-bar {
|
||||
background-color: #dcdbdb;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//[data-background-color="white"]
|
||||
.logo-header[data-background-color="white"]{
|
||||
@include logo-header-color-style($white-color);
|
||||
}
|
||||
.navbar-header[data-background-color="white"] {
|
||||
@include navbar-header-color-style($white-color);
|
||||
}
|
||||
|
||||
//[data-background-color="dark"]
|
||||
|
||||
.logo-header[data-background-color="dark"]{
|
||||
@include logo-header-color-style($dark-color);
|
||||
}
|
||||
.logo-header[data-background-color="dark2"]{
|
||||
@include logo-header-color-style($dark2-color);
|
||||
}
|
||||
.navbar-header[data-background-color="dark"] {
|
||||
@include navbar-header-color-style($dark-color);
|
||||
}
|
||||
.navbar-header[data-background-color="dark2"] {
|
||||
@include navbar-header-color-style($dark2-color);
|
||||
}
|
||||
|
||||
//[data-background-color="blue"]
|
||||
|
||||
.logo-header[data-background-color="blue"]{
|
||||
@include logo-header-color-style($primary-color);
|
||||
}
|
||||
.logo-header[data-background-color="blue2"]{
|
||||
@include logo-header-color-style($primary2-color);
|
||||
}
|
||||
.navbar-header[data-background-color="blue"] {
|
||||
@include navbar-header-color-style($primary-color);
|
||||
}
|
||||
.navbar-header[data-background-color="blue2"] {
|
||||
@include navbar-header-color-style($primary2-color);
|
||||
}
|
||||
|
||||
//[data-background-color="purple"]
|
||||
|
||||
.logo-header[data-background-color="purple"]{
|
||||
@include logo-header-color-style($secondary-color);
|
||||
}
|
||||
.logo-header[data-background-color="purple2"]{
|
||||
@include logo-header-color-style($secondary2-color);
|
||||
}
|
||||
.navbar-header[data-background-color="purple"] {
|
||||
@include navbar-header-color-style($secondary-color);
|
||||
}
|
||||
.navbar-header[data-background-color="purple2"] {
|
||||
@include navbar-header-color-style($secondary2-color);
|
||||
}
|
||||
|
||||
//[data-background-color="light-blue"]
|
||||
|
||||
.logo-header[data-background-color="light-blue"]{
|
||||
@include logo-header-color-style($info-color);
|
||||
}
|
||||
.logo-header[data-background-color="light-blue2"]{
|
||||
@include logo-header-color-style($info2-color);
|
||||
}
|
||||
.navbar-header[data-background-color="light-blue"] {
|
||||
@include navbar-header-color-style($info-color);
|
||||
}
|
||||
.navbar-header[data-background-color="light-blue2"] {
|
||||
@include navbar-header-color-style($info2-color);
|
||||
}
|
||||
|
||||
//[data-background-color="green"]
|
||||
|
||||
.logo-header[data-background-color="green"]{
|
||||
@include logo-header-color-style($success-color);
|
||||
}
|
||||
.logo-header[data-background-color="green2"]{
|
||||
@include logo-header-color-style($success2-color);
|
||||
}
|
||||
.navbar-header[data-background-color="green"] {
|
||||
@include navbar-header-color-style($success-color);
|
||||
}
|
||||
.navbar-header[data-background-color="green2"] {
|
||||
@include navbar-header-color-style($success2-color);
|
||||
}
|
||||
|
||||
//[data-background-color="orange"]
|
||||
|
||||
.logo-header[data-background-color="orange"]{
|
||||
@include logo-header-color-style($warning-color);
|
||||
}
|
||||
.logo-header[data-background-color="orange2"]{
|
||||
@include logo-header-color-style($warning2-color);
|
||||
}
|
||||
.navbar-header[data-background-color="orange"] {
|
||||
@include navbar-header-color-style($warning-color);
|
||||
}
|
||||
.navbar-header[data-background-color="orange2"] {
|
||||
@include navbar-header-color-style($warning2-color);
|
||||
}
|
||||
|
||||
//[data-background-color="red"]
|
||||
|
||||
.logo-header[data-background-color="red"]{
|
||||
@include logo-header-color-style($danger-color);
|
||||
}
|
||||
.logo-header[data-background-color="red2"]{
|
||||
@include logo-header-color-style($danger2-color);
|
||||
}
|
||||
.navbar-header[data-background-color="red"] {
|
||||
@include navbar-header-color-style($danger-color);
|
||||
}
|
||||
.navbar-header[data-background-color="red2"] {
|
||||
@include navbar-header-color-style($danger2-color);
|
||||
}
|
||||
|
||||
.sidebar[data-background-color="dark"] {
|
||||
@include sidebar-color-style($dark-color);
|
||||
}
|
||||
|
||||
.sidebar[data-background-color="dark2"] {
|
||||
@include sidebar-color-style($dark2-color);
|
||||
}
|
||||
|
||||
.sidebar[data-background-color="blue"] {
|
||||
@include sidebar-color-style2($primary-color);
|
||||
}
|
||||
|
||||
.sidebar[data-background-color="blue2"] {
|
||||
@include sidebar-color-style2($primary2-color);
|
||||
}
|
||||
|
||||
.sidebar[data-background-color="purple"] {
|
||||
@include sidebar-color-style2($secondary-color);
|
||||
}
|
||||
|
||||
.sidebar[data-background-color="purple2"] {
|
||||
@include sidebar-color-style2($secondary2-color);
|
||||
}
|
||||
|
||||
.sidebar[data-background-color="light-blue"] {
|
||||
@include sidebar-color-style2($info-color);
|
||||
}
|
||||
|
||||
.sidebar[data-background-color="light-blue2"] {
|
||||
@include sidebar-color-style2($info2-color);
|
||||
}
|
||||
|
||||
.sidebar[data-background-color="green"] {
|
||||
@include sidebar-color-style2($success-color);
|
||||
}
|
||||
|
||||
.sidebar[data-background-color="green2"] {
|
||||
@include sidebar-color-style2($success2-color);
|
||||
}
|
||||
|
||||
.sidebar[data-background-color="orange"] {
|
||||
@include sidebar-color-style2($warning-color);
|
||||
}
|
||||
|
||||
.sidebar[data-background-color="orange2"] {
|
||||
@include sidebar-color-style2($warning2-color);
|
||||
}
|
||||
|
||||
.sidebar[data-background-color="red"] {
|
||||
@include sidebar-color-style2($danger-color);
|
||||
}
|
||||
|
||||
.sidebar[data-background-color="red2"] {
|
||||
@include sidebar-color-style2($danger2-color);
|
||||
}
|
||||
|
1410
iris-web/source/app/static/assets/sass/atlantis/_layouts.scss
Normal file
1410
iris-web/source/app/static/assets/sass/atlantis/_layouts.scss
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,29 @@
|
||||
/* Opacity */
|
||||
|
||||
.op-9 {
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.op-8 {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.op-7 {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.op-6 {
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.op-5 {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.op-4 {
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
.op-3 {
|
||||
opacity: 0.3;
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
*:focus {
|
||||
outline: 0 !important;
|
||||
-webkit-box-shadow: none !important;
|
||||
box-shadow: none !important;
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
@import "plugins/jqueryui";
|
||||
@import "plugins/jqueryscrollbar";
|
||||
@import "plugins/animate";
|
||||
@import "plugins/sweetalert";
|
||||
@import "plugins/datatables";
|
@ -0,0 +1,497 @@
|
||||
/* Responsive */
|
||||
@media screen and (max-width: 576px) {
|
||||
.row-card-no-pd {
|
||||
[class*=col-] {
|
||||
.card {
|
||||
&:before {
|
||||
width: calc(100% - 30px) !important;
|
||||
right: 15px !important;
|
||||
height: 1px !important;
|
||||
}
|
||||
}
|
||||
&:first-child {
|
||||
.card {
|
||||
&:before {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 991px) {
|
||||
.main-header .nav-bottom .page-navigation {
|
||||
margin: 0 -20px;
|
||||
}
|
||||
.main-header .nav-bottom .page-navigation > .nav-item:hover .navbar-dropdown {
|
||||
display: block;
|
||||
}
|
||||
.toggle-nav-search {
|
||||
display: none;
|
||||
}
|
||||
#search-nav {
|
||||
display: block !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 991px) {
|
||||
.main-header {
|
||||
.nav-top {
|
||||
min-height: 60px;
|
||||
height: 100%;
|
||||
.container {
|
||||
padding: 0px;
|
||||
width: 100%;
|
||||
max-width: unset;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
.nav-bottom {
|
||||
height: 100%;
|
||||
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: 0px;
|
||||
> .container {
|
||||
padding: 0;
|
||||
}
|
||||
.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;
|
||||
.close-menu {
|
||||
color: #fff;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 15px;
|
||||
transform: translateY(-50%);
|
||||
cursor: pointer;
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
.page-navigation {
|
||||
max-height: calc(100vh - 60px);
|
||||
padding-bottom: 60px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
> .nav-item{
|
||||
width: 100%;
|
||||
border-bottom: 1px solid #eee;
|
||||
&:first-child > a {
|
||||
margin-left: 0;
|
||||
}
|
||||
> .nav-link {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
}
|
||||
.navbar-dropdown {
|
||||
position: relative;
|
||||
top: 0;
|
||||
border: 0;
|
||||
box-shadow: none;
|
||||
ul {
|
||||
padding: 0 25px 15px !important;
|
||||
}
|
||||
}
|
||||
&.submenu {
|
||||
> .nav-link {
|
||||
&:after {
|
||||
position: absolute;
|
||||
right: 35px;
|
||||
height: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.mega-menu {
|
||||
.navbar-dropdown {
|
||||
padding: 5px !important;
|
||||
}
|
||||
}
|
||||
.category-heading {
|
||||
padding-top: 0px;
|
||||
}
|
||||
&.show-submenu {
|
||||
.navbar-dropdown {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
&:not(.show-submenu) {
|
||||
> .nav-link {
|
||||
&:after {
|
||||
transform: rotate(0deg) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.main-panel {
|
||||
> .content, > .content-full {
|
||||
margin-top: 63px;
|
||||
}
|
||||
}
|
||||
.nav_open .nav-bottom {
|
||||
-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;
|
||||
.title-menu {
|
||||
.close-menu {
|
||||
right: -30px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
.nav_open {
|
||||
overflow: hidden !important;
|
||||
.wrapper {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
.quick_sidebar_open .quick-sidebar {
|
||||
width: 350px;
|
||||
}
|
||||
.main-header {
|
||||
transition: all .5s;
|
||||
}
|
||||
#search-nav {
|
||||
margin: 0 auto !important;
|
||||
}
|
||||
.main-panel {
|
||||
width: 100%;
|
||||
transition: all .5s;
|
||||
.page-header {
|
||||
.dropdown-menu {
|
||||
&:after {
|
||||
right: 16px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.page-inner {
|
||||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
.page-sidebar {
|
||||
background: #fff;
|
||||
}
|
||||
.nav-top {
|
||||
display: flex;
|
||||
width: 100% !important;
|
||||
text-align: left;
|
||||
position: relative;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
.logo {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
height: 100%;
|
||||
}
|
||||
.navbar-toggler {
|
||||
height: 100%;
|
||||
margin-left: 0px !important;
|
||||
opacity: 1;
|
||||
display: block;
|
||||
order: 1;
|
||||
}
|
||||
.more {
|
||||
opacity: 1;
|
||||
color: #545454;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
line-height: 56px;
|
||||
order: 3;
|
||||
width: unset;
|
||||
margin-left: auto;
|
||||
}
|
||||
.navbar-brand {
|
||||
position: unset !important;
|
||||
margin-right: 0px;
|
||||
}
|
||||
}
|
||||
.nav-search {
|
||||
width: 100%;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
.navbar-header {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
transform: translate3d(0, -200px, 0) !important;
|
||||
transition: all .5s;
|
||||
left: 0;
|
||||
}
|
||||
.topbar_open {
|
||||
.navbar-header {
|
||||
transform: translate3d(0, 60px, 0) !important;
|
||||
padding: 6px;
|
||||
.navbar-nav {
|
||||
> .nav-item {
|
||||
.nav-link {
|
||||
i {
|
||||
font-size: 19px;
|
||||
}
|
||||
}
|
||||
&:last-child {
|
||||
.nav-link {
|
||||
padding: 0px !important;
|
||||
}
|
||||
.quick-sidebar-toggler {
|
||||
padding-left: 5px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.toggle-nav-search {
|
||||
display: list-item;
|
||||
}
|
||||
#search-nav {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
padding: 10px 15px 0px;
|
||||
order: 1;
|
||||
}
|
||||
.main-panel {
|
||||
transform: translate3d(0, 62px, 0) !important;
|
||||
}
|
||||
> .content {
|
||||
margin-top: 0px !important;
|
||||
}
|
||||
}
|
||||
.navbar-header .navbar-nav {
|
||||
width: 100%;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
margin-left: 0px !important;
|
||||
position: relative;
|
||||
.dropdown {
|
||||
position: unset;
|
||||
}
|
||||
.dropdown-menu {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: 0 auto;
|
||||
max-width: 280px;
|
||||
}
|
||||
}
|
||||
.profile-pic span {
|
||||
display: none;
|
||||
}
|
||||
.nav-toggle{
|
||||
display: none;
|
||||
}
|
||||
.page-title{
|
||||
font-size: 18px;
|
||||
}
|
||||
.card {
|
||||
.card-title {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
.mail-wrapper {
|
||||
.mail-option {
|
||||
.email-filters-left {
|
||||
width: 50%;
|
||||
.btn-group {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Dropzone */
|
||||
.dropzone {
|
||||
padding: 20px 15px !important;
|
||||
.dz-message {
|
||||
.message {
|
||||
font-size: 23px;
|
||||
}
|
||||
.note {
|
||||
font-size: 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 856px) {
|
||||
.mail-wrapper {
|
||||
.aside-nav {
|
||||
display: block !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 856px) {
|
||||
.mail-wrapper {
|
||||
flex-direction: column;
|
||||
.page-aside {
|
||||
width: 100%;
|
||||
height: unset;
|
||||
min-height: unset;
|
||||
border-bottom: 1px solid #eee;
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
background: $transparent-bg;
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
.aside-header {
|
||||
padding-top: 25px;
|
||||
padding-bottom: 25px;
|
||||
background: $grey-color;
|
||||
}
|
||||
.aside-nav {
|
||||
background: $white-color;
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
}
|
||||
.mail-content {
|
||||
width: 100%;
|
||||
.inbox-head{
|
||||
flex-direction: column;
|
||||
align-items: left;
|
||||
h3 {
|
||||
font-size: 18px;
|
||||
}
|
||||
form {
|
||||
margin-left: 0px !important;
|
||||
margin-top: 15px;
|
||||
}
|
||||
}
|
||||
.email-head{
|
||||
h3 {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
.email-compose-fields {
|
||||
padding: 20px 15px;
|
||||
}
|
||||
}
|
||||
.mail-option {
|
||||
flex-direction: column;
|
||||
.email-filters-left {
|
||||
width: 100%;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
.toggle-email-nav {
|
||||
display: inline-block !important;
|
||||
}
|
||||
.table-inbox {
|
||||
tr {
|
||||
td {
|
||||
.badge {
|
||||
margin-top: 5px;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 767px){
|
||||
.wizard-container {
|
||||
margin-left: 15px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
.main-panel {
|
||||
.page-header {
|
||||
flex-direction: column;
|
||||
align-items: normal;
|
||||
position: relative;
|
||||
min-height: 43px;
|
||||
justify-content: center;
|
||||
.breadcrumbs {
|
||||
margin-left: 0px;
|
||||
padding-top: 15px;
|
||||
padding-left: 5px;
|
||||
padding-bottom: 0px;
|
||||
border-left: 0px;
|
||||
}
|
||||
.btn-group-page-header{
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.footer .container-fluid{
|
||||
flex-direction: column;
|
||||
.copyright {
|
||||
margin-left: 0 !important;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 576px){
|
||||
#chart-container {
|
||||
min-height: 250px;
|
||||
}
|
||||
|
||||
.form-check-inline {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: left;
|
||||
}
|
||||
|
||||
#calendar {
|
||||
.fc-toolbar {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
%fc-position-margin {
|
||||
margin: auto;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.fc-left {
|
||||
@extend %fc-position-margin;
|
||||
order: 1;
|
||||
}
|
||||
.fc-right {
|
||||
@extend %fc-position-margin;
|
||||
order: 3;
|
||||
}
|
||||
.fc-center {
|
||||
@extend %fc-position-margin;
|
||||
order: 2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.conversations {
|
||||
.conversations-body {
|
||||
padding: 1.5rem 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 350px){
|
||||
.quick_sidebar_open .quick-sidebar {
|
||||
width: 100%;
|
||||
padding: 20px;
|
||||
}
|
||||
}
|
||||
|
439
iris-web/source/app/static/assets/sass/atlantis/_responsive.scss
Normal file
439
iris-web/source/app/static/assets/sass/atlantis/_responsive.scss
Normal file
@ -0,0 +1,439 @@
|
||||
/* Responsive */
|
||||
@media screen and (max-width: 576px) {
|
||||
.row-card-no-pd {
|
||||
[class*=col-] {
|
||||
.card {
|
||||
&:before {
|
||||
width: calc(100% - 30px) !important;
|
||||
right: 15px !important;
|
||||
height: 1px !important;
|
||||
}
|
||||
}
|
||||
&:first-child {
|
||||
.card {
|
||||
&:before {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 991px) {
|
||||
.main-panel {
|
||||
&.full-height {
|
||||
> .content, > .content-full{
|
||||
margin-top: 0;
|
||||
}
|
||||
.navbar-header {
|
||||
min-height: 62px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.logo-header {
|
||||
line-height: 57px;
|
||||
}
|
||||
.toggle-nav-search {
|
||||
display: none;
|
||||
}
|
||||
#search-nav {
|
||||
display: block !important;
|
||||
}
|
||||
.sidebar {
|
||||
.scroll-element {
|
||||
opacity: 0;
|
||||
transition: all .2s;
|
||||
}
|
||||
&:hover .scroll-element {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
.sidebar[data-background-color] {
|
||||
&:before {
|
||||
background: rgba(255, 255, 255, 0.2) !important;
|
||||
z-index: 1000;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 991px) {
|
||||
.main-header[data-background-color] {
|
||||
.navbar-header {
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
}
|
||||
.sidebar {
|
||||
position: fixed;
|
||||
left: 0 !important;
|
||||
right: 0;
|
||||
-webkit-transform: translate3d(-270px, 0, 0);
|
||||
-moz-transform: translate3d(-270px, 0, 0);
|
||||
-o-transform: translate3d(-270px, 0, 0);
|
||||
-ms-transform: translate3d(-270px, 0, 0);
|
||||
transform: translate3d(-270px, 0, 0) !important;
|
||||
transition: all .5s;
|
||||
margin-top: 0px;
|
||||
&:before {
|
||||
background: none;
|
||||
}
|
||||
}
|
||||
.nav_open .sidebar {
|
||||
-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;
|
||||
border-right: 1px solid $grey-color;
|
||||
}
|
||||
.sidebar .sidebar-wrapper {
|
||||
padding-top: 0px;
|
||||
.sidebar-content {
|
||||
padding-top: 0px !important;
|
||||
}
|
||||
.scroll-element.scroll-y {
|
||||
top: 0px !important;
|
||||
}
|
||||
}
|
||||
.nav_open {
|
||||
overflow: hidden !important;
|
||||
.wrapper {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.main-panel, .main-header {
|
||||
-webkit-transform: translate3d(250px, 0, 0);
|
||||
-moz-transform: translate3d(250px, 0, 0);
|
||||
-o-transform: translate3d(250px, 0, 0);
|
||||
-ms-transform: translate3d(250px, 0, 0);
|
||||
transform: translate3d(250px, 0, 0) !important;
|
||||
}
|
||||
}
|
||||
.quick_sidebar_open .quick-sidebar {
|
||||
width: 350px;
|
||||
}
|
||||
.main-header {
|
||||
transition: all .5s;
|
||||
}
|
||||
#search-nav {
|
||||
margin: 0 auto !important;
|
||||
}
|
||||
.main-panel {
|
||||
width: 100%;
|
||||
transition: all .5s;
|
||||
.page-header {
|
||||
.dropdown-menu {
|
||||
&:after {
|
||||
right: 16px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.page-inner {
|
||||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
.page-sidebar {
|
||||
background: #fff;
|
||||
}
|
||||
.logo-header {
|
||||
display: flex;
|
||||
width: 100% !important;
|
||||
text-align: left;
|
||||
position: relative;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
.logo {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
.navbar-toggler {
|
||||
height: 100%;
|
||||
margin-left: 0px !important;
|
||||
opacity: 1;
|
||||
display: block;
|
||||
order: 1;
|
||||
}
|
||||
.more {
|
||||
opacity: 1;
|
||||
color: #545454;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
line-height: 56px;
|
||||
order: 3;
|
||||
width: unset;
|
||||
margin-left: auto;
|
||||
}
|
||||
.navbar-brand {
|
||||
position: unset !important;
|
||||
margin-right: 0px;
|
||||
}
|
||||
}
|
||||
.nav-search {
|
||||
width: 100%;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
.navbar-header {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
transform: translate3d(0, -200px, 0) !important;
|
||||
transition: all .5s;
|
||||
}
|
||||
.topbar_open {
|
||||
.navbar-header {
|
||||
transform: translate3d(0, 61px, 0) !important;
|
||||
padding: 6px;
|
||||
.navbar-nav {
|
||||
> .nav-item {
|
||||
.nav-link {
|
||||
i {
|
||||
font-size: 19px;
|
||||
}
|
||||
}
|
||||
&:last-child {
|
||||
.nav-link {
|
||||
padding: 0px !important;
|
||||
}
|
||||
.quick-sidebar-toggler {
|
||||
padding-left: 5px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.toggle-nav-search {
|
||||
display: list-item;
|
||||
}
|
||||
#search-nav {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
padding: 10px 15px 0px;
|
||||
order: 1;
|
||||
}
|
||||
.main-panel {
|
||||
transform: translate3d(0, 62px, 0) !important;
|
||||
}
|
||||
> .content {
|
||||
margin-top: 0px !important;
|
||||
}
|
||||
}
|
||||
.nav_open.topbar_open .main-panel {
|
||||
transform: translate3d(250px, 60px, 0) !important;
|
||||
}
|
||||
.navbar-header .navbar-nav {
|
||||
width: 100%;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
margin-left: 0px !important;
|
||||
position: relative;
|
||||
.dropdown {
|
||||
position: unset;
|
||||
}
|
||||
.dropdown-menu {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: 0 auto;
|
||||
max-width: 280px;
|
||||
}
|
||||
}
|
||||
.profile-pic span {
|
||||
display: none;
|
||||
}
|
||||
.nav-toggle{
|
||||
display: none;
|
||||
}
|
||||
.page-title{
|
||||
font-size: 18px;
|
||||
}
|
||||
.card {
|
||||
.card-title {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
.mail-wrapper {
|
||||
.mail-option {
|
||||
.email-filters-left {
|
||||
width: 50%;
|
||||
.btn-group {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Dropzone */
|
||||
.dropzone {
|
||||
padding: 20px 15px !important;
|
||||
.dz-message {
|
||||
.message {
|
||||
font-size: 23px;
|
||||
}
|
||||
.note {
|
||||
font-size: 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 856px) {
|
||||
.mail-wrapper {
|
||||
.aside-nav {
|
||||
display: block !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 856px) {
|
||||
.mail-wrapper {
|
||||
flex-direction: column;
|
||||
.page-aside {
|
||||
width: 100%;
|
||||
height: unset;
|
||||
min-height: unset;
|
||||
border-bottom: 1px solid #eee;
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
background: $transparent-bg;
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
.aside-header {
|
||||
padding-top: 25px;
|
||||
padding-bottom: 25px;
|
||||
background: $grey-color;
|
||||
}
|
||||
.aside-nav {
|
||||
background: $white-color;
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
}
|
||||
.mail-content {
|
||||
width: 100%;
|
||||
.inbox-head{
|
||||
flex-direction: column;
|
||||
align-items: left;
|
||||
h3 {
|
||||
font-size: 18px;
|
||||
}
|
||||
form {
|
||||
margin-left: 0px !important;
|
||||
margin-top: 15px;
|
||||
}
|
||||
}
|
||||
.email-head{
|
||||
h3 {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
.email-compose-fields {
|
||||
padding: 20px 15px;
|
||||
}
|
||||
}
|
||||
.mail-option {
|
||||
flex-direction: column;
|
||||
.email-filters-left {
|
||||
width: 100%;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
.toggle-email-nav {
|
||||
display: inline-block !important;
|
||||
}
|
||||
.table-inbox {
|
||||
tr {
|
||||
td {
|
||||
.badge {
|
||||
margin-top: 5px;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 767px){
|
||||
.wizard-container {
|
||||
margin-left: 15px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
.main-panel {
|
||||
.page-header {
|
||||
flex-direction: column;
|
||||
align-items: normal;
|
||||
position: relative;
|
||||
min-height: 43px;
|
||||
justify-content: center;
|
||||
.breadcrumbs {
|
||||
margin-left: 0px;
|
||||
padding-top: 15px;
|
||||
padding-left: 5px;
|
||||
padding-bottom: 0px;
|
||||
border-left: 0px;
|
||||
}
|
||||
.btn-group-page-header{
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.footer .container-fluid{
|
||||
flex-direction: column;
|
||||
.copyright {
|
||||
margin-left: 0 !important;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 576px){
|
||||
#chart-container {
|
||||
min-height: 250px;
|
||||
}
|
||||
|
||||
.form-check-inline {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: left;
|
||||
}
|
||||
|
||||
#calendar {
|
||||
.fc-toolbar {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
%fc-position-margin {
|
||||
margin: auto;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.fc-left {
|
||||
@extend %fc-position-margin;
|
||||
order: 1;
|
||||
}
|
||||
.fc-right {
|
||||
@extend %fc-position-margin;
|
||||
order: 3;
|
||||
}
|
||||
.fc-center {
|
||||
@extend %fc-position-margin;
|
||||
order: 2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.conversations {
|
||||
.conversations-body {
|
||||
padding: 1.5rem 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 350px){
|
||||
.quick_sidebar_open .quick-sidebar {
|
||||
width: 100%;
|
||||
padding: 20px;
|
||||
}
|
||||
}
|
||||
|
184
iris-web/source/app/static/assets/sass/atlantis/_typography.scss
Normal file
184
iris-web/source/app/static/assets/sass/atlantis/_typography.scss
Normal file
@ -0,0 +1,184 @@
|
||||
/* Typography */
|
||||
|
||||
body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple, .alert, a, .td-name, td, button.close {
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-family: 'Lato', sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 14px;
|
||||
color: $body-text-color;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $primary-color;
|
||||
&:hover, &:focus {
|
||||
color: $primary2-color;
|
||||
}
|
||||
}
|
||||
|
||||
h1,
|
||||
.h1
|
||||
{
|
||||
font-size: 1.725rem;
|
||||
}
|
||||
|
||||
h2,
|
||||
.h2
|
||||
{
|
||||
font-size: 1.35rem;
|
||||
}
|
||||
|
||||
h3,
|
||||
.h3
|
||||
{
|
||||
font-size: 1.1625rem;
|
||||
}
|
||||
|
||||
h4,
|
||||
.h4
|
||||
{
|
||||
font-size: 1.0375rem;
|
||||
}
|
||||
|
||||
h5,
|
||||
.h5
|
||||
{
|
||||
font-size: .9125rem;
|
||||
}
|
||||
|
||||
h6,
|
||||
.h6
|
||||
{
|
||||
font-size: .825rem;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 14px;
|
||||
line-height: 1.82;
|
||||
margin-bottom: 1rem;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
|
||||
line-height: 1.4;
|
||||
a {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
small, .small {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
b, .b, strong, .strong{
|
||||
font-weight: $font-weight-bold;
|
||||
}
|
||||
|
||||
.page-pretitle{
|
||||
letter-spacing: .08em;
|
||||
text-transform: uppercase;
|
||||
color: #95aac9;
|
||||
}
|
||||
|
||||
.page-title {
|
||||
font-size: 23px;
|
||||
font-weight: $font-weight-bold;
|
||||
color: #444444;
|
||||
line-height: 30px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.page-category {
|
||||
color: #444444;
|
||||
line-height: 1.8;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
.text-primary, .text-primary a {
|
||||
color: $primary-color !important;
|
||||
&:hover {
|
||||
color: $primary-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
.text-secondary, .text-secondary a {
|
||||
color: $secondary-color !important;
|
||||
&:hover {
|
||||
color: $secondary-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
.text-info, .text-info a {
|
||||
color: $info-color !important;
|
||||
&:hover {
|
||||
color: $info-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
.text-success, .text-success a {
|
||||
color: $success-color !important;
|
||||
&:hover {
|
||||
color: $success-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
.text-warning, .text-warning a {
|
||||
color: $warning-color !important;
|
||||
&:hover {
|
||||
color: $warning-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
.text-danger, .text-danger a {
|
||||
color: $danger-color !important;
|
||||
&:hover {
|
||||
color: $danger-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
label {
|
||||
color: #495057 !important;
|
||||
font-size: 14px !important;
|
||||
}
|
||||
|
||||
.text-small {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.metric-value {
|
||||
margin-bottom: 5px;
|
||||
line-height: 1;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.metric-label {
|
||||
font-size: .975rem;
|
||||
font-weight: 500;
|
||||
color: #686f76;
|
||||
white-space: nowrap;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/* Font-weight */
|
||||
|
||||
.fw-light {
|
||||
font-weight: $font-weight-light !important;
|
||||
}
|
||||
|
||||
.fw-normal {
|
||||
font-weight: $font-weight-normal !important;
|
||||
}
|
||||
|
||||
.fw-mediumbold {
|
||||
font-weight: $font-weight-normal !important;
|
||||
}
|
||||
|
||||
.fw-bold {
|
||||
font-weight: $font-weight-bold !important;
|
||||
}
|
||||
|
||||
.fw-extrabold {
|
||||
font-weight: $font-weight-extrabold !important;
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
//## For each of Bootstrap's buttons, define text, background and border color.
|
||||
|
||||
$body-text-color: #575962;
|
||||
$white-color: #ffffff;
|
||||
$grey-color: #f1f1f1;
|
||||
$grey2-color: #f9fbfd;
|
||||
$black-color: #191919;
|
||||
$transparent-bg : transparent;
|
||||
$dark-color : #1a2035;
|
||||
$dark2-color : #1f283e;
|
||||
$primary-color : #1572E8;
|
||||
$primary2-color : #1269DB;
|
||||
$secondary-color : #6861CE;
|
||||
$secondary2-color : #5C55BF;
|
||||
$info-color : #48ABF7;
|
||||
$info2-color : #3697E1;
|
||||
$success-color : #31CE36;
|
||||
$success2-color : #2BB930;
|
||||
$warning-color : #FFAD46;
|
||||
$warning2-color : #FF9E27;
|
||||
$danger-color : #F25961;
|
||||
$danger2-color : #EA4d56;
|
||||
|
||||
// Font Weight
|
||||
$font-weight-light : 300;
|
||||
$font-weight-normal : 400;
|
||||
$font-weight-bold : 600;
|
||||
$font-weight-extrabold : 700;
|
@ -0,0 +1,71 @@
|
||||
.activity-feed {
|
||||
padding: 15px;
|
||||
list-style: none;
|
||||
.feed-item {
|
||||
position: relative;
|
||||
padding-bottom: 20px;
|
||||
padding-left: 30px;
|
||||
border-left: 2px solid #e4e8eb;
|
||||
&:last-child {
|
||||
border-color: transparent;
|
||||
}
|
||||
&::after {
|
||||
content: "";
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: -7px;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
border-radius: 50%;
|
||||
background: #177dff;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@mixin feed-item-state($color) {
|
||||
background: $color !important;
|
||||
}
|
||||
|
||||
.feed-item-default::after {
|
||||
@include feed-item-state($dark-color);
|
||||
}
|
||||
|
||||
.feed-item-primary::after {
|
||||
@include feed-item-state($primary-color);
|
||||
}
|
||||
|
||||
.feed-item-secondary::after {
|
||||
@include feed-item-state($secondary-color);
|
||||
}
|
||||
|
||||
.feed-item-success::after {
|
||||
@include feed-item-state($success-color);
|
||||
}
|
||||
|
||||
.feed-item-danger::after {
|
||||
@include feed-item-state($danger-color);
|
||||
}
|
||||
|
||||
.feed-item-info::after {
|
||||
@include feed-item-state($info-color);
|
||||
}
|
||||
|
||||
.feed-item-warning::after {
|
||||
@include feed-item-state($warning-color);
|
||||
}
|
||||
|
||||
.activity-feed .feed-item {
|
||||
.date {
|
||||
display: block;
|
||||
position: relative;
|
||||
top: -5px;
|
||||
color: #8c96a3;
|
||||
text-transform: uppercase;
|
||||
font-size: 13px;
|
||||
}
|
||||
.text {
|
||||
position: relative;
|
||||
top: -3px;
|
||||
}
|
||||
}
|
@ -0,0 +1,86 @@
|
||||
/* Alert */
|
||||
|
||||
.alert {
|
||||
border: 0px;
|
||||
position: relative;
|
||||
padding: .95rem 1.25rem;
|
||||
border-radius: 1px;
|
||||
color: inherit;
|
||||
background-color: $white-color;
|
||||
-webkit-box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
|
||||
-moz-box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
|
||||
box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
|
||||
[data-notify="icon"] {
|
||||
display: block;
|
||||
&::before {
|
||||
line-height: 35px;
|
||||
font-size: 22px;
|
||||
display: block;
|
||||
left: 15px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
border-radius: 30px;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
[data-notify="title"] {
|
||||
display: block;
|
||||
color: #2b2b2b;
|
||||
font-weight: $font-weight-extrabold;
|
||||
font-size: 14px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
[data-notify="message"] {
|
||||
font-size: 13px;
|
||||
color: #908e8e;
|
||||
}
|
||||
.close {
|
||||
background: rgba(255, 255, 255, 0.8);
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
line-height: 25px;
|
||||
top: 12px !important;
|
||||
border-radius: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
/* Alert States */
|
||||
|
||||
@mixin alert-state($color){
|
||||
border-left: 4px solid $color;
|
||||
[data-notify="icon"]:before {
|
||||
background: $color;
|
||||
}
|
||||
}
|
||||
|
||||
.alert-default {
|
||||
@include alert-state($dark-color);
|
||||
}
|
||||
|
||||
.alert-primary {
|
||||
@include alert-state($primary-color);
|
||||
}
|
||||
|
||||
.alert-secondary {
|
||||
@include alert-state($secondary-color);
|
||||
}
|
||||
|
||||
.alert-info {
|
||||
@include alert-state($info-color);
|
||||
}
|
||||
|
||||
.alert-success {
|
||||
@include alert-state($success-color);
|
||||
}
|
||||
|
||||
.alert-warning {
|
||||
@include alert-state($warning-color);
|
||||
}
|
||||
|
||||
.alert-danger {
|
||||
@include alert-state($danger-color);
|
||||
}
|
@ -0,0 +1,191 @@
|
||||
/* Avatar */
|
||||
|
||||
.avatar {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.avatar-img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
-o-object-fit: cover;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.avatar-title {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: $secondary-color;
|
||||
color: #fff;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.avatar-online::before, .avatar-offline::before, .avatar-away::before {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
width: 25%;
|
||||
height: 25%;
|
||||
border-radius: 50%;
|
||||
content: '';
|
||||
border: 2px solid #fff;
|
||||
}
|
||||
|
||||
.avatar-online::before {
|
||||
background-color: $success-color;
|
||||
}
|
||||
|
||||
.avatar-offline::before {
|
||||
background-color: #97a2b1;
|
||||
}
|
||||
|
||||
|
||||
.avatar-away::before {
|
||||
background-color: $warning-color;
|
||||
}
|
||||
|
||||
.avatar {
|
||||
width: 3rem;
|
||||
height: 3rem;
|
||||
.border {
|
||||
border-width: 3px !important;
|
||||
}
|
||||
.rounded {
|
||||
border-radius: 6px !important;
|
||||
}
|
||||
.avatar-title {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
.avatar-xs {
|
||||
width: 1.65rem;
|
||||
height: 1.65rem;
|
||||
.border {
|
||||
border-width: 2px !important;
|
||||
}
|
||||
.rounded {
|
||||
border-radius: 4px !important;
|
||||
}
|
||||
.avatar-title {
|
||||
font-size: 12px;
|
||||
}
|
||||
&.avatar-online::before, &.avatar-offline::before, &.avatar-away::before {
|
||||
border-width: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
.avatar-sm {
|
||||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
.border {
|
||||
border-width: 3px !important;
|
||||
}
|
||||
.rounded {
|
||||
border-radius: 4px !important;
|
||||
}
|
||||
.avatar-title {
|
||||
font-size: 15px;
|
||||
}
|
||||
&.avatar-online::before, &.avatar-offline::before, &.avatar-away::before {
|
||||
border-width: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
.avatar-lg {
|
||||
width: 3.75rem;
|
||||
height: 3.75rem;
|
||||
.border {
|
||||
border-width: 3px !important;
|
||||
}
|
||||
.rounded {
|
||||
border-radius: 8px !important;
|
||||
}
|
||||
.avatar-title {
|
||||
font-size: 24px;
|
||||
}
|
||||
&.avatar-online::before, &.avatar-offline::before, &.avatar-away::before {
|
||||
border-width: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
.avatar-xl {
|
||||
width: 5rem;
|
||||
height: 5rem;
|
||||
.border {
|
||||
border-width: 4px !important;
|
||||
}
|
||||
.rounded {
|
||||
border-radius: 8px !important;
|
||||
}
|
||||
.avatar-title {
|
||||
font-size: 28px;
|
||||
}
|
||||
&.avatar-online::before, &.avatar-offline::before, &.avatar-away::before {
|
||||
border-width: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.avatar-xxl {
|
||||
width: 5.125rem;
|
||||
height: 5.125rem;
|
||||
.border {
|
||||
border-width: 6px !important;
|
||||
}
|
||||
.rounded {
|
||||
border-radius: 8px !important;
|
||||
}
|
||||
.avatar-title {
|
||||
font-size: 30px;
|
||||
}
|
||||
&.avatar-online::before, &.avatar-offline::before, &.avatar-away::before {
|
||||
border-width: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.avatar-xxl {
|
||||
width: 8rem;
|
||||
height: 8rem;
|
||||
.border {
|
||||
border-width: 4px !important;
|
||||
}
|
||||
.rounded {
|
||||
border-radius: 12px !important;
|
||||
}
|
||||
.avatar-title {
|
||||
font-size: 42px;
|
||||
}
|
||||
&.avatar-online::before, &.avatar-offline::before, &.avatar-away::before {
|
||||
border-width: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.avatar-group {
|
||||
display: inline-flex;
|
||||
.avatar + .avatar {
|
||||
margin-left: -.75rem;
|
||||
}
|
||||
.avatar-xs + .avatar-xs {
|
||||
margin-left: -.40625rem;
|
||||
}
|
||||
.avatar-sm + .avatar-sm {
|
||||
margin-left: -.625rem;
|
||||
}
|
||||
.avatar-lg + .avatar-lg {
|
||||
margin-left: -1rem;
|
||||
}
|
||||
.avatar-xl + .avatar-xl {
|
||||
margin-left: -1.28125rem;
|
||||
}
|
||||
.avatar:hover {
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.border-dark {
|
||||
border-color: #202940 !important;
|
||||
}
|
@ -0,0 +1,46 @@
|
||||
/* Badge */
|
||||
|
||||
.badge {
|
||||
border-radius: 50px;
|
||||
margin-left: auto;
|
||||
line-height: 1;
|
||||
padding: 6px 10px;
|
||||
vertical-align: middle;
|
||||
font-weight: $font-weight-normal;
|
||||
font-size: 11px;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
|
||||
[class*="badge-"]:not(.badge-count) {
|
||||
border: 0px !important;
|
||||
}
|
||||
|
||||
.badge-default {
|
||||
background: $dark-color;
|
||||
color: $white-color !important;
|
||||
}
|
||||
|
||||
.badge-primary {
|
||||
background: $primary-color;
|
||||
}
|
||||
|
||||
.badge-secondary {
|
||||
background: $secondary-color;
|
||||
}
|
||||
|
||||
.badge-info {
|
||||
background: $info-color;
|
||||
}
|
||||
|
||||
.badge-success {
|
||||
background-color: $success-color;
|
||||
}
|
||||
|
||||
.badge-warning {
|
||||
background: $warning-color;
|
||||
color: $white-color !important;
|
||||
}
|
||||
|
||||
.badge-danger {
|
||||
background-color: $danger-color;
|
||||
}
|
@ -0,0 +1,31 @@
|
||||
/* Breadcrumb */
|
||||
.breadcrumbs {
|
||||
list-style: none;
|
||||
display: inline;
|
||||
width: auto;
|
||||
border-left: 1px solid #efefef;
|
||||
margin-left: 25px;
|
||||
padding-left: 25px;
|
||||
margin-bottom: 0px;
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
height: 100%;
|
||||
li {
|
||||
display: inline-block;
|
||||
a {
|
||||
color: $body-text-color;
|
||||
font-size: 13px;
|
||||
i {
|
||||
font-size: 16px;
|
||||
}
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
&.separator {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,307 @@
|
||||
/* Button */
|
||||
|
||||
.btn {
|
||||
padding: .65rem 1.4rem;
|
||||
font-size: 14px;
|
||||
opacity: 1;
|
||||
border-radius: 3px;
|
||||
&:hover, &:focus {
|
||||
opacity: 0.9;
|
||||
|
||||
}
|
||||
.btn-label{
|
||||
display: inline-block;
|
||||
i {
|
||||
font-size: 16px;
|
||||
vertical-align: middle;
|
||||
margin-right: 2px;
|
||||
margin-left: -2px;
|
||||
line-height: 0;
|
||||
margin-top: -2.5px;
|
||||
}
|
||||
&.just-icon i{
|
||||
margin-left: 0 !important;
|
||||
margin-right: 0px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Button Sizes */
|
||||
.btn-lg {
|
||||
font-size: 15px;
|
||||
border-radius: 3px;
|
||||
padding: 12.5px 27.5px;
|
||||
font-weight: $font-weight-normal;
|
||||
.btn-label{
|
||||
i {
|
||||
font-size: 27px;
|
||||
vertical-align: middle;
|
||||
margin-right: 2px;
|
||||
margin-left: -7px;
|
||||
line-height: 0;
|
||||
margin-top: -2.5px;
|
||||
}
|
||||
&.just-icon i{
|
||||
margin-left: 0 !important;
|
||||
margin-right: 0px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.btn-sm {
|
||||
font-size: 11px;
|
||||
padding: 7px 13px;
|
||||
}
|
||||
|
||||
.btn-xs {
|
||||
font-size: 10px;
|
||||
padding: 5px 9px;
|
||||
}
|
||||
|
||||
.btn {
|
||||
&.disabled:hover, &:hover:disabled {
|
||||
opacity: 0.65;
|
||||
}
|
||||
}
|
||||
|
||||
/* Button Icon */
|
||||
.btn-icon{
|
||||
font-size: .9375rem;
|
||||
height: 2.5125rem;
|
||||
line-height: normal;
|
||||
min-width: 2.5125rem;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
width: 2.5125rem;
|
||||
&.btn-lg {
|
||||
height: 2.75rem;
|
||||
min-width: 2.75rem;
|
||||
width: 2.75rem;
|
||||
}
|
||||
&.btn-sm {
|
||||
height: 2rem;
|
||||
min-width: 2rem;
|
||||
width: 2rem;
|
||||
}
|
||||
&.btn-xs {
|
||||
height: 1.6875rem;
|
||||
min-width: 1.6875rem;
|
||||
width: 1.6875rem;
|
||||
}
|
||||
}
|
||||
|
||||
/* Button States */
|
||||
.btn-white {
|
||||
background: $white-color !important;
|
||||
color: $dark-color !important;
|
||||
&:hover, &:focus, &:disabled {
|
||||
background: $white-color !important;
|
||||
color: $dark-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-default {
|
||||
background: $dark-color !important;
|
||||
color: $white-color !important;
|
||||
&:hover, &:focus, &:disabled {
|
||||
background: $dark-color !important;
|
||||
color: $white-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
background: $primary-color !important;
|
||||
border-color: $primary-color !important;
|
||||
&:hover, &:focus, &:disabled {
|
||||
background: $primary-color !important;
|
||||
border-color: $primary-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-secondary {
|
||||
background: $secondary-color !important;
|
||||
border-color: $secondary-color !important;
|
||||
&:hover, &:focus, &:disabled {
|
||||
background: $secondary-color !important;
|
||||
border-color: $secondary-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-info {
|
||||
background: $info-color !important;
|
||||
border-color: $info-color !important;
|
||||
&:hover, &:focus, &:disabled {
|
||||
background: $info-color !important;
|
||||
border-color: $info-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-success {
|
||||
background: $success-color !important;
|
||||
border-color: $success-color !important;
|
||||
&:hover, &:focus, &:disabled {
|
||||
background: $success-color !important;
|
||||
border-color: $success-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-warning {
|
||||
background: $warning-color !important;
|
||||
border-color: $warning-color !important;
|
||||
color: $white-color !important;
|
||||
&:hover, &:focus, &:disabled {
|
||||
background: $warning-color !important;
|
||||
border-color: $warning-color !important;
|
||||
color: $white-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-danger {
|
||||
background: $danger-color !important;
|
||||
border-color: $danger-color !important;
|
||||
&:hover, &:focus, &:disabled {
|
||||
background: $danger-color !important;
|
||||
border-color: $danger-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-light{
|
||||
background: $white-color !important;
|
||||
border-color: transparent;
|
||||
&:hover, &:focus, &:disabled {
|
||||
background: #ebecec !important;
|
||||
border-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-dropdown-card-header {
|
||||
padding: 0;
|
||||
background: transparent;
|
||||
color: inherit;
|
||||
font-size: 15px;
|
||||
&:after {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* Button Border */
|
||||
@mixin btn-border($color) {
|
||||
color: $color !important;
|
||||
border: 1px solid $color !important;
|
||||
}
|
||||
|
||||
.btn-border {
|
||||
background: $transparent-bg !important;
|
||||
&:hover, &:focus {
|
||||
background: $transparent-bg !important;
|
||||
}
|
||||
&.btn-white {
|
||||
@include btn-border($white-color);
|
||||
}
|
||||
&.btn-default {
|
||||
@include btn-border($dark-color);
|
||||
}
|
||||
&.btn-primary {
|
||||
@include btn-border($primary-color);
|
||||
}
|
||||
&.btn-secondary {
|
||||
@include btn-border($secondary-color);
|
||||
}
|
||||
&.btn-info {
|
||||
@include btn-border($info-color);
|
||||
}
|
||||
&.btn-success {
|
||||
@include btn-border($success-color);
|
||||
}
|
||||
&.btn-warning {
|
||||
@include btn-border($warning-color);
|
||||
}
|
||||
|
||||
&.btn-danger {
|
||||
@include btn-border($danger-color);
|
||||
}
|
||||
&.btn-light {
|
||||
border: 1px solid #efefef;
|
||||
background: #fff !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* Button Rounded */
|
||||
.btn-round {
|
||||
border-radius: 100px !important;
|
||||
}
|
||||
|
||||
/* Button Link */
|
||||
@mixin btn-link($color) {
|
||||
color: $color !important;
|
||||
&:hover {
|
||||
color: $color !important;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-link {
|
||||
border: 0 !important;
|
||||
background: $transparent-bg !important;
|
||||
&:hover, &:focus {
|
||||
text-decoration: underline !important;
|
||||
background: $transparent-bg !important;
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
&.btn-default {
|
||||
@include btn-link($dark-color);
|
||||
}
|
||||
|
||||
&.btn-primary {
|
||||
@include btn-link($primary-color);
|
||||
}
|
||||
|
||||
&.btn-secondary {
|
||||
@include btn-link($secondary-color);
|
||||
}
|
||||
|
||||
&.btn-info {
|
||||
@include btn-link($info-color);
|
||||
}
|
||||
|
||||
&.btn-success {
|
||||
@include btn-link($success-color);
|
||||
}
|
||||
|
||||
&.btn-warning {
|
||||
@include btn-link($warning-color);
|
||||
}
|
||||
|
||||
&.btn-danger {
|
||||
@include btn-link($danger-color);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.toggle-on.btn {
|
||||
color: $white-color !important;
|
||||
}
|
||||
|
||||
.toggle-handle {
|
||||
background: $white-color !important;
|
||||
&:hover {
|
||||
background: $white-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-round .toggle-handle {
|
||||
border-radius: 50px;
|
||||
}
|
||||
|
||||
.btn-rounded {
|
||||
border-radius: 60px !important;
|
||||
}
|
||||
|
||||
.btn-full {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.btn-no-radius {
|
||||
border-radius: 0px;
|
||||
}
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,50 @@
|
||||
/* Chart Circle */
|
||||
.chart-circle {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
.circles-text {
|
||||
font-size: 25px !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* Chart JS Container */
|
||||
.chart-container {
|
||||
min-height: 300px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* HTML legend */
|
||||
.html-legend {
|
||||
list-style: none;
|
||||
cursor: pointer;
|
||||
padding-left: 0;
|
||||
text-align: center;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.html-legend li {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
padding: 0 5px;
|
||||
margin-right: 5px;
|
||||
margin-bottom: 6px;
|
||||
color: #8d9498;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.html-legend li.hidden {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
.html-legend li span {
|
||||
border-radius: 15px;
|
||||
display: inline-block;
|
||||
height: 15px;
|
||||
margin-right: 10px;
|
||||
width: 15px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.jqstooltip{
|
||||
box-sizing: content-box;
|
||||
}
|
@ -0,0 +1,42 @@
|
||||
.colorinput {
|
||||
margin: 0;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.colorinput-input {
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.colorinput-color {
|
||||
display: inline-block;
|
||||
width: 1.75rem;
|
||||
height: 1.75rem;
|
||||
border-radius: 3px;
|
||||
border: 1px solid rgba(0, 40, 100, 0.12);
|
||||
color: #fff;
|
||||
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
||||
&:before {
|
||||
content: '';
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
top: .25rem;
|
||||
left: .25rem;
|
||||
height: 1.25rem;
|
||||
width: 1.25rem;
|
||||
transition: .3s opacity;
|
||||
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") no-repeat center (center / 50%) 50%;
|
||||
}
|
||||
}
|
||||
|
||||
.colorinput-input {
|
||||
&:checked ~ .colorinput-color:before {
|
||||
opacity: 1;
|
||||
}
|
||||
&:focus ~ .colorinput-color {
|
||||
border-color: #467fcf;
|
||||
box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25);
|
||||
}
|
||||
}
|
@ -0,0 +1,334 @@
|
||||
/* Dropdown */
|
||||
.dropdown-menu {
|
||||
border: 0px;
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 1px 11px rgba(0, 0, 0, 0.15) !important;
|
||||
padding-bottom: 8px;
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
/* Notification dropdown */
|
||||
|
||||
.dropdown-title {
|
||||
border-bottom: 1px solid $grey-color;
|
||||
color: #444444;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
padding: 12px 15px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.notif-box, .messages-notif-box {
|
||||
width: 280px;
|
||||
padding: 0 !important;
|
||||
.notif-center a {
|
||||
display: flex;
|
||||
color: #4d585f;
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
background: #fafafa;
|
||||
transition: all .2s;
|
||||
}
|
||||
.notif-icon {
|
||||
display: inline-flex;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
margin: 10px;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: #eee;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.notif-img {
|
||||
display: inline-flex;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
margin: 10px;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: #eee;
|
||||
border-radius: 50%;
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 50%;
|
||||
}
|
||||
}
|
||||
.notif-icon {
|
||||
&.notif-default, &.notif-primary, &.notif-secondary, &.notif-info, &.notif-success, &.notif-warning, &.notif-danger {
|
||||
color: $white-color !important;
|
||||
}
|
||||
&.notif-default {
|
||||
background: $dark-color !important;
|
||||
}
|
||||
&.notif-primary {
|
||||
background: $primary-color !important;
|
||||
}
|
||||
&.notif-secondary {
|
||||
background: $secondary-color !important;
|
||||
}
|
||||
&.notif-info {
|
||||
background: $info-color !important;
|
||||
}
|
||||
&.notif-success {
|
||||
background: $success-color !important;
|
||||
}
|
||||
&.notif-warning {
|
||||
background: $warning-color !important;
|
||||
}
|
||||
&.notif-danger {
|
||||
background: $danger-color !important;
|
||||
}
|
||||
i {
|
||||
font-size: 15px;
|
||||
}
|
||||
}
|
||||
.notif-content {
|
||||
padding: 10px 15px 10px 0;
|
||||
}
|
||||
.message-content {
|
||||
padding: 7px 15px 10px 0;
|
||||
}
|
||||
.notif-content {
|
||||
.subject {
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
display: block;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
.block {
|
||||
font-size: 13px;
|
||||
line-height: 20px;
|
||||
display: block;
|
||||
}
|
||||
.time {
|
||||
color: #7d8c95;
|
||||
font-size: 11px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.see-all {
|
||||
border-top: 1px solid $grey-color;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 10px 20px;
|
||||
color: #555;
|
||||
font-size: 13px;
|
||||
font-weight: $font-weight-normal;
|
||||
text-decoration: none;
|
||||
&:hover {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 10px 20px;
|
||||
color: #555;
|
||||
font-size: 13px;
|
||||
font-weight: $font-weight-normal;
|
||||
text-decoration: none;
|
||||
}
|
||||
i {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.notif-box {
|
||||
.notif-scroll {
|
||||
max-height: 256px;
|
||||
}
|
||||
}
|
||||
|
||||
.messages-notif-box {
|
||||
.message-notif-scroll {
|
||||
max-height: 250px;
|
||||
}
|
||||
.notif-center a {
|
||||
border-bottom: 1px solid $grey-color;
|
||||
&:last-child {
|
||||
border-bottom: 0px;
|
||||
}
|
||||
.notif-content {
|
||||
padding: 7px 15px 7px 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* User Dropdown */
|
||||
|
||||
.dropdown-user {
|
||||
width: 260px;
|
||||
}
|
||||
|
||||
.user-box {
|
||||
display: flex;
|
||||
padding: .25rem 1rem;
|
||||
.u-text {
|
||||
padding: 0 10px;
|
||||
h4 {
|
||||
margin-bottom: 5px;
|
||||
margin-top: 4px;
|
||||
font-size: 14px;
|
||||
font-weight: $font-weight-normal;
|
||||
line-height: 1;
|
||||
}
|
||||
.text-muted {
|
||||
font-size: 12px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.btn {
|
||||
font-size: 11px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.caret {
|
||||
display: inline-block;
|
||||
width: 0;
|
||||
height: 0;
|
||||
margin-left: .255em;
|
||||
vertical-align: .255em;
|
||||
content: "";
|
||||
border-top: .3em solid;
|
||||
border-right: .3em solid $transparent-bg;
|
||||
border-bottom: 0;
|
||||
border-left: .3em solid $transparent-bg;
|
||||
}
|
||||
|
||||
/* Quick Actions Dropdown */
|
||||
.quick-actions {
|
||||
width: 350px;
|
||||
padding: 0px;
|
||||
&:after {
|
||||
border-bottom-color: $primary-color !important;
|
||||
}
|
||||
.quick-actions-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
background: $primary-color;
|
||||
color: #fff;
|
||||
padding: 15px;
|
||||
border-radius: 3px 3px 0 0;
|
||||
.title {
|
||||
font-size: 18px;
|
||||
}
|
||||
.subtitle {
|
||||
font-size: 13px;
|
||||
}
|
||||
}
|
||||
.quick-actions-items {
|
||||
padding: 15px 7.5px;
|
||||
}
|
||||
a {
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
.quick-actions-item {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin: 7.5px 7.5px;
|
||||
padding: 10px;
|
||||
align-items: center;
|
||||
color: #1572E8;
|
||||
border: 1px solid $grey-color;
|
||||
border-bottom: 1px solid $grey-color;
|
||||
border-radius: 3px;
|
||||
transition: all .2s;
|
||||
&:hover {
|
||||
background: #fdfdff;
|
||||
color: $primary-color;
|
||||
box-shadow: 3px 3px 10px #f7f1f1
|
||||
}
|
||||
i {
|
||||
color: #7d8c95;
|
||||
font-size: 27px;
|
||||
}
|
||||
.text {
|
||||
text-align: center;
|
||||
font-size: 13px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
}
|
||||
@mixin quick-actions-state($color) {
|
||||
&:after {
|
||||
border-bottom-color: $color !important;
|
||||
}
|
||||
.quick-actions-header {
|
||||
background: $color;
|
||||
}
|
||||
.quick-actions-item {
|
||||
color: $color;
|
||||
}
|
||||
}
|
||||
&.quick-actions-default {
|
||||
@include quick-actions-state($dark-color);
|
||||
}
|
||||
&.quick-actions-primary {
|
||||
@include quick-actions-state($primary-color);
|
||||
}
|
||||
&.quick-actions-secondary {
|
||||
@include quick-actions-state($secondary-color);
|
||||
}
|
||||
&.quick-actions-info {
|
||||
@include quick-actions-state($info-color);
|
||||
}
|
||||
&.quick-actions-warning {
|
||||
@include quick-actions-state($warning-color);
|
||||
}
|
||||
&.quick-actions-success {
|
||||
@include quick-actions-state($success-color);
|
||||
}
|
||||
&.quick-actions-danger {
|
||||
@include quick-actions-state($danger-color);
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 991px) {
|
||||
|
||||
%max-height-notif {
|
||||
max-height: calc(100vh - 200px);
|
||||
}
|
||||
.notif-box {
|
||||
.notif-scroll {
|
||||
@extend %max-height-notif;
|
||||
}
|
||||
}
|
||||
|
||||
.messages-notif-box {
|
||||
.message-notif-scroll {
|
||||
@extend %max-height-notif;
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-user {
|
||||
.dropdown-user-scroll {
|
||||
max-height: calc(100vh - 132px);
|
||||
}
|
||||
}
|
||||
|
||||
.quick-actions {
|
||||
.quick-actions-scroll {
|
||||
@extend %max-height-notif;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 991px){
|
||||
.navbar-header {
|
||||
.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,69 @@
|
||||
.gutters-0 {
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
> {
|
||||
.col, [class*="col-"] {
|
||||
padding-right: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
.card {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.gutters-xs {
|
||||
margin-right: -0.25rem;
|
||||
margin-left: -0.25rem;
|
||||
> {
|
||||
.col, [class*="col-"] {
|
||||
padding-right: 0.25rem;
|
||||
padding-left: 0.25rem;
|
||||
}
|
||||
}
|
||||
.card {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.gutters-sm {
|
||||
margin-right: -0.5rem;
|
||||
margin-left: -0.5rem;
|
||||
> {
|
||||
.col, [class*="col-"] {
|
||||
padding-right: 0.5rem;
|
||||
padding-left: 0.5rem;
|
||||
}
|
||||
}
|
||||
.card {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.gutters-lg {
|
||||
margin-right: -1rem;
|
||||
margin-left: -1rem;
|
||||
> {
|
||||
.col, [class*="col-"] {
|
||||
padding-right: 1rem;
|
||||
padding-left: 1rem;
|
||||
}
|
||||
}
|
||||
.card {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
.gutters-xl {
|
||||
margin-right: -1.5rem;
|
||||
margin-left: -1.5rem;
|
||||
> {
|
||||
.col, [class*="col-"] {
|
||||
padding-right: 1.5rem;
|
||||
padding-left: 1.5rem;
|
||||
}
|
||||
}
|
||||
.card {
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
}
|
@ -0,0 +1,95 @@
|
||||
.imagecheck {
|
||||
margin: 0;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.imagecheck-input {
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.imagecheck-figure {
|
||||
border: 1px solid rgba(0, 40, 100, 0.12);
|
||||
border-radius: 3px;
|
||||
margin: 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.imagecheck-input {
|
||||
&:focus ~ .imagecheck-figure {
|
||||
border-color: $primary-color;
|
||||
box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25);
|
||||
}
|
||||
&:checked ~ .imagecheck-figure {
|
||||
border-color: rgba(0, 40, 100, 0.24);
|
||||
}
|
||||
}
|
||||
|
||||
.imagecheck-figure:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: .25rem;
|
||||
left: .25rem;
|
||||
display: block;
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
pointer-events: none;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
background: $primary-color url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") no-repeat center (center / 50%) 50%;
|
||||
color: #fff;
|
||||
z-index: 1;
|
||||
border-radius: 3px;
|
||||
opacity: 0;
|
||||
transition: .3s opacity;
|
||||
}
|
||||
|
||||
.imagecheck-input:checked ~ .imagecheck-figure:before {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.imagecheck-image {
|
||||
max-width: 100%;
|
||||
opacity: .64;
|
||||
transition: .3s opacity;
|
||||
&:first-child {
|
||||
border-top-left-radius: 2px;
|
||||
border-top-right-radius: 2px;
|
||||
}
|
||||
&:last-child {
|
||||
border-bottom-left-radius: 2px;
|
||||
border-bottom-right-radius: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
.imagecheck:hover .imagecheck-image {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.imagecheck-input {
|
||||
&:focus ~ .imagecheck-figure .imagecheck-image, &:checked ~ .imagecheck-figure .imagecheck-image {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.imagecheck-caption {
|
||||
text-align: center;
|
||||
padding: .25rem .25rem;
|
||||
color: #9aa0ac;
|
||||
font-size: 0.875rem;
|
||||
transition: .3s color;
|
||||
}
|
||||
|
||||
.imagecheck:hover .imagecheck-caption {
|
||||
color: #495057;
|
||||
}
|
||||
|
||||
.imagecheck-input {
|
||||
&:focus ~ .imagecheck-figure .imagecheck-caption, &:checked ~ .imagecheck-figure .imagecheck-caption {
|
||||
color: #495057;
|
||||
}
|
||||
}
|
@ -0,0 +1,727 @@
|
||||
/* Form */
|
||||
|
||||
.form-control {
|
||||
font-size: 14px;
|
||||
border-color: #ebedf2;
|
||||
padding: .6rem 1rem;
|
||||
height: inherit !important;
|
||||
&:focus {
|
||||
border-color: #3e93ff;
|
||||
}
|
||||
}
|
||||
|
||||
/* Form Control Sizes */
|
||||
%form-control-lg-style {
|
||||
padding: .5rem 1rem !important;
|
||||
font-size: 1.25rem !important;
|
||||
}
|
||||
|
||||
.form-control-lg {
|
||||
@extend %form-control-lg-style;
|
||||
}
|
||||
|
||||
.input-group-lg > {
|
||||
.form-control {
|
||||
@extend %form-control-lg-style;
|
||||
}
|
||||
.input-group-append > {
|
||||
.btn, .input-group-text {
|
||||
@extend %form-control-lg-style;
|
||||
}
|
||||
}
|
||||
.input-group-prepend > {
|
||||
.btn, .input-group-text {
|
||||
@extend %form-control-lg-style;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
%form-control-sm-style {
|
||||
padding: .25rem .5rem !important;
|
||||
font-size: .875rem !important;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.form-control-sm {
|
||||
@extend %form-control-sm-style;
|
||||
}
|
||||
|
||||
.input-group-sm > {
|
||||
.form-control {
|
||||
@extend %form-control-sm-style;
|
||||
}
|
||||
.input-group-append > {
|
||||
.btn, .input-group-text {
|
||||
@extend %form-control-sm-style;
|
||||
}
|
||||
}
|
||||
.input-group-prepend > {
|
||||
.btn, .input-group-text {
|
||||
@extend %form-control-sm-style;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.form-control::-webkit-input-placeholder { color:inherit;opacity:.7 }
|
||||
.form-control:-moz-placeholder { color:inherit;opacity:.7 }
|
||||
.form-control::-moz-placeholder { color:inherit;opacity:.7 }
|
||||
.form-control:-ms-input-placeholder { color:inherit;opacity:.7 }
|
||||
.form-control::-ms-input-placeholder { color:inherit;opacity:.7 }
|
||||
|
||||
.input-group-text {
|
||||
border-color : #ebedf2 !important;
|
||||
}
|
||||
|
||||
.form-button-action {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.form-check-label, .form-radio-label {
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
/* CheckBox Input */
|
||||
|
||||
.select-all-checkbox + .form-check-sign:before {
|
||||
background: #ccc !important;
|
||||
border-color: #ccc !important;
|
||||
}
|
||||
|
||||
.form-check{
|
||||
[type="checkbox"] {
|
||||
&:not(:checked), &:checked {
|
||||
position: absolute;
|
||||
left: -9999px;
|
||||
}
|
||||
&:not(:checked) + .form-check-sign, &:checked + .form-check-sign, + .form-check-sign {
|
||||
position: relative;
|
||||
padding-left: 2em;
|
||||
color: $body-text-color;
|
||||
cursor: pointer;
|
||||
}
|
||||
&:not(:checked) + .form-check-sign:before, &:checked + .form-check-sign:before, + .form-check-sign:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 1px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
border: 1px solid #ccc;
|
||||
background: $transparent-bg;
|
||||
border-radius: 4px;
|
||||
}
|
||||
&:not(:checked) + .form-check-sign:after, &:checked + .form-check-sign:after, + .form-check-sign:after {
|
||||
content: "\f00c";
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
top: -1px;
|
||||
left: 2px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
text-align: center;
|
||||
font-size: 1.3em;
|
||||
line-height: 0.8;
|
||||
color: $primary-color;
|
||||
transition: all .2s;
|
||||
font-family: 'Font Awesome 5 Solid';
|
||||
}
|
||||
&:not(:checked) + .form-check-sign:after {
|
||||
opacity: 0;
|
||||
transform: scale(0);
|
||||
}
|
||||
&:checked + .form-check-sign {
|
||||
&:after {
|
||||
opacity: 1;
|
||||
transform: scale(1);
|
||||
}
|
||||
font-weight: $font-weight-normal;
|
||||
}
|
||||
&:disabled {
|
||||
&:not(:checked) + .form-check-sign:before {
|
||||
box-shadow: none;
|
||||
border-color: #bbb;
|
||||
background-color: #ddd;
|
||||
}
|
||||
&:checked + .form-check-sign {
|
||||
&:before {
|
||||
box-shadow: none;
|
||||
border-color: #bbb;
|
||||
background-color: #ddd;
|
||||
}
|
||||
&:after {
|
||||
color: #999;
|
||||
}
|
||||
}
|
||||
+ .form-check-sign {
|
||||
color: #aaa;
|
||||
}
|
||||
}
|
||||
&:checked:focus + .form-check-sign:before, &:not(:checked):focus + .form-check-sign:before {
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.form-check-sign:hover:before {
|
||||
border: 1px solid #ccc !important;
|
||||
}
|
||||
|
||||
.form-check {
|
||||
padding-left: 0.75rem;
|
||||
}
|
||||
|
||||
.form-check-input {
|
||||
position: relative;
|
||||
margin-top: .3rem;
|
||||
}
|
||||
|
||||
/* Radio Input */
|
||||
.form-radio {
|
||||
[type="radio"] {
|
||||
&:not(:checked), &:checked {
|
||||
position: absolute;
|
||||
left: -9999px;
|
||||
}
|
||||
&:not(:checked) + .form-radio-sign, &:checked + .form-radio-sign {
|
||||
color: $body-text-color;
|
||||
position: relative;
|
||||
padding-left: 2em;
|
||||
cursor: pointer;
|
||||
line-height: 22px;
|
||||
font-weight: $font-weight-normal;
|
||||
}
|
||||
&:not(:checked) + .form-radio-sign:before {
|
||||
content: "\f18a";
|
||||
font-size: 22px;
|
||||
font-family: LineAwesome;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: auto;
|
||||
background: $transparent-bg;
|
||||
line-height: 1;
|
||||
color: #bbb;
|
||||
}
|
||||
&:checked + .form-radio-sign:before {
|
||||
content: "\f18a";
|
||||
font-size: 22px;
|
||||
font-family: LineAwesome;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: auto;
|
||||
background: $transparent-bg;
|
||||
line-height: 1;
|
||||
display: none;
|
||||
}
|
||||
&:not(:checked) + .form-radio-sign:after, &:checked + .form-radio-sign:after {
|
||||
content: "\f1bc";
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: auto;
|
||||
text-align: center;
|
||||
font-size: 22px;
|
||||
color: #4D7CFE;
|
||||
transition: all .2s;
|
||||
line-height: 1;
|
||||
font-family: LineAwesome;
|
||||
}
|
||||
&:not(:checked) + .form-radio-sign:after {
|
||||
opacity: 0;
|
||||
transform: scale(0);
|
||||
}
|
||||
&:checked + .form-radio-sign {
|
||||
&:after {
|
||||
opacity: 1;
|
||||
transform: scale(1);
|
||||
}
|
||||
font-weight: $font-weight-normal;
|
||||
}
|
||||
&:disabled {
|
||||
&:not(:checked) + .form-radio-sign:before {
|
||||
box-shadow: none;
|
||||
opacity: 0.65;
|
||||
}
|
||||
&:checked + .form-radio-sign {
|
||||
&:before {
|
||||
box-shadow: none;
|
||||
opacity: 0.65;
|
||||
}
|
||||
&:after {
|
||||
opacity: 0.65;
|
||||
}
|
||||
}
|
||||
+ .form-radio-sign {
|
||||
color: #aaa;
|
||||
opacity: 0.65;
|
||||
}
|
||||
}
|
||||
&:checked:focus + .form-radio-sign:before, &:not(:checked):focus + .form-radio-sign:before {
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.form-radio {
|
||||
padding-left: 0.75rem;
|
||||
}
|
||||
|
||||
.form-radio-input {
|
||||
position: relative;
|
||||
margin-top: .3rem;
|
||||
}
|
||||
|
||||
/* Custom Checkbox */
|
||||
.custom-checkbox {
|
||||
.custom-control-input:checked~.custom-control-label::before{
|
||||
background-color: $primary-color;
|
||||
}
|
||||
&.checkbox-default{
|
||||
.custom-control-input:checked~.custom-control-label::before{
|
||||
background-color: $dark-color;
|
||||
}
|
||||
}
|
||||
&.checkbox-primary{
|
||||
.custom-control-input:checked~.custom-control-label::before{
|
||||
background-color: $primary-color;
|
||||
}
|
||||
}
|
||||
&.checkbox-secondary{
|
||||
.custom-control-input:checked~.custom-control-label::before{
|
||||
background-color: $secondary-color;
|
||||
}
|
||||
}
|
||||
&.checkbox-info{
|
||||
.custom-control-input:checked~.custom-control-label::before{
|
||||
background-color: $info-color;
|
||||
}
|
||||
}
|
||||
&.checkbox-success{
|
||||
.custom-control-input:checked~.custom-control-label::before{
|
||||
background-color: $success-color;
|
||||
}
|
||||
}
|
||||
&.checkbox-warning{
|
||||
.custom-control-input:checked~.custom-control-label::before{
|
||||
background-color: $warning-color;
|
||||
}
|
||||
}
|
||||
&.checkbox-danger{
|
||||
.custom-control-input:checked~.custom-control-label::before{
|
||||
background-color: $danger-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Label */
|
||||
.col-form-label {
|
||||
line-height: 1.8;
|
||||
}
|
||||
|
||||
.required-label{
|
||||
color: red;
|
||||
}
|
||||
|
||||
.label-align-left{
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.label-align-right{
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.label-align-center{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Input */
|
||||
.form-group, .form-check {
|
||||
margin-bottom: 0;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
|
||||
.form-group label, .form-check label {
|
||||
margin-bottom: .5rem;
|
||||
color: #495057;
|
||||
font-weight: $font-weight-bold;
|
||||
font-size: 1rem;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.form-group-default {
|
||||
background-color: $white-color;
|
||||
border: 1px solid rgba(0,0,0,.07);
|
||||
border-radius: 4px;
|
||||
padding-top: 7px;
|
||||
padding-left: 12px;
|
||||
padding-right: 12px;
|
||||
padding-bottom: 4px;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
-webkit-transition: background-color .2s ease;
|
||||
transition: background-color .2s ease;
|
||||
margin-bottom: 15px;
|
||||
label {
|
||||
opacity: 1;
|
||||
-webkit-backface-visibility: hidden;
|
||||
-moz-backface-visibility: hidden;
|
||||
backface-visibility: hidden;
|
||||
margin: 0;
|
||||
display: block;
|
||||
-webkit-transition: opacity .2s ease;
|
||||
transition: opacity .2s ease;
|
||||
}
|
||||
label:not(.error){
|
||||
font-size: 10.5px !important;
|
||||
letter-spacing: .06em;
|
||||
text-transform: uppercase;
|
||||
font-weight: $font-weight-normal;
|
||||
}
|
||||
.form-control{
|
||||
border: 0;
|
||||
min-height: 25px;
|
||||
padding: 0;
|
||||
margin-top: 6px;
|
||||
background: 0 0;
|
||||
font-size: 14px;
|
||||
}
|
||||
select.form-control:not([size]):not([multiple]){
|
||||
height: unset !important;
|
||||
}
|
||||
&.active {
|
||||
border-color: rgba(0,0,0,.1)!important;
|
||||
background-color: #f0f0f0;
|
||||
label {
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.form-floating-label{
|
||||
position: relative;
|
||||
.placeholder {
|
||||
position: absolute;
|
||||
padding: .375rem .75rem;
|
||||
transition: all .2s;
|
||||
opacity: 0.8;
|
||||
margin-bottom: 0 !important;
|
||||
font-size: 14px !important;
|
||||
font-weight: $font-weight-normal;
|
||||
top: 12px;
|
||||
}
|
||||
|
||||
.form-control:focus + .placeholder, .form-control:valid + .placeholder, .form-control.filled + .placeholder {
|
||||
font-size: 85% !important;
|
||||
transform: translate3d(0, -10px, 0);
|
||||
top: 0;
|
||||
opacity: 1;
|
||||
padding: .375rem 0 .75rem;
|
||||
font-weight: $font-weight-bold;
|
||||
}
|
||||
.form-control.filled + .placeholder{
|
||||
color: $primary-color !important;
|
||||
}
|
||||
.form-control ::-webkit-input-placeholder { color: $transparent-bg; }
|
||||
.form-control :-moz-placeholder { color: $transparent-bg; }
|
||||
.form-control ::-moz-placeholder { color: $transparent-bg; }
|
||||
.form-control :-ms-input-placeholder { color: $transparent-bg; }
|
||||
|
||||
.input-border-bottom + .placeholder{
|
||||
padding: .375rem 0 .75rem;
|
||||
}
|
||||
}
|
||||
|
||||
.form-inline label {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.input-fixed {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.form-control.input-full {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.has-success {
|
||||
label {
|
||||
color: $success-color !important;
|
||||
}
|
||||
.form-control {
|
||||
border-color: $success-color !important;
|
||||
color: $success-color !important;
|
||||
}
|
||||
.input-group-text{
|
||||
border-color: $success-color !important;
|
||||
background: $success-color !important;
|
||||
color: $white-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
.has-error{
|
||||
label {
|
||||
color: $danger-color !important;
|
||||
}
|
||||
.form-control {
|
||||
border-color: $danger-color !important;
|
||||
color: $danger-color !important;
|
||||
}
|
||||
.input-group-text{
|
||||
border-color: $danger-color !important;
|
||||
background: $danger-color !important;
|
||||
color: $white-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
.input-group{
|
||||
label{
|
||||
&.error, &.success{
|
||||
width: 100%;
|
||||
order: 100;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.custom-control{
|
||||
position: relative;
|
||||
&.custom-radio, &.custom-checkbox{
|
||||
margin-bottom: 0;
|
||||
padding-left: 2em;
|
||||
cursor: pointer;
|
||||
line-height: 24px;
|
||||
margin-right: 25px;
|
||||
display: inline-block;
|
||||
label{
|
||||
&.error, &.success{
|
||||
position: absolute;
|
||||
width: 100vh;
|
||||
top: 23px;
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.has-feedback {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.form-control-feedback {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
.has-success .form-control-feedback {
|
||||
color: $success-color;
|
||||
}
|
||||
|
||||
.has-error .form-control-feedback {
|
||||
color: $danger-color;
|
||||
}
|
||||
|
||||
.input-group {
|
||||
&.has-icon {
|
||||
border-radius: .25rem;
|
||||
border: 1px solid #ced4da;
|
||||
}
|
||||
&.has-success, &.has-icon.has-success {
|
||||
border: 1px solid $success-color !important;
|
||||
color: $success-color;
|
||||
}
|
||||
&.has-error {
|
||||
border: 1px solid $danger-color !important;
|
||||
color: $danger-color;
|
||||
}
|
||||
&.has-icon {
|
||||
&.has-error {
|
||||
border: 1px solid $danger-color !important;
|
||||
color: $danger-color;
|
||||
}
|
||||
.form-control {
|
||||
border-radius: .25rem;
|
||||
border: 0px;
|
||||
position: relative;
|
||||
}
|
||||
.input-group-icon {
|
||||
background: $transparent-bg;
|
||||
border: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.input-square {
|
||||
border-radius: 0px !important;
|
||||
}
|
||||
|
||||
.input-pill {
|
||||
border-radius: 1.3rem !important;
|
||||
}
|
||||
|
||||
.input-solid {
|
||||
background: #e8e8e8 !important;
|
||||
border-color: #e8e8e8 !important;
|
||||
}
|
||||
|
||||
.input-border-bottom{
|
||||
border-width: 0 0 1px 0;
|
||||
border-radius: 0px;
|
||||
padding: .75rem 0;
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
/* Input File */
|
||||
.input-file {
|
||||
input[type="file"], .form-control, .form-control-file{
|
||||
width: 0.1px;
|
||||
height: 0.1px;
|
||||
opacity: 0;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
}
|
||||
label{
|
||||
&.error, &.success{
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
input[type="file"] + label:not(.error), .form-control + label:not(.error), .form-control-file + label:not(.error), .label-input-file {
|
||||
font-weight: $font-weight-bold;
|
||||
letter-spacing: 0.02em;
|
||||
color: white !important;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
&.input-file-image{
|
||||
img.img-upload-preview{
|
||||
max-width: 100%;
|
||||
display: block;
|
||||
margin-bottom: 15px;
|
||||
box-shadow: 0 1px 15px 1px rgba(39,39,39,.1);
|
||||
&.img-circle{
|
||||
border-radius: 2000px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.form-control {
|
||||
&:disabled, &[readonly] {
|
||||
background: #e8e8e8 !important;
|
||||
border-color: #e8e8e8 !important;
|
||||
}
|
||||
&:disabled, &[readonly] {
|
||||
opacity: 0.6 !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* Input Group */
|
||||
.input-group-text{
|
||||
font-size: 14px;
|
||||
i.la{
|
||||
font-size: 21px;
|
||||
}
|
||||
i[class*="flaticon"]{
|
||||
font-size: 17px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Input Icon */
|
||||
.input-icon {
|
||||
position: relative;
|
||||
.form-control {
|
||||
&:not(:first-child) {
|
||||
padding-left: 2.5rem;
|
||||
}
|
||||
&:not(:last-child) {
|
||||
padding-right: 2.5rem;
|
||||
}
|
||||
}
|
||||
.input-icon-addon {
|
||||
position: absolute;
|
||||
left: 1rem;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
&:last-child {
|
||||
left: auto;
|
||||
right: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Label States */
|
||||
label {
|
||||
&.error {
|
||||
color: $danger-color !important;
|
||||
font-size: 80% !important;
|
||||
margin-top: .5rem;
|
||||
}
|
||||
}
|
||||
|
||||
/* Label states for select2 */
|
||||
.select2-input {
|
||||
position: relative;
|
||||
label{
|
||||
&.error, &.success {
|
||||
position: absolute;
|
||||
bottom: -30px;
|
||||
}
|
||||
}
|
||||
.select2{
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Custom Dropzone */
|
||||
.dropzone{
|
||||
padding: 70px 60px 80px !important;
|
||||
border: 2px dashed rgba(0, 0, 0, 0.13) !important;
|
||||
background: $transparent-bg !important;
|
||||
&:hover {
|
||||
background: #fafafa !important;
|
||||
transition: all .5s !important;
|
||||
}
|
||||
.dz-message {
|
||||
.icon{
|
||||
margin-bottom: 15px;
|
||||
font-size: 39px;
|
||||
}
|
||||
.message{
|
||||
font-size: 34px;
|
||||
font-weight: 200;
|
||||
}
|
||||
.note{
|
||||
font-size: 16px;
|
||||
margin-top: 18px;
|
||||
font-weight: $font-weight-light;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Custom Summernote */
|
||||
.note-editor.note-frame {
|
||||
border: 0px !important;
|
||||
box-shadow: none !important;
|
||||
.note-toolbar {
|
||||
padding: 0 !important;
|
||||
border-bottom: 0px !important;
|
||||
}
|
||||
.note-btn{
|
||||
border: 1px solid #eee !important;
|
||||
background: #fafafa !important;
|
||||
}
|
||||
.note-placeholder{
|
||||
margin-top: 15px !important;
|
||||
}
|
||||
.note-codable{
|
||||
margin-top: 15px !important;
|
||||
}
|
||||
.note-editing-area{
|
||||
.note-editable{
|
||||
margin-top: 15px !important;
|
||||
border: 1px solid #eee !important;
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,60 @@
|
||||
.list-group {
|
||||
.list-group-header {
|
||||
font-size: 12px;
|
||||
font-weight: 600;
|
||||
padding: .75rem 1rem;
|
||||
}
|
||||
.list-group-item {
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
border-width: 1px 0;
|
||||
border-color: #ebecec;
|
||||
}
|
||||
.list-group-item-figure {
|
||||
align-self: start;
|
||||
display: flex;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
color: #a9acb0;
|
||||
}
|
||||
.list-group-item-body {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
align-self: center;
|
||||
font-size: .875rem;
|
||||
}
|
||||
.list-group-item-text {
|
||||
margin-bottom: 0;
|
||||
line-height: 1.25rem;
|
||||
color: #686f76;
|
||||
}
|
||||
}
|
||||
|
||||
.list-group-file-item {
|
||||
.list-group-item {
|
||||
padding: 0px;
|
||||
}
|
||||
.list-group-item-figure {
|
||||
padding: .75rem 1rem;
|
||||
}
|
||||
.list-group-item-body {
|
||||
padding: .75rem 0;
|
||||
}
|
||||
}
|
||||
|
||||
.list-group-bordered {
|
||||
.list-group-item {
|
||||
border: 1px solid #e3ebf6;
|
||||
&.active {
|
||||
background: $primary-color;
|
||||
border-color: $primary-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.list-group-lg {
|
||||
.list-group-item {
|
||||
padding-top: 1.5rem;
|
||||
padding-bottom: 1.5rem;
|
||||
}
|
||||
}
|
@ -0,0 +1,146 @@
|
||||
.loader, .is-loading:after {
|
||||
display: block;
|
||||
width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
background: transparent;
|
||||
border: 3px solid $secondary-color;
|
||||
border-bottom-color: transparent;
|
||||
border-radius: 50%;
|
||||
animation: 1s spin linear infinite;
|
||||
}
|
||||
|
||||
.loader-lg, .is-loading-lg:after {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
border-width: 5px;
|
||||
}
|
||||
|
||||
.loader-sm, .is-loading-sm:after {
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
border-width: 2px;
|
||||
}
|
||||
|
||||
.is-loading {
|
||||
position: relative;
|
||||
color: transparent !important;
|
||||
> * {
|
||||
opacity: 0.2 !important;
|
||||
}
|
||||
&:after {
|
||||
position: absolute;
|
||||
top: calc(50% - 1.5rem/2);
|
||||
left: calc(50% - 1.5rem/2);
|
||||
content: '';
|
||||
}
|
||||
}
|
||||
|
||||
.is-loading-lg:after {
|
||||
top: calc(50% - 2rem/2);
|
||||
left: calc(50% - 2rem/2);
|
||||
}
|
||||
|
||||
.is-loading-sm:after {
|
||||
top: calc(50% - 1rem/2);
|
||||
left: calc(50% - 1rem/2);
|
||||
}
|
||||
|
||||
%loader-borderbottom-color {
|
||||
border-bottom-color: transparent !important;
|
||||
}
|
||||
|
||||
@mixin loader-state($color) {
|
||||
border-color: $color;
|
||||
@extend %loader-borderbottom-color;
|
||||
}
|
||||
|
||||
%loader-btn-and-card-bgnotwhite {
|
||||
border-color: #fff;
|
||||
@extend %loader-borderbottom-color;
|
||||
}
|
||||
|
||||
.loader-default,
|
||||
.is-loading-default:after {
|
||||
@include loader-state($dark-color);
|
||||
}
|
||||
|
||||
.loader-primary,
|
||||
.is-loading-primary:after {
|
||||
@include loader-state($primary-color);
|
||||
}
|
||||
|
||||
.loader-secondary,
|
||||
.is-loading-secondary:after {
|
||||
@include loader-state($secondary-color);
|
||||
}
|
||||
|
||||
.loader-info,
|
||||
.is-loading-info:after {
|
||||
@include loader-state($info-color);
|
||||
}
|
||||
|
||||
.loader-success,
|
||||
.is-loading-success:after {
|
||||
@include loader-state($success-color);
|
||||
}
|
||||
|
||||
.loader-warning,
|
||||
.is-loading-warning:after {
|
||||
@include loader-state($warning-color);
|
||||
}
|
||||
|
||||
.loader-danger,
|
||||
.is-loading-danger:after {
|
||||
@include loader-state($danger-color);
|
||||
}
|
||||
|
||||
.btn-default, .card-default {
|
||||
&.is-loading:after {
|
||||
@extend %loader-btn-and-card-bgnotwhite;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-primary, .card-primary {
|
||||
&.is-loading:after {
|
||||
@extend %loader-btn-and-card-bgnotwhite;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-secondary, .card-secondary {
|
||||
&.is-loading:after {
|
||||
@extend %loader-btn-and-card-bgnotwhite;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-info, .card-info {
|
||||
&.is-loading:after {
|
||||
@extend %loader-btn-and-card-bgnotwhite;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-success, .card-success {
|
||||
&.is-loading:after {
|
||||
@extend %loader-btn-and-card-bgnotwhite;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-warning, .card-warning {
|
||||
&.is-loading:after {
|
||||
@extend %loader-btn-and-card-bgnotwhite;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-danger, .card-danger {
|
||||
&.is-loading:after {
|
||||
@extend %loader-btn-and-card-bgnotwhite;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes spin {
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
to {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
@ -0,0 +1,63 @@
|
||||
/* Google Maps */
|
||||
.full-screen-maps {
|
||||
height: 100vh !important;
|
||||
}
|
||||
|
||||
/* jQVMap */
|
||||
.vmap {
|
||||
width: 100%;
|
||||
min-height: 265px;
|
||||
> svg {
|
||||
margin: auto;
|
||||
display: flex;
|
||||
> g {
|
||||
transition: all ease-in-out .2s;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.jqvmap-label, .jqvmap-pin {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.jqvmap-label {
|
||||
position: absolute;
|
||||
display: none;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
background: #292929;
|
||||
color: $white-color;
|
||||
font-size: smaller;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.jqvmap-zoomin, .jqvmap-zoomout {
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
border-radius: 13px;
|
||||
background: #35cd3a;
|
||||
padding: 6px 7px;
|
||||
color: #ffffff;
|
||||
cursor: pointer;
|
||||
line-height: 10px;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.jqvmap-zoomin {
|
||||
top: 15px;
|
||||
}
|
||||
|
||||
.jqvmap-zoomout {
|
||||
top: 45px;
|
||||
}
|
||||
|
||||
.jqvmap-region {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.jqvmap-ajax_response {
|
||||
width: 100%;
|
||||
height: 500px;
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
/* Modal */
|
||||
.modal {
|
||||
.bg-default .modal-title, .bg-primary .modal-title, .bg-secondary .modal-title, .bg-info .modal-title, .bg-success .modal-title, .bg-warning .modal-title, .bg-danger .modal-title {
|
||||
color: $white-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
border-radius: .4rem !important;
|
||||
border: 0 !important;
|
||||
}
|
@ -0,0 +1,208 @@
|
||||
/* Navbar */
|
||||
|
||||
.navbar .navbar-nav .nav-item {
|
||||
margin-right: 7px;
|
||||
&:last-child {
|
||||
margin-right: 0px;
|
||||
}
|
||||
.nav-link {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
color: #666;
|
||||
letter-spacing: 0.04em;
|
||||
padding: 10px;
|
||||
border-radius: 3px;
|
||||
position: relative;
|
||||
font-size: 12px;
|
||||
font-weight: $font-weight-normal;
|
||||
text-align: center;
|
||||
&:hover, &:focus {
|
||||
background: #eee !important;
|
||||
}
|
||||
i {
|
||||
font-size: 18px;
|
||||
vertical-align: middle;
|
||||
line-height: 1 !important;
|
||||
}
|
||||
}
|
||||
&.active {
|
||||
.nav-link {
|
||||
background: #eee !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-expand-lg .navbar-nav .dropdown-menu {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.dropdown-item {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.navbar .navbar-nav .notification {
|
||||
position: absolute;
|
||||
background-color: $success-color;
|
||||
text-align: center;
|
||||
border-radius: 10px;
|
||||
min-width: 17px;
|
||||
height: 17px;
|
||||
font-size: 10px;
|
||||
color: $white-color;
|
||||
font-weight: $font-weight-light;
|
||||
line-height: 17px;
|
||||
top: 3px;
|
||||
right: 3px;
|
||||
letter-spacing: -1px;
|
||||
}
|
||||
|
||||
.navbar-header {
|
||||
padding: 0px 15px;
|
||||
.dropdown-toggle {
|
||||
&::after {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.profile-pic {
|
||||
&:hover, &:focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-header .dropdown-toggle::after {
|
||||
vertical-align: middle;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.hidden-caret .dropdown-toggle::after {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.profile-pic {
|
||||
span {
|
||||
font-size: 13px;
|
||||
font-weight: $font-weight-light;
|
||||
padding: 0 10px;
|
||||
color: #555;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar {
|
||||
&[class*="bg-"] {
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
|
||||
border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
|
||||
.navbar-brand {
|
||||
color: $white-color;
|
||||
}
|
||||
.navbar-toggler-icon{
|
||||
background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
|
||||
}
|
||||
.navbar-nav {
|
||||
> .nav-item {
|
||||
> .nav-link {
|
||||
color: $white-color;
|
||||
&.disabled {
|
||||
color: #d8d8d8 !important;
|
||||
}
|
||||
&:hover {
|
||||
background: rgba(255,255,255,0.22) !important;
|
||||
}
|
||||
}
|
||||
&.active {
|
||||
> .nav-link {
|
||||
background: rgba(255,255,255,0.22) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.btn-toggle {
|
||||
background: rgba(19, 19, 19, 0.25) !important;
|
||||
color: $white-color !important;
|
||||
}
|
||||
.nav-search{
|
||||
.input-group {
|
||||
border: 0;
|
||||
background: rgba(19, 19, 19, 0.25) !important;
|
||||
.form-control {
|
||||
color: $white-color !important
|
||||
}
|
||||
}
|
||||
.search-icon {
|
||||
color: $white-color !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.row-nav-line {
|
||||
margin-left: -20px;
|
||||
margin-right: -20px;
|
||||
}
|
||||
|
||||
.nav{
|
||||
&.nav-line {
|
||||
width: 100%;
|
||||
border-bottom: 1px solid $grey-color;
|
||||
.nav-link {
|
||||
padding: 15px 20px;
|
||||
color: $body-text-color;
|
||||
border-width: 0px;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
&:hover, &:focus{
|
||||
color: $primary-color;
|
||||
border-width: 0px;
|
||||
}
|
||||
&.active {
|
||||
border-width: 0;
|
||||
background-color: $transparent-bg;
|
||||
color: $primary-color;
|
||||
border-bottom: 2px solid $primary-color;
|
||||
border-radius: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin nav-line-color-style($color){
|
||||
.nav-link{
|
||||
&:hover, &:focus{
|
||||
color: $color;
|
||||
}
|
||||
&.active{
|
||||
color: $color;
|
||||
border-color: $color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.nav-color-default {
|
||||
@include nav-line-color-style($dark-color);
|
||||
}
|
||||
&.nav-color-primary {
|
||||
@include nav-line-color-style($primary-color);
|
||||
}
|
||||
&.nav-color-secondary {
|
||||
@include nav-line-color-style($secondary-color);
|
||||
}
|
||||
&.nav-color-info {
|
||||
@include nav-line-color-style($info-color);
|
||||
}
|
||||
&.nav-color-success {
|
||||
@include nav-line-color-style($success-color);
|
||||
}
|
||||
&.nav-color-danger {
|
||||
@include nav-line-color-style($danger-color);
|
||||
}
|
||||
&.nav-color-warning {
|
||||
@include nav-line-color-style($warning-color);
|
||||
}
|
||||
&.nav-color-light {
|
||||
@include nav-line-color-style($white-color);
|
||||
.nav-link {
|
||||
color: $grey-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,32 @@
|
||||
/* Nav Search */
|
||||
|
||||
.nav-search {
|
||||
.input-group {
|
||||
border: 1px solid #eee;
|
||||
background: #eee;
|
||||
border-radius: 5px;
|
||||
&:hover, &:focus {
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
}
|
||||
.form-control {
|
||||
border: 0;
|
||||
background: $transparent-bg !important;
|
||||
font-size: 14px;
|
||||
padding: 0.75em 1em;
|
||||
min-width: 200px;
|
||||
max-width: 100%;
|
||||
}
|
||||
.input-group-text {
|
||||
border: 0;
|
||||
background: $transparent-bg;
|
||||
}
|
||||
.search-icon {
|
||||
font-size: 18px;
|
||||
color: #8d9498;
|
||||
}
|
||||
.btn-search {
|
||||
background: $transparent-bg;
|
||||
padding: .375rem 1rem;
|
||||
}
|
||||
}
|
@ -0,0 +1,165 @@
|
||||
/* Nav Pill */
|
||||
|
||||
.nav-pills > li {
|
||||
&:first-child > .nav-link {
|
||||
border-radius: 4px 0 0 4px !important;
|
||||
}
|
||||
&:last-child > .nav-link {
|
||||
border-radius: 0 4px 4px 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.nav-link.disabled {
|
||||
color: #6c757d !important;
|
||||
}
|
||||
|
||||
.nav-pills {
|
||||
.nav-link {
|
||||
padding: 10px 20px;
|
||||
}
|
||||
> li > .nav-link {
|
||||
margin-left: -1px;
|
||||
border-radius: 0 !important;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
&.active {
|
||||
background: $primary-color;
|
||||
}
|
||||
border: 1px solid $primary-color;
|
||||
color: #585c5d;
|
||||
&:hover {
|
||||
background: rgba(222, 222, 222, 0.4);
|
||||
}
|
||||
}
|
||||
&.nav-pills-no-bd{
|
||||
li {
|
||||
margin-left: 15px !important;
|
||||
.nav-link{
|
||||
border: 0px !important;
|
||||
border-radius: 50px !important;
|
||||
background: rgba(222, 222, 222, 0.4);
|
||||
&.active{
|
||||
border-radius: 50px !important;
|
||||
}
|
||||
}
|
||||
&:first-child{
|
||||
margin-left: 0px !important;
|
||||
}
|
||||
}
|
||||
&.nav-pills-icons{
|
||||
.nav-link, .nav-link.active{
|
||||
border-radius: 5px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.flex-column {
|
||||
.nav-link {
|
||||
border-radius: 0 !important;
|
||||
border: 1px solid $primary-color;
|
||||
color: #585c5d;
|
||||
margin-top: -1px;
|
||||
text-align: center;
|
||||
word-wrap: normal;
|
||||
padding: 10px 0;
|
||||
&:hover {
|
||||
background: rgba(222, 222, 222, 0.4);
|
||||
}
|
||||
&.active {
|
||||
background: $primary-color;
|
||||
}
|
||||
&:first-child {
|
||||
border-radius: 4px 4px 0 0 !important;
|
||||
}
|
||||
&:last-child {
|
||||
border-radius: 0 0 4px 4px !important;
|
||||
}
|
||||
}
|
||||
&.nav-pills-no-bd{
|
||||
.nav-link{
|
||||
border: 0px !important;
|
||||
border-radius: 50px !important;
|
||||
background: rgba(222, 222, 222, 0.4);
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
&.active{
|
||||
border-radius: 50px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.nav-pills-icons{
|
||||
.nav-link, .nav-link.active{
|
||||
border-radius: 5px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.nav-pills-icons{
|
||||
.nav-link, .nav-link.active{
|
||||
border-radius: 5px !important;
|
||||
padding-top: 12px;
|
||||
padding-bottom: 12px;
|
||||
}
|
||||
i {
|
||||
display: block;
|
||||
text-align: center;
|
||||
font-size: 2em;
|
||||
line-height: 50px;
|
||||
}
|
||||
}
|
||||
&.nav-default, &.nav-primary, &.nav-secondary, &.nav-info, &.nav-warning, &.nav-success, &.nav-danger{
|
||||
.nav-link {
|
||||
border: 1px solid #eeeeee;
|
||||
}
|
||||
.nav-link.active {
|
||||
color: $white-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin nav-pills-states-active($color) {
|
||||
background: $color;
|
||||
border: 1px solid $color;
|
||||
}
|
||||
|
||||
&.nav-default .nav-link {
|
||||
&.active {
|
||||
@include nav-pills-states-active($dark-color);
|
||||
}
|
||||
}
|
||||
&.nav-primary .nav-link {
|
||||
&.active {
|
||||
@include nav-pills-states-active($primary-color);
|
||||
}
|
||||
}
|
||||
&.nav-secondary .nav-link {
|
||||
&.active {
|
||||
@include nav-pills-states-active($secondary-color);
|
||||
}
|
||||
}
|
||||
&.nav-info .nav-link {
|
||||
&.active {
|
||||
@include nav-pills-states-active($info-color);
|
||||
}
|
||||
}
|
||||
&.nav-success .nav-link {
|
||||
&.active {
|
||||
@include nav-pills-states-active($success-color);
|
||||
}
|
||||
}
|
||||
&.nav-warning .nav-link {
|
||||
&.active {
|
||||
@include nav-pills-states-active($warning-color);
|
||||
}
|
||||
}
|
||||
&.nav-danger .nav-link {
|
||||
&.active {
|
||||
@include nav-pills-states-active($danger-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Size Nav */
|
||||
.nav-sm{
|
||||
.nav-link{
|
||||
font-size: 11px !important;
|
||||
padding: 8px 16px !important;
|
||||
}
|
||||
}
|
@ -0,0 +1,42 @@
|
||||
/* Pagination */
|
||||
|
||||
.pagination {
|
||||
> li {
|
||||
> a, &:first-child > a, &:last-child > a, > span, &:first-child > span, &:last-child > span {
|
||||
border-radius: 100px !important;
|
||||
margin: 0 2px;
|
||||
color: #777777;
|
||||
border-color: #ddd;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin pagination-active-state($color) {
|
||||
> a, &:first-child > a, &:last-child > a, > span, &:first-child > span, &:last-child > span {
|
||||
background: $color;
|
||||
border-color: $color;
|
||||
color: $white-color;
|
||||
}
|
||||
}
|
||||
|
||||
&.pg-default > li.active {
|
||||
@include pagination-active-state($dark-color);
|
||||
}
|
||||
&.pg-primary > li.active {
|
||||
@include pagination-active-state($primary-color);
|
||||
}
|
||||
&.pg-secondary > li.active {
|
||||
@include pagination-active-state($secondary-color);
|
||||
}
|
||||
&.pg-info > li.active {
|
||||
@include pagination-active-state($info-color);
|
||||
}
|
||||
&.pg-success > li.active {
|
||||
@include pagination-active-state($success-color);
|
||||
}
|
||||
&.pg-warning > li.active {
|
||||
@include pagination-active-state($warning-color);
|
||||
}
|
||||
&.pg-danger > li.active {
|
||||
@include pagination-active-state($danger-color);
|
||||
}
|
||||
}
|
@ -0,0 +1,46 @@
|
||||
/* Popover */
|
||||
.popover {
|
||||
max-width: 240px;
|
||||
line-height: 1.7;
|
||||
border: 0;
|
||||
box-shadow: 0px 0px 20px 1px rgba(69, 65, 78, 0.2);
|
||||
.popover-header{
|
||||
background: $transparent-bg;
|
||||
font-size: 14px;
|
||||
border-bottom: 0px;
|
||||
text-transform: capitalize;
|
||||
margin-top: 5px;
|
||||
color: #aaaaaa;
|
||||
font-weight: $font-weight-normal;
|
||||
}
|
||||
.popover-body {
|
||||
margin-bottom: 5px;
|
||||
p {
|
||||
font-size: 13px;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
&.bs-popover-top, &.bs-popover-bottom, &.bs-popover-left, &.bs-popover-right{
|
||||
.arrow{
|
||||
&:before {
|
||||
border: $transparent-bg;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.popover.bs-popover-auto[x-placement^=right], .popover.bs-popover-right{
|
||||
margin-left:10px;
|
||||
}
|
||||
|
||||
.popover.bs-popover-auto[x-placement^=left], .popover.bs-popover-left{
|
||||
margin-right:10px;
|
||||
}
|
||||
|
||||
.popover.bs-popover-auto[x-placement^=top], .popover.bs-popover-top{
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
.popover.bs-popover-auto[x-placement^=bottom], .popover.bs-popover-bottom{
|
||||
margin-top:10px;
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
/* Progress */
|
||||
.progress {
|
||||
border-radius: 100px;
|
||||
height: 14px;
|
||||
.progress-bar{
|
||||
border-radius: 100px;
|
||||
}
|
||||
&.progress-sm {
|
||||
height: 8px;
|
||||
}
|
||||
&.progress-lg {
|
||||
height: 20px;
|
||||
}
|
||||
}
|
@ -0,0 +1,120 @@
|
||||
.selectgroup {
|
||||
display: -ms-inline-flexbox;
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.selectgroup-item {
|
||||
-ms-flex-positive: 1;
|
||||
flex-grow: 1;
|
||||
position: relative;
|
||||
font-weight: $font-weight-normal !important;
|
||||
+ .selectgroup-item {
|
||||
margin-left: -1px;
|
||||
}
|
||||
&:not(:first-child) .selectgroup-button {
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
&:not(:last-child) .selectgroup-button {
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.selectgroup-input {
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.selectgroup-button {
|
||||
display: block;
|
||||
border: 1px solid rgba(0, 40, 100, 0.12);
|
||||
text-align: center;
|
||||
padding: 0.375rem 1rem;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
border-radius: 3px;
|
||||
color: #9aa0ac;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
font-size: 14px;
|
||||
line-height: 1.5rem;
|
||||
min-width: 2.375rem;
|
||||
}
|
||||
|
||||
.selectgroup-button-icon {
|
||||
padding-left: .5rem;
|
||||
padding-right: .5rem;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.selectgroup-input {
|
||||
&:checked + .selectgroup-button {
|
||||
border-color: $primary-color;
|
||||
z-index: 1;
|
||||
color: $primary-color;
|
||||
background: rgba($primary-color, .15);
|
||||
}
|
||||
&:focus + .selectgroup-button {
|
||||
border-color: $primary-color;
|
||||
z-index: 2;
|
||||
color: $primary-color;
|
||||
box-shadow: 0 0 0 2px rgba($primary-color, .25);
|
||||
}
|
||||
}
|
||||
|
||||
.selectgroup-pills {
|
||||
-ms-flex-wrap: wrap;
|
||||
flex-wrap: wrap;
|
||||
-ms-flex-align: start;
|
||||
align-items: flex-start;
|
||||
.selectgroup-item {
|
||||
margin-right: .5rem;
|
||||
-ms-flex-positive: 0;
|
||||
flex-grow: 0;
|
||||
}
|
||||
.selectgroup-button {
|
||||
border-radius: 50px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin select-group-state-style($color) {
|
||||
.selectgroup-input {
|
||||
&:checked + .selectgroup-button {
|
||||
border-color: $color;
|
||||
color: $color;
|
||||
background: rgba($color, .15);
|
||||
}
|
||||
&:focus + .selectgroup-button {
|
||||
border-color: $color;
|
||||
color: $color;
|
||||
box-shadow: 0 0 0 2px rgba($color, .25);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.selectgroup {
|
||||
&.selectgroup-primary {
|
||||
@include select-group-state-style($primary-color);
|
||||
}
|
||||
&.selectgroup-secondary {
|
||||
@include select-group-state-style($secondary-color);
|
||||
}
|
||||
&.selectgroup-info {
|
||||
@include select-group-state-style($info-color);
|
||||
}
|
||||
&.selectgroup-success {
|
||||
@include select-group-state-style($success-color);
|
||||
}
|
||||
&.selectgroup-warning {
|
||||
@include select-group-state-style($warning-color);
|
||||
}
|
||||
&.selectgroup-danger {
|
||||
@include select-group-state-style($danger-color);
|
||||
}
|
||||
}
|
@ -0,0 +1,29 @@
|
||||
/* Slider */
|
||||
|
||||
.slider-default .ui-slider-range {
|
||||
background: $dark-color;
|
||||
}
|
||||
|
||||
.slider-primary .ui-slider-range {
|
||||
background: $primary-color;
|
||||
}
|
||||
|
||||
.slider-secondary .ui-slider-range {
|
||||
background: $secondary-color;
|
||||
}
|
||||
|
||||
.slider-info .ui-slider-range {
|
||||
background: $info-color;
|
||||
}
|
||||
|
||||
.slider-success .ui-slider-range {
|
||||
background: $success-color;
|
||||
}
|
||||
|
||||
.slider-warning .ui-slider-range {
|
||||
background: $warning-color;
|
||||
}
|
||||
|
||||
.slider-danger .ui-slider-range {
|
||||
background: $danger-color;
|
||||
}
|
@ -0,0 +1,18 @@
|
||||
.stamp {
|
||||
color: #fff;
|
||||
background: $secondary-color;
|
||||
display: inline-block;
|
||||
min-width: 2rem;
|
||||
height: 2rem;
|
||||
padding: 0 .25rem;
|
||||
line-height: 2rem;
|
||||
text-align: center;
|
||||
border-radius: 3px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.stamp-md {
|
||||
min-width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
line-height: 2.5rem;
|
||||
}
|
@ -0,0 +1,177 @@
|
||||
/* Table */
|
||||
|
||||
.table {
|
||||
> {
|
||||
thead > tr > th, tbody > tr > th, tfoot > tr > th, thead > tr > td, tbody > tr > td, tfoot > tr > td {
|
||||
vertical-align: middle;
|
||||
}
|
||||
tbody > tr > {
|
||||
td, th {
|
||||
padding: 8px;
|
||||
}
|
||||
}
|
||||
tfoot > tr > {
|
||||
td, th {
|
||||
padding: 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
thead th {
|
||||
border-bottom-width: 2px;
|
||||
font-weight: $font-weight-bold;
|
||||
}
|
||||
td, th {
|
||||
font-size: 14px;
|
||||
border-top-width: 0px;
|
||||
border-bottom: 1px solid;
|
||||
border-color: #ebedf2 !important;
|
||||
padding: 0 25px !important;
|
||||
height: 60px;
|
||||
vertical-align: middle !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* table full-width */
|
||||
|
||||
.table-full-width {
|
||||
margin-left: -15px;
|
||||
margin-right: -15px;
|
||||
}
|
||||
|
||||
/* table bordered states */
|
||||
|
||||
.table-bordered-bd-default {
|
||||
td, th {
|
||||
border: 1px solid $dark-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
.table-bordered-bd-primary {
|
||||
td, th {
|
||||
border: 1px solid $primary-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
.table-bordered-bd-secondary {
|
||||
td, th {
|
||||
border: 1px solid $secondary-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
.table-bordered-bd-info {
|
||||
td, th {
|
||||
border: 1px solid $info-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
.table-bordered-bd-success {
|
||||
td, th {
|
||||
border: 1px solid $success-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
.table-bordered-bd-warning {
|
||||
td, th {
|
||||
border: 1px solid $warning-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
.table-bordered-bd-danger {
|
||||
td, th {
|
||||
border: 1px solid $danger-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
.table-striped {
|
||||
td, th {
|
||||
border-top: 0 !important;
|
||||
border-bottom: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* table head background states*/
|
||||
|
||||
.table-head-bg-default {
|
||||
thead {
|
||||
border: 1px solid $dark-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
.table-head-bg-primary {
|
||||
thead {
|
||||
border: 1px solid $primary-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
.table-head-bg-secondary {
|
||||
thead {
|
||||
border: 1px solid $secondary-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
.table-head-bg-info {
|
||||
thead {
|
||||
border: 1px solid $info-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
.table-head-bg-success {
|
||||
thead {
|
||||
border: 1px solid $success-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
.table-head-bg-warning {
|
||||
thead {
|
||||
border: 1px solid $warning-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
.table-head-bg-danger {
|
||||
thead {
|
||||
border: 1px solid $danger-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin table-bg-state($color){
|
||||
background: $color !important;
|
||||
color: $white-color !important;
|
||||
border: 0px !important;
|
||||
}
|
||||
|
||||
.table-head-bg-default thead th, .table-striped-bg-default tbody tr:nth-of-type(odd) {
|
||||
@include table-bg-state($dark-color);
|
||||
}
|
||||
|
||||
.table-head-bg-primary thead th, .table-striped-bg-primary tbody tr:nth-of-type(odd) {
|
||||
@include table-bg-state($primary-color);
|
||||
}
|
||||
|
||||
.table-head-bg-secondary thead th, .table-striped-bg-secondary tbody tr:nth-of-type(odd) {
|
||||
@include table-bg-state($secondary-color);
|
||||
}
|
||||
|
||||
.table-head-bg-info thead th, .table-striped-bg-info tbody tr:nth-of-type(odd) {
|
||||
@include table-bg-state($info-color);
|
||||
}
|
||||
|
||||
.table-head-bg-success thead th, .table-striped-bg-success tbody tr:nth-of-type(odd) {
|
||||
@include table-bg-state($success-color);
|
||||
}
|
||||
|
||||
.table-head-bg-warning thead th, .table-striped-bg-warning tbody tr:nth-of-type(odd) {
|
||||
@include table-bg-state($warning-color);
|
||||
}
|
||||
|
||||
.table-head-bg-danger thead th, .table-striped-bg-danger tbody tr:nth-of-type(odd) {
|
||||
@include table-bg-state($danger-color);
|
||||
}
|
||||
|
||||
/* table-responsive */
|
||||
|
||||
.table-responsive {
|
||||
width: 100% !important;
|
||||
overflow-x: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
-ms-overflow-style: -ms-autohiding-scrollbar;
|
||||
}
|
@ -0,0 +1,170 @@
|
||||
/* Timeline */
|
||||
.timeline {
|
||||
list-style: none;
|
||||
padding: 20px 0 20px;
|
||||
position: relative;
|
||||
&:before {
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
position: absolute;
|
||||
content: " ";
|
||||
width: 3px;
|
||||
background-color: #eeeeee;
|
||||
left: 50%;
|
||||
margin-left: -1.5px;
|
||||
}
|
||||
> li {
|
||||
margin-bottom: 20px;
|
||||
position: relative;
|
||||
&:before {
|
||||
content: " ";
|
||||
display: table;
|
||||
}
|
||||
&:after {
|
||||
content: " ";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
&:before {
|
||||
content: " ";
|
||||
display: table;
|
||||
}
|
||||
&:after {
|
||||
content: " ";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
> .timeline-panel {
|
||||
width: 50%;
|
||||
float: left;
|
||||
border: 1px solid #eeeeee;
|
||||
background: $white-color;
|
||||
border-radius: 3px;
|
||||
padding: 20px;
|
||||
position: relative;
|
||||
-webkit-box-shadow: 0px 1px 20px 1px rgba(69, 65, 78, 0.06);
|
||||
-moz-box-shadow: 0px 1px 20px 1px rgba(69, 65, 78, 0.06);
|
||||
box-shadow: 0px 1px 20px 1px rgba(69, 65, 78, 0.06);
|
||||
}
|
||||
&.timeline-inverted + li:not(.timeline-inverted) {
|
||||
margin-top: -60px;
|
||||
}
|
||||
&:not(.timeline-inverted) {
|
||||
+ li.timeline-inverted {
|
||||
margin-top: -60px;
|
||||
}
|
||||
padding-right: 90px;
|
||||
}
|
||||
&.timeline-inverted {
|
||||
padding-left: 90px;
|
||||
> .timeline-panel {
|
||||
float: right;
|
||||
&:before {
|
||||
border-left-width: 0;
|
||||
border-right-width: 15px;
|
||||
left: -15px;
|
||||
right: auto;
|
||||
}
|
||||
&:after {
|
||||
border-left-width: 0;
|
||||
border-right-width: 14px;
|
||||
left: -14px;
|
||||
right: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
> {
|
||||
.timeline-panel {
|
||||
&:before {
|
||||
position: absolute;
|
||||
top: 26px;
|
||||
right: -15px;
|
||||
display: inline-block;
|
||||
border-top: 15px solid $transparent-bg;
|
||||
border-left: 15px solid #eeeeee;
|
||||
border-right: 0 solid #eeeeee;
|
||||
border-bottom: 15px solid $transparent-bg;
|
||||
content: " ";
|
||||
}
|
||||
&:after {
|
||||
position: absolute;
|
||||
top: 27px;
|
||||
right: -14px;
|
||||
display: inline-block;
|
||||
border-top: 14px solid $transparent-bg;
|
||||
border-left: 14px solid $white-color;
|
||||
border-right: 0 solid $white-color;
|
||||
border-bottom: 14px solid $transparent-bg;
|
||||
content: " ";
|
||||
}
|
||||
}
|
||||
.timeline-badge {
|
||||
color: $white-color;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
line-height: 50px;
|
||||
font-size: 1.8em;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
top: 16px;
|
||||
left: 50%;
|
||||
margin-left: -25px;
|
||||
background-color: #999999;
|
||||
z-index: 100;
|
||||
border-top-right-radius: 50%;
|
||||
border-top-left-radius: 50%;
|
||||
border-bottom-right-radius: 50%;
|
||||
border-bottom-left-radius: 50%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.timeline-badge {
|
||||
&.default {
|
||||
background-color: $dark-color !important;
|
||||
}
|
||||
&.primary {
|
||||
background-color: $primary-color !important;
|
||||
}
|
||||
&.secondary {
|
||||
background-color: $secondary-color !important;
|
||||
}
|
||||
&.success {
|
||||
background-color: $success-color !important;
|
||||
}
|
||||
&.warning {
|
||||
background-color: $warning-color !important;
|
||||
}
|
||||
&.danger {
|
||||
background-color: $danger-color !important;
|
||||
}
|
||||
&.info {
|
||||
background-color: $info-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
.timeline-title {
|
||||
font-size: 17px;
|
||||
margin-top: 0;
|
||||
color: inherit;
|
||||
font-weight: $font-weight-normal;
|
||||
}
|
||||
|
||||
.timeline-heading {
|
||||
i {
|
||||
font-size: 22px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.timeline-body > {
|
||||
p, ul {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
p + p {
|
||||
margin-top: 5px;
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,226 @@
|
||||
/* Datatable */
|
||||
table.dataTable {
|
||||
clear: both;
|
||||
margin-top: 15px !important;
|
||||
margin-bottom: 15px !important;
|
||||
max-width: none !important;
|
||||
border-collapse: separate !important;
|
||||
td, th {
|
||||
-webkit-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
td.dataTables_empty, th.dataTables_empty {
|
||||
text-align: center;
|
||||
}
|
||||
&.nowrap {
|
||||
th, td {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
div.dataTables_wrapper div {
|
||||
&.dataTables_length {
|
||||
label {
|
||||
font-weight: normal;
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
}
|
||||
select {
|
||||
width: 75px;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
&.dataTables_filter {
|
||||
text-align: right;
|
||||
label {
|
||||
font-weight: normal;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
}
|
||||
input {
|
||||
margin-left: 0.5em;
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
&.dataTables_info {
|
||||
padding-top: 0.85em;
|
||||
white-space: nowrap;
|
||||
}
|
||||
&.dataTables_paginate {
|
||||
margin: 0;
|
||||
white-space: nowrap;
|
||||
text-align: right;
|
||||
ul.pagination {
|
||||
margin: 2px 0;
|
||||
white-space: nowrap;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
}
|
||||
&.dataTables_processing {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 200px;
|
||||
margin-left: -100px;
|
||||
margin-top: -26px;
|
||||
text-align: center;
|
||||
padding: 1em 0;
|
||||
}
|
||||
}
|
||||
|
||||
table.dataTable thead {
|
||||
> tr > {
|
||||
th, td {
|
||||
&.sorting_asc, &.sorting_desc, &.sorting {
|
||||
padding-right: 30px;
|
||||
}
|
||||
}
|
||||
th:active, td:active {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
.sorting, .sorting_asc, .sorting_desc, .sorting_asc_disabled, .sorting_desc_disabled {
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
}
|
||||
%sorting-style {
|
||||
position: absolute;
|
||||
bottom: 0.9em;
|
||||
display: block;
|
||||
opacity: 0.5;
|
||||
}
|
||||
.sorting {
|
||||
&:before, &:after {
|
||||
@extend %sorting-style;
|
||||
}
|
||||
}
|
||||
.sorting_asc {
|
||||
&:before, &:after {
|
||||
@extend %sorting-style;
|
||||
}
|
||||
}
|
||||
.sorting_desc {
|
||||
&:before, &:after {
|
||||
@extend %sorting-style;
|
||||
}
|
||||
}
|
||||
.sorting_asc_disabled {
|
||||
&:before, &:after {
|
||||
@extend %sorting-style;
|
||||
}
|
||||
}
|
||||
.sorting_desc_disabled {
|
||||
&:before, &:after {
|
||||
@extend %sorting-style;
|
||||
}
|
||||
}
|
||||
.sorting:before, .sorting_asc:before, .sorting_desc:before, .sorting_asc_disabled:before, .sorting_desc_disabled:before {
|
||||
right: 1em;
|
||||
content: "\2191";
|
||||
font-size: 15px;
|
||||
}
|
||||
.sorting:after, .sorting_asc:after, .sorting_desc:after, .sorting_asc_disabled:after, .sorting_desc_disabled:after {
|
||||
right: 0.5em;
|
||||
content: "\2193";
|
||||
font-size: 15px;
|
||||
}
|
||||
.sorting_asc:before, .sorting_desc:after {
|
||||
opacity: 1;
|
||||
}
|
||||
.sorting_asc_disabled:before, .sorting_desc_disabled:after {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
div {
|
||||
&.dataTables_scrollHead table.dataTable {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
&.dataTables_scrollBody table {
|
||||
border-top: none;
|
||||
margin-top: 0 !important;
|
||||
margin-bottom: 0 !important;
|
||||
thead {
|
||||
.sorting:after, .sorting_asc:after, .sorting_desc:after {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
tbody tr:first-child {
|
||||
th, td {
|
||||
border-top: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.dataTables_scrollFoot > .dataTables_scrollFootInner {
|
||||
box-sizing: content-box;
|
||||
> table {
|
||||
margin-top: 0 !important;
|
||||
border-top: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 767px) {
|
||||
div.dataTables_wrapper div {
|
||||
&.dataTables_length, &.dataTables_filter, &.dataTables_info, &.dataTables_paginate {
|
||||
text-align: center;
|
||||
margin-top: 11px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
div.dataTables_paginate ul.pagination{
|
||||
flex-wrap: wrap !important;
|
||||
justify-content: center !important;
|
||||
li {
|
||||
margin-bottom: 10px;
|
||||
a {
|
||||
font-size: 11px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
table {
|
||||
&.dataTable.table-sm {
|
||||
> thead > tr > th {
|
||||
padding-right: 20px;
|
||||
}
|
||||
.sorting:before, .sorting_asc:before, .sorting_desc:before {
|
||||
top: 5px;
|
||||
right: 0.85em;
|
||||
}
|
||||
.sorting:after, .sorting_asc:after, .sorting_desc:after {
|
||||
top: 5px;
|
||||
}
|
||||
}
|
||||
&.table-bordered.dataTable {
|
||||
th, td {
|
||||
border-left-width: 0;
|
||||
}
|
||||
th:last-child, td:last-child {
|
||||
border-right-width: 0;
|
||||
}
|
||||
tbody {
|
||||
th, td {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
div {
|
||||
&.dataTables_scrollHead table.table-bordered {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
&.table-responsive > div.dataTables_wrapper > div.row {
|
||||
margin: 0;
|
||||
> div[class^="col-"] {
|
||||
&:first-child, &:last-child {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,801 @@
|
||||
/* jQuery Scrollbar */
|
||||
.scroll-wrapper {
|
||||
overflow: hidden !important;
|
||||
padding: 0 !important;
|
||||
position: relative;
|
||||
> .scroll-content {
|
||||
border: none !important;
|
||||
box-sizing: content-box !important;
|
||||
height: auto;
|
||||
left: 0;
|
||||
margin: 0;
|
||||
max-height: none;
|
||||
max-width: none !important;
|
||||
overflow: scroll !important;
|
||||
padding: 0;
|
||||
position: relative !important;
|
||||
top: 0;
|
||||
width: auto !important;
|
||||
&::-webkit-scrollbar {
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.scroll-element {
|
||||
display: none;
|
||||
box-sizing: content-box;
|
||||
div {
|
||||
box-sizing: content-box;
|
||||
}
|
||||
&.scroll-x.scroll-scrollx_visible, &.scroll-y.scroll-scrolly_visible {
|
||||
display: block;
|
||||
}
|
||||
.scroll-arrow, .scroll-bar {
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
|
||||
.scroll-textarea {
|
||||
border: 1px solid #ccc;
|
||||
border-top-color: #999;
|
||||
> .scroll-content {
|
||||
overflow: hidden !important;
|
||||
> textarea {
|
||||
border: none !important;
|
||||
box-sizing: border-box;
|
||||
height: 100% !important;
|
||||
margin: 0;
|
||||
max-height: none !important;
|
||||
max-width: none !important;
|
||||
overflow: scroll !important;
|
||||
outline: 0;
|
||||
padding: 2px;
|
||||
position: relative !important;
|
||||
top: 0;
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-outer > .scroll-element .scroll-element_outer {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
.scrollbar-inner > .scroll-element {
|
||||
border: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
div {
|
||||
border: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
display: block;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
&.scroll-x {
|
||||
bottom: 2px;
|
||||
height: 7px;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
&.scroll-scrolly_visible {
|
||||
.scroll-element_size, .scroll-element_track {
|
||||
left: -12px;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.scroll-y {
|
||||
height: 100%;
|
||||
right: 2px;
|
||||
top: 0;
|
||||
width: 7px;
|
||||
&.scroll-scrollx_visible {
|
||||
.scroll-element_size, .scroll-element_track {
|
||||
top: -12px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.scroll-bar, .scroll-element_outer, .scroll-element_track {
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.scroll-bar {
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
|
||||
filter: alpha(opacity = 40);
|
||||
opacity: .4;
|
||||
}
|
||||
.scroll-element_track {
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
|
||||
filter: alpha(opacity = 40);
|
||||
opacity: .4;
|
||||
background-color: #e0e0e0;
|
||||
}
|
||||
.scroll-bar {
|
||||
background-color: #c2c2c2;
|
||||
}
|
||||
&.scroll-draggable .scroll-bar, &:hover .scroll-bar {
|
||||
background-color: #919191;
|
||||
}
|
||||
}
|
||||
|
||||
.scrollbar-outer > {
|
||||
.scroll-element {
|
||||
border: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
div {
|
||||
border: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
display: block;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
background-color: $white-color;
|
||||
&.scroll-x {
|
||||
bottom: 0;
|
||||
height: 12px;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
}
|
||||
&.scroll-y {
|
||||
height: 100%;
|
||||
right: 0;
|
||||
top: 0;
|
||||
width: 12px;
|
||||
}
|
||||
&.scroll-x .scroll-element_outer {
|
||||
height: 7px;
|
||||
top: 2px;
|
||||
}
|
||||
&.scroll-y .scroll-element_outer {
|
||||
left: 2px;
|
||||
width: 7px;
|
||||
}
|
||||
.scroll-element_track {
|
||||
background-color: #eee;
|
||||
}
|
||||
.scroll-bar, .scroll-element_outer, .scroll-element_track {
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.scroll-bar {
|
||||
background-color: #d9d9d9;
|
||||
&:hover {
|
||||
background-color: #c2c2c2;
|
||||
}
|
||||
}
|
||||
&.scroll-draggable .scroll-bar {
|
||||
background-color: #919191;
|
||||
}
|
||||
}
|
||||
.scroll-content.scroll-scrolly_visible {
|
||||
left: -12px;
|
||||
margin-left: 12px;
|
||||
}
|
||||
.scroll-element.scroll-x.scroll-scrolly_visible {
|
||||
.scroll-element_size, .scroll-element_track {
|
||||
left: -14px;
|
||||
}
|
||||
}
|
||||
.scroll-content.scroll-scrollx_visible {
|
||||
top: -12px;
|
||||
margin-top: 12px;
|
||||
}
|
||||
.scroll-element {
|
||||
&.scroll-y.scroll-scrollx_visible {
|
||||
.scroll-element_size, .scroll-element_track {
|
||||
top: -14px;
|
||||
}
|
||||
}
|
||||
&.scroll-x .scroll-bar {
|
||||
min-width: 10px;
|
||||
}
|
||||
&.scroll-y .scroll-bar {
|
||||
min-height: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.scrollbar-macosx {
|
||||
> .scroll-element {
|
||||
background: 0 0;
|
||||
border: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
div {
|
||||
background: 0 0;
|
||||
border: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
display: block;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
.scroll-element_track {
|
||||
display: none;
|
||||
}
|
||||
.scroll-bar {
|
||||
background-color: #6C6E71;
|
||||
display: block;
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
||||
filter: alpha(opacity = 0);
|
||||
opacity: 0;
|
||||
-webkit-border-radius: 7px;
|
||||
-moz-border-radius: 7px;
|
||||
border-radius: 7px;
|
||||
-webkit-transition: opacity .2s linear;
|
||||
-moz-transition: opacity .2s linear;
|
||||
-o-transition: opacity .2s linear;
|
||||
-ms-transition: opacity .2s linear;
|
||||
transition: opacity .2s linear;
|
||||
}
|
||||
}
|
||||
&:hover > .scroll-element .scroll-bar {
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
|
||||
filter: alpha(opacity = 70);
|
||||
opacity: .7;
|
||||
}
|
||||
> .scroll-element {
|
||||
&.scroll-draggable .scroll-bar {
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
|
||||
filter: alpha(opacity = 70);
|
||||
opacity: .7;
|
||||
}
|
||||
&.scroll-x {
|
||||
bottom: 0;
|
||||
height: 0;
|
||||
left: 0;
|
||||
min-width: 100%;
|
||||
overflow: visible;
|
||||
width: 100%;
|
||||
}
|
||||
&.scroll-y {
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
right: 0;
|
||||
top: 0;
|
||||
width: 0;
|
||||
}
|
||||
&.scroll-x .scroll-bar {
|
||||
height: 7px;
|
||||
min-width: 10px;
|
||||
top: -9px;
|
||||
}
|
||||
&.scroll-y .scroll-bar {
|
||||
left: -9px;
|
||||
min-height: 10px;
|
||||
width: 7px;
|
||||
}
|
||||
&.scroll-x {
|
||||
.scroll-element_outer {
|
||||
left: 2px;
|
||||
}
|
||||
.scroll-element_size {
|
||||
left: -4px;
|
||||
}
|
||||
}
|
||||
&.scroll-y {
|
||||
.scroll-element_outer {
|
||||
top: 2px;
|
||||
}
|
||||
.scroll-element_size {
|
||||
top: -4px;
|
||||
}
|
||||
}
|
||||
&.scroll-x.scroll-scrolly_visible .scroll-element_size {
|
||||
left: -11px;
|
||||
}
|
||||
&.scroll-y.scroll-scrollx_visible .scroll-element_size {
|
||||
top: -11px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.scrollbar-light > {
|
||||
.scroll-element {
|
||||
border: none;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
div {
|
||||
border: none;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
display: block;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
background-color: $white-color;
|
||||
.scroll-element_outer {
|
||||
-webkit-border-radius: 10px;
|
||||
-moz-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
.scroll-element_size {
|
||||
background: -moz-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
|
||||
background: -webkit-gradient(linear, left top, right top, color-stop(0, #dbdbdb), color-stop(100%, #e8e8e8));
|
||||
background: -webkit-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
|
||||
background: -o-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
|
||||
background: -ms-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
|
||||
background: linear-gradient(to right, #dbdbdb 0, #e8e8e8 100%);
|
||||
-webkit-border-radius: 10px;
|
||||
-moz-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
&.scroll-x {
|
||||
bottom: 0;
|
||||
height: 17px;
|
||||
left: 0;
|
||||
min-width: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
&.scroll-y {
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
right: 0;
|
||||
top: 0;
|
||||
width: 17px;
|
||||
}
|
||||
.scroll-bar {
|
||||
background: -moz-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
|
||||
background: -webkit-gradient(linear, left top, right top, color-stop(0, #fefefe), color-stop(100%, #f5f5f5));
|
||||
background: -webkit-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
|
||||
background: -o-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
|
||||
background: -ms-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
|
||||
background: linear-gradient(to right, #fefefe 0, #f5f5f5 100%);
|
||||
border: 1px solid #dbdbdb;
|
||||
-webkit-border-radius: 10px;
|
||||
-moz-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
}
|
||||
.scroll-content {
|
||||
&.scroll-scrolly_visible {
|
||||
left: -17px;
|
||||
margin-left: 17px;
|
||||
}
|
||||
&.scroll-scrollx_visible {
|
||||
top: -17px;
|
||||
margin-top: 17px;
|
||||
}
|
||||
}
|
||||
.scroll-element {
|
||||
&.scroll-x .scroll-bar {
|
||||
height: 10px;
|
||||
min-width: 10px;
|
||||
top: 0;
|
||||
}
|
||||
&.scroll-y .scroll-bar {
|
||||
left: 0;
|
||||
min-height: 10px;
|
||||
width: 10px;
|
||||
}
|
||||
&.scroll-x {
|
||||
.scroll-element_outer {
|
||||
height: 12px;
|
||||
left: 2px;
|
||||
top: 2px;
|
||||
}
|
||||
.scroll-element_size {
|
||||
left: -4px;
|
||||
}
|
||||
}
|
||||
&.scroll-y .scroll-element_outer {
|
||||
left: 2px;
|
||||
top: 2px;
|
||||
width: 12px;
|
||||
}
|
||||
&.scroll-x.scroll-scrolly_visible {
|
||||
.scroll-element_size, .scroll-element_track {
|
||||
left: -19px;
|
||||
}
|
||||
}
|
||||
&.scroll-y {
|
||||
.scroll-element_size {
|
||||
top: -4px;
|
||||
}
|
||||
&.scroll-scrollx_visible {
|
||||
.scroll-element_size, .scroll-element_track {
|
||||
top: -19px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.scrollbar-rail > {
|
||||
.scroll-element {
|
||||
border: none;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
div {
|
||||
border: none;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
display: block;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
background-color: $white-color;
|
||||
.scroll-element_size {
|
||||
background-color: #999;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
.scroll-element_outer:hover .scroll-element_size {
|
||||
background-color: #666;
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
&.scroll-x {
|
||||
bottom: 0;
|
||||
height: 12px;
|
||||
left: 0;
|
||||
min-width: 100%;
|
||||
padding: 3px 0 2px;
|
||||
width: 100%;
|
||||
}
|
||||
&.scroll-y {
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
padding: 0 2px 0 3px;
|
||||
right: 0;
|
||||
top: 0;
|
||||
width: 12px;
|
||||
}
|
||||
.scroll-bar {
|
||||
background-color: #d0b9a0;
|
||||
-webkit-border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
.scroll-element_outer:hover .scroll-bar {
|
||||
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
}
|
||||
.scroll-content {
|
||||
&.scroll-scrolly_visible {
|
||||
left: -17px;
|
||||
margin-left: 17px;
|
||||
}
|
||||
&.scroll-scrollx_visible {
|
||||
margin-top: 17px;
|
||||
top: -17px;
|
||||
}
|
||||
}
|
||||
.scroll-element {
|
||||
&.scroll-x .scroll-bar {
|
||||
height: 10px;
|
||||
min-width: 10px;
|
||||
top: 1px;
|
||||
}
|
||||
&.scroll-y .scroll-bar {
|
||||
left: 1px;
|
||||
min-height: 10px;
|
||||
width: 10px;
|
||||
}
|
||||
&.scroll-x {
|
||||
.scroll-element_outer {
|
||||
height: 15px;
|
||||
left: 5px;
|
||||
}
|
||||
.scroll-element_size {
|
||||
height: 2px;
|
||||
left: -10px;
|
||||
top: 5px;
|
||||
}
|
||||
}
|
||||
&.scroll-y {
|
||||
.scroll-element_outer {
|
||||
top: 5px;
|
||||
width: 15px;
|
||||
}
|
||||
.scroll-element_size {
|
||||
left: 5px;
|
||||
top: -10px;
|
||||
width: 2px;
|
||||
}
|
||||
}
|
||||
&.scroll-x.scroll-scrolly_visible {
|
||||
.scroll-element_size, .scroll-element_track {
|
||||
left: -25px;
|
||||
}
|
||||
}
|
||||
&.scroll-y.scroll-scrollx_visible {
|
||||
.scroll-element_size, .scroll-element_track {
|
||||
top: -25px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.scrollbar-dynamic > .scroll-element {
|
||||
background: 0 0;
|
||||
border: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
div {
|
||||
background: 0 0;
|
||||
border: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
display: block;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
&.scroll-x {
|
||||
bottom: 2px;
|
||||
height: 7px;
|
||||
left: 0;
|
||||
min-width: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
&.scroll-y {
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
right: 2px;
|
||||
top: 0;
|
||||
width: 7px;
|
||||
}
|
||||
.scroll-element_outer {
|
||||
opacity: .3;
|
||||
-webkit-border-radius: 12px;
|
||||
-moz-border-radius: 12px;
|
||||
border-radius: 12px;
|
||||
}
|
||||
.scroll-element_size {
|
||||
background-color: #ccc;
|
||||
opacity: 0;
|
||||
-webkit-border-radius: 12px;
|
||||
-moz-border-radius: 12px;
|
||||
border-radius: 12px;
|
||||
-webkit-transition: opacity .2s;
|
||||
-moz-transition: opacity .2s;
|
||||
-o-transition: opacity .2s;
|
||||
-ms-transition: opacity .2s;
|
||||
transition: opacity .2s;
|
||||
}
|
||||
.scroll-bar {
|
||||
background-color: #6c6e71;
|
||||
-webkit-border-radius: 7px;
|
||||
-moz-border-radius: 7px;
|
||||
border-radius: 7px;
|
||||
}
|
||||
&.scroll-x .scroll-bar {
|
||||
bottom: 0;
|
||||
height: 7px;
|
||||
min-width: 24px;
|
||||
top: auto;
|
||||
}
|
||||
&.scroll-y .scroll-bar {
|
||||
left: auto;
|
||||
min-height: 24px;
|
||||
right: 0;
|
||||
width: 7px;
|
||||
}
|
||||
&.scroll-x .scroll-element_outer {
|
||||
bottom: 0;
|
||||
top: auto;
|
||||
left: 2px;
|
||||
-webkit-transition: height .2s;
|
||||
-moz-transition: height .2s;
|
||||
-o-transition: height .2s;
|
||||
-ms-transition: height .2s;
|
||||
transition: height .2s;
|
||||
}
|
||||
&.scroll-y .scroll-element_outer {
|
||||
left: auto;
|
||||
right: 0;
|
||||
top: 2px;
|
||||
-webkit-transition: width .2s;
|
||||
-moz-transition: width .2s;
|
||||
-o-transition: width .2s;
|
||||
-ms-transition: width .2s;
|
||||
transition: width .2s;
|
||||
}
|
||||
&.scroll-x .scroll-element_size {
|
||||
left: -4px;
|
||||
}
|
||||
&.scroll-y .scroll-element_size {
|
||||
top: -4px;
|
||||
}
|
||||
&.scroll-x.scroll-scrolly_visible .scroll-element_size {
|
||||
left: -11px;
|
||||
}
|
||||
&.scroll-y.scroll-scrollx_visible .scroll-element_size {
|
||||
top: -11px;
|
||||
}
|
||||
&.scroll-draggable .scroll-element_outer, &:hover .scroll-element_outer {
|
||||
overflow: hidden;
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
|
||||
filter: alpha(opacity = 70);
|
||||
opacity: .7;
|
||||
}
|
||||
&.scroll-draggable .scroll-element_outer .scroll-element_size, &:hover .scroll-element_outer .scroll-element_size {
|
||||
opacity: 1;
|
||||
}
|
||||
&.scroll-draggable .scroll-element_outer .scroll-bar, &:hover .scroll-element_outer .scroll-bar {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
-webkit-border-radius: 12px;
|
||||
-moz-border-radius: 12px;
|
||||
border-radius: 12px;
|
||||
}
|
||||
&.scroll-x {
|
||||
&.scroll-draggable .scroll-element_outer, &:hover .scroll-element_outer {
|
||||
height: 20px;
|
||||
min-height: 7px;
|
||||
}
|
||||
}
|
||||
&.scroll-y {
|
||||
&.scroll-draggable .scroll-element_outer, &:hover .scroll-element_outer {
|
||||
min-width: 7px;
|
||||
width: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.scrollbar-chrome > {
|
||||
.scroll-element {
|
||||
border: none;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
div {
|
||||
border: none;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
display: block;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
background-color: $white-color;
|
||||
.scroll-element_track {
|
||||
background: $grey-color;
|
||||
border: 1px solid #dbdbdb;
|
||||
}
|
||||
&.scroll-x {
|
||||
bottom: 0;
|
||||
height: 16px;
|
||||
left: 0;
|
||||
min-width: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
&.scroll-y {
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
right: 0;
|
||||
top: 0;
|
||||
width: 16px;
|
||||
}
|
||||
.scroll-bar {
|
||||
background-color: #d9d9d9;
|
||||
border: 1px solid #bdbdbd;
|
||||
cursor: default;
|
||||
-webkit-border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
&:hover {
|
||||
background-color: #c2c2c2;
|
||||
border-color: #a9a9a9;
|
||||
}
|
||||
}
|
||||
&.scroll-draggable .scroll-bar {
|
||||
background-color: #919191;
|
||||
border-color: #7e7e7e;
|
||||
}
|
||||
}
|
||||
.scroll-content {
|
||||
&.scroll-scrolly_visible {
|
||||
left: -16px;
|
||||
margin-left: 16px;
|
||||
}
|
||||
&.scroll-scrollx_visible {
|
||||
top: -16px;
|
||||
margin-top: 16px;
|
||||
}
|
||||
}
|
||||
.scroll-element {
|
||||
&.scroll-x .scroll-bar {
|
||||
height: 5px;
|
||||
min-width: 10px;
|
||||
top: 3px;
|
||||
}
|
||||
&.scroll-y .scroll-bar {
|
||||
left: 3px;
|
||||
min-height: 10px;
|
||||
width: 5px;
|
||||
}
|
||||
&.scroll-x {
|
||||
.scroll-element_outer {
|
||||
border-left: 1px solid #dbdbdb;
|
||||
}
|
||||
.scroll-element_track {
|
||||
height: 14px;
|
||||
left: -3px;
|
||||
}
|
||||
.scroll-element_size {
|
||||
height: 14px;
|
||||
left: -4px;
|
||||
}
|
||||
&.scroll-scrolly_visible {
|
||||
.scroll-element_size, .scroll-element_track {
|
||||
left: -19px;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.scroll-y {
|
||||
.scroll-element_outer {
|
||||
border-top: 1px solid #dbdbdb;
|
||||
}
|
||||
.scroll-element_track {
|
||||
top: -3px;
|
||||
width: 14px;
|
||||
}
|
||||
.scroll-element_size {
|
||||
top: -4px;
|
||||
width: 14px;
|
||||
}
|
||||
&.scroll-scrollx_visible {
|
||||
.scroll-element_size, .scroll-element_track {
|
||||
top: -19px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,270 @@
|
||||
/* jQuery Ui */
|
||||
.ui-draggable-handle {
|
||||
-ms-touch-action: none;
|
||||
touch-action: none;
|
||||
}
|
||||
|
||||
.ui-helper-hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ui-helper-hidden-accessible {
|
||||
border: 0;
|
||||
clip: rect(0 0 0 0);
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
}
|
||||
|
||||
.ui-helper-reset {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
outline: 0;
|
||||
line-height: 1.3;
|
||||
text-decoration: none;
|
||||
font-size: 100%;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.ui-helper-clearfix {
|
||||
&:after, &:before {
|
||||
content: "";
|
||||
display: table;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
&:after {
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
|
||||
.ui-helper-zfix {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
filter: Alpha(Opacity = 0);
|
||||
}
|
||||
|
||||
.ui-front {
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.ui-state-disabled {
|
||||
cursor: default !important;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.ui-icon {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin-top: -.25em;
|
||||
position: relative;
|
||||
text-indent: -99999px;
|
||||
overflow: hidden;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.ui-widget-icon-block {
|
||||
left: 50%;
|
||||
margin-left: -8px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.ui-widget-overlay {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.ui-resizable {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.ui-resizable-handle {
|
||||
position: absolute;
|
||||
font-size: .1px;
|
||||
display: block;
|
||||
-ms-touch-action: none;
|
||||
touch-action: none;
|
||||
}
|
||||
|
||||
.ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ui-resizable-n {
|
||||
cursor: n-resize;
|
||||
height: 7px;
|
||||
width: 100%;
|
||||
top: -5px;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.ui-resizable-s {
|
||||
cursor: s-resize;
|
||||
height: 7px;
|
||||
width: 100%;
|
||||
bottom: -5px;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.ui-resizable-e {
|
||||
cursor: e-resize;
|
||||
width: 7px;
|
||||
right: -5px;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.ui-resizable-w {
|
||||
cursor: w-resize;
|
||||
width: 7px;
|
||||
left: -5px;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.ui-resizable-se {
|
||||
cursor: se-resize;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
right: 1px;
|
||||
bottom: 1px;
|
||||
}
|
||||
|
||||
.ui-resizable-sw {
|
||||
cursor: sw-resize;
|
||||
width: 9px;
|
||||
height: 9px;
|
||||
left: -5px;
|
||||
bottom: -5px;
|
||||
}
|
||||
|
||||
.ui-resizable-nw {
|
||||
cursor: nw-resize;
|
||||
width: 9px;
|
||||
height: 9px;
|
||||
left: -5px;
|
||||
top: -5px;
|
||||
}
|
||||
|
||||
.ui-resizable-ne {
|
||||
cursor: ne-resize;
|
||||
width: 9px;
|
||||
height: 9px;
|
||||
right: -5px;
|
||||
top: -5px;
|
||||
}
|
||||
|
||||
.ui-selectable {
|
||||
-ms-touch-action: none;
|
||||
touch-action: none;
|
||||
}
|
||||
|
||||
.ui-selectable-helper {
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
border: 1px dotted #000;
|
||||
}
|
||||
|
||||
.ui-sortable-handle {
|
||||
-ms-touch-action: none;
|
||||
touch-action: none;
|
||||
}
|
||||
|
||||
.ui-slider {
|
||||
position: relative;
|
||||
text-align: left;
|
||||
background: #ddd;
|
||||
.ui-slider-handle {
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
cursor: default;
|
||||
-ms-touch-action: none;
|
||||
touch-action: none;
|
||||
}
|
||||
.ui-slider-range {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
font-size: .7em;
|
||||
display: block;
|
||||
border: 0;
|
||||
background-position: 0 0;
|
||||
}
|
||||
&.ui-state-disabled {
|
||||
.ui-slider-handle, .ui-slider-range {
|
||||
filter: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ui-slider-horizontal {
|
||||
height: .4em;
|
||||
.ui-slider-handle {
|
||||
top: -.4em;
|
||||
margin-left: -.6em;
|
||||
}
|
||||
.ui-slider-range {
|
||||
top: 0;
|
||||
height: 100%;
|
||||
}
|
||||
.ui-slider-range-min {
|
||||
left: 0;
|
||||
}
|
||||
.ui-slider-range-max {
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.ui-slider-vertical {
|
||||
width: .8em;
|
||||
height: 100px;
|
||||
.ui-slider-handle {
|
||||
left: -.3em;
|
||||
margin-left: 0;
|
||||
margin-bottom: -.6em;
|
||||
}
|
||||
.ui-slider-range {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
}
|
||||
.ui-slider-range-min {
|
||||
bottom: 0;
|
||||
}
|
||||
.ui-slider-range-max {
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.ui-slider-handle {
|
||||
background: $white-color;
|
||||
background: -moz-linear-gradient(top, $white-color 0, #f7f7f7 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, $white-color), color-stop(100%, #f7f7f7));
|
||||
background: -webkit-linear-gradient(top, $white-color 0, #f7f7f7 100%);
|
||||
background: -o-linear-gradient(top, $white-color 0, #f7f7f7 100%);
|
||||
background: -ms-linear-gradient(top, $white-color 0, #f7f7f7 100%);
|
||||
background: linear-gradient(to bottom, $white-color 0, #f7f7f7 100%);
|
||||
border-radius: 50px;
|
||||
box-shadow: 0 1px 4px 0 #9191ab !important;
|
||||
&:focus {
|
||||
background: $white-color;
|
||||
background: -moz-linear-gradient(top, $white-color 0, #f7f7f7 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, $white-color), color-stop(100%, #f7f7f7));
|
||||
background: -webkit-linear-gradient(top, $white-color 0, #f7f7f7 100%);
|
||||
background: -o-linear-gradient(top, $white-color 0, #f7f7f7 100%);
|
||||
background: -ms-linear-gradient(top, $white-color 0, #f7f7f7 100%);
|
||||
background: linear-gradient(to bottom, $white-color 0, #f7f7f7 100%);
|
||||
border-radius: 50px;
|
||||
box-shadow: 0 1px 4px 0 #9191ab !important;
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
/* Sweet Alert */
|
||||
|
||||
.swal-footer {
|
||||
text-align: center !important;
|
||||
margin-bottom: 20px !important;
|
||||
}
|
Reference in New Issue
Block a user