| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281 | /*  THEME COLORs========================================================================== *//* Looks good on chrome default color profile *//* looks good in sRGB but washed up on chrome default $color-primary:						#826bb0;$color-success:						#31cb55;$color-info:						#5e93ec;$color-warning:						#eec559;$color-danger:						#dc4b92;$color-fusion:						darken(desaturate(adjust-hue($color-primary, 5), 80%), 25%); *//*  Color Polarity========================================================================== *//*  PAINTBUCKET MIXER========================================================================== *//* the grays *//* the sapphires *//* the emeralds *//* the amethyths *//* the topaz *//* the rubies *//* the graphites *//*  Define universal border difition (div outlines, etc)========================================================================== *//*  MOBILE BREAKPOINT & GUTTERS (contains some bootstrap responsive overrides)========================================================================== *//* define when mobile menu activates, here we are declearing (lg) so it targets the one after it *//* bootstrap reference xs: 0,  sm: 544px, md: 768px, lg: 992px, xl: 1200px*//* global var used for spacing*//* Uniform Padding variable *//* Heads up! This is a global scoped variable - changing may impact the whole template *//*   BOOTSTRAP OVERRIDES (bootstrap variables)========================================================================== *//* usage: theme-colors("primary"); *//* forms *//*$input-height:							calc(2.25rem + 1px); //I had to add this because the input gruops was having improper height for some reason... *//* links *//* checkbox *//*$custom-file-height-inner:				calc(2.25rem - 1px);*//* not part of bootstrap variable *//* custom checkbox *//* custom range *//* select *//* badge *//* cards *//*border radius*//* alert *//* toast *//* breadcrumb *//* input button *//* nav link *//* nav, tabs, pills *//* tables *//* dropdowns *//* dropdowns sizes *//* popovers *//* tooltips *//* modal *//* reference guidehttp://www.standardista.com/px-to-rem-conversion-if-root-font-size-is-16px/8px = 0.5rem9px = 0.5625rem10px = 0.625rem11px = 0.6875rem12px = 0.75rem13px = 0.8125rem14px = 0.875rem15px = 0.9375rem16px = 1rem (base)17px = 1.0625rem18px = 1.125rem19px = 1.1875rem20px = 1.25rem21px = 1.3125rem22px = 1.375rem24px = 1.5rem25px = 1.5625rem26px = 1.625rem28px = 1.75rem30px = 1.875rem32px = 2rem34px = 2.125rem36px = 2.25rem38px = 2.375rem40px = 2.5rem*//* Fonts *//* carousel *//*  BASE VARS========================================================================== *//* font vars below will auto change to rem values using function rem($value)*//* 11px   *//* 12px   *//* 12.5px *//* 14px   *//* 15px   *//* 16px   *//* 28px   *//*  Font Family========================================================================== *//*hint: you can also try the font called 'Poppins' by replacing the font 'Roboto' *//*  ANIMATIONS========================================================================== *//* this addresses all animation related to nav hide to nav minify *//*  Z-INDEX declearation========================================================================== *//* we adjust bootstrap z-index to be higher than our higest z-index*//*  CUSTOM ICON PREFIX ========================================================================== *//*  PRINT CSS (landscape or portrait)========================================================================== *//* landscape or portrait *//* auto, letter *//*  Common Element Variables========================================================================== *//* Z-index decleartion "birds eye view"========================================================================== *//*  Components========================================================================== *//*  PAGE HEADER STUFF========================================================================== *//* colors *//* height *//* logo *//* try not to go beywond the width of $main_nav_width value *//* you may need to change this depending on your logo design *//* adjust this as you see fit : left, right, center *//* icon font size (not button) *//* search input box *//* suggestion: #ccced0*//* btn *//* dropdown: app list *//* badge *//* COMPONENTS & MODS *//*  NAVIGATION STUFFGuide:aside.page-sidebar ($nav-width, $nav-background)	.page-logo	.primary-nav		.info-card		ul.nav-menu			li				a (parent level-0..., $nav-link-color, $nav-link-hover-color, $nav-link-hover-bg-color, $nav-link-hover-left-border-color)					icon 					span					collapse-sign 									ul.nav-menu-sub-one  					li						a ($nav-level-1... $nav-sub-link-height)							span							collapse-sign						ul.nav-menu-sub-two							li								a ($nav-level-2... $nav-sub-link-height)									span		p.nav-title ($nav-title-*...)========================================================================== *//* main navigation *//* left panel *//* nav parent level-0 *//* nav icon sizes *//* badge default *//* all child *//* nav title *//* nav Minify *//* when the menu pops on hover *//* navigation Width *//* partial visibility of the menu *//* top navigation *//* nav Info Card (appears below the logo) *//* width is auto *//* nav DL labels for all child *//* will be pulled to left as a negative value *//*   MISC Settings========================================================================== *//* List Table *//*   PAGE SETTINGS========================================================================== *//*   PAGE BREADCRUMB ========================================================================== *//*   PAGE COMPONENT PANELS ========================================================================== *//*   PAGE COMPONENT PROGRESSBARS ========================================================================== *//*   PAGE COMPONENT MESSENGER ========================================================================== *//*   FOOTER========================================================================== *//*   GLOBALS========================================================================== *//* ACCESSIBILITIES *//* SHORTCUT BUTTON (appears on bottom right of the page) */.app-body-demo {  height: 350px;  max-width: 550px;  margin: 0 auto;  background-color: #fff;  border: 1px solid rgba(0, 0, 0, 0.125); }  .app-body-demo .app-nav-demo:not(.app-nav-demo-minify) {    width: 20%; }  .app-body-demo .app-nav-demo-minify {    width: 7%;    padding: 3px; }    .app-body-demo .app-nav-demo-minify .page-logo {      width: auto; }  .app-body-demo .app-nav-demo-hidden {    width: 10px; }  .app-body-demo .app-header-demo {    height: 30px; }  .app-body-demo .app-nav-demo-top {    height: 26px; }  .app-body-demo .app-header-btn-demo {    width: 26px;    height: 18px;    border-radius: 2px;    padding: 0 !important;    font-size: 10px; }  .app-body-demo .app-hematite-demo {    background: #434a51; }  .app-body-demo .app-amethyst-demo {    background: #5c4581; }  .app-body-demo .app-aquamarine-demo {    background: #476f85; }  .app-body-demo .app-sapphire-demo {    background: #334768; }#app-eventlog {  height: 260px;  min-height: 260px;  max-height: 300px;  overflow: auto;  display: block;  /*> div:last-child {		background:#f9f4b5;	}	> div:nth-last-child(2) {		background:#fffde1;	}*/ }  #app-eventlog > div:not(:last-child) {    border-bottom: 1px solid #eaeaea; }  #app-eventlog:empty {    background: #eee; }    #app-eventlog:empty:before {      content: "Event Logs";      font-size: 28px;      font-weight: 300;      color: #c7c7c7;      display: -webkit-box;      display: -ms-flexbox;      display: flex;      -webkit-box-align: center;          -ms-flex-align: center;              align-items: center;      -webkit-box-pack: center;          -ms-flex-pack: center;              justify-content: center;      position: absolute;      top: -20px;      bottom: 0;      right: 0;      left: 0; }  #app-eventlog .fs-base .badge {    font-size: 90% !important;    font-weight: 400 !important;    background: #a9a9a9;    text-align: right;    min-width: 50px; }.prettyprint {  overflow: auto;  background: #f7f9fa;  font-size: 100%;  padding: 1rem 1rem !important;  border: 0 !important; }
 |