Added scss
This commit is contained in:
@@ -0,0 +1,877 @@
|
||||
@-moz-keyframes blink {
|
||||
0% {
|
||||
-moz-transform: scale(0);
|
||||
opacity: 0.0;
|
||||
}
|
||||
25% {
|
||||
-moz-transform: scale(0.1);
|
||||
opacity: 0.1;
|
||||
}
|
||||
50% {
|
||||
-moz-transform: scale(0.5);
|
||||
opacity: 0.3;
|
||||
}
|
||||
75% {
|
||||
-moz-transform: scale(0.8);
|
||||
opacity: 0.5;
|
||||
}
|
||||
100% {
|
||||
-moz-transform: scale(1);
|
||||
opacity: 0.0;
|
||||
}
|
||||
}
|
||||
|
||||
@-webkit-keyframes blink {
|
||||
0% {
|
||||
-webkit-transform: scale(0);
|
||||
opacity: 0.0;
|
||||
}
|
||||
25% {
|
||||
-webkit-transform: scale(0.1);
|
||||
opacity: 0.1;
|
||||
}
|
||||
50% {
|
||||
-webkit-transform: scale(0.5);
|
||||
opacity: 0.3;
|
||||
}
|
||||
75% {
|
||||
-webkit-transform: scale(0.8);
|
||||
opacity: 0.5;
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: scale(1);
|
||||
opacity: 0.0;
|
||||
}
|
||||
}
|
||||
|
||||
.top-bar {
|
||||
position: fixed;
|
||||
top:0;
|
||||
left:0;
|
||||
z-index: 1051;
|
||||
width:100%;
|
||||
.navbar {
|
||||
padding: 0;
|
||||
height: 60px;
|
||||
@include mobile-landscape {
|
||||
height: auto;
|
||||
}
|
||||
.mobile-toggle {
|
||||
position: absolute;
|
||||
color: $white;
|
||||
display: none;
|
||||
padding: 20px 30px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
font-size: 1.25rem;
|
||||
cursor: pointer;
|
||||
|
||||
@include mobile-landscape {
|
||||
display: block;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
top: 0;
|
||||
z-index: 99;
|
||||
width: 78px;
|
||||
height: 60px;
|
||||
padding: 0;
|
||||
font-size: 17px;
|
||||
color:$sidebar-text;
|
||||
border: 0;
|
||||
line-height: 60px;
|
||||
}
|
||||
@include mobile-portrait-sm {
|
||||
display: block;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
top: 0;
|
||||
z-index: 99;
|
||||
width: 78px;
|
||||
height: 60px;
|
||||
padding: 0;
|
||||
font-size: 17px;
|
||||
color:$sidebar-text;
|
||||
border: 0;
|
||||
line-height: 60px;
|
||||
}
|
||||
@include mobile-portrait-xs {
|
||||
display: block;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
top: 0;
|
||||
z-index: 99;
|
||||
width: 78px;
|
||||
height: 60px;
|
||||
padding: 0;
|
||||
font-size: 17px;
|
||||
color:$sidebar-text;
|
||||
border: 0;
|
||||
line-height: 60px;
|
||||
}
|
||||
}
|
||||
.navbar-header {
|
||||
background: $sidebar-dark;
|
||||
width: 240px;
|
||||
-webkit-flex-shrink: 0;
|
||||
-ms-flex-negative: 0;
|
||||
flex-shrink: 0;
|
||||
height: 60px;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
transition: all 0.3s ease-out;
|
||||
position: relative;
|
||||
z-index: 99;
|
||||
padding-left: 1.6rem;
|
||||
.logo-desktop {
|
||||
width:130px;
|
||||
height:auto;
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
transition: all ease-in-out 0.2s;
|
||||
}
|
||||
.logo-mobile {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
width:30px;
|
||||
height:auto;
|
||||
transition: all ease-in-out 0.2s;
|
||||
}
|
||||
@include mobile-landscape {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
padding:0;
|
||||
height:60px;
|
||||
justify-content: center;
|
||||
}
|
||||
@include mobile-portrait-sm {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
padding:0;
|
||||
height:60px;
|
||||
justify-content: center;
|
||||
}
|
||||
@include mobile-portrait-xs {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
padding:0;
|
||||
height:60px;
|
||||
justify-content: center;
|
||||
}
|
||||
.navbar-brand {
|
||||
font-weight: $font-bold;
|
||||
color: $white;
|
||||
margin:0;
|
||||
}
|
||||
.nav-link {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
.navbar-toggler {
|
||||
&:focus {
|
||||
outline: 0;
|
||||
}
|
||||
@include mobile-landscape {
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
top: 0;
|
||||
color: $white;
|
||||
z-index: 99;
|
||||
width:78px;
|
||||
height:60px;
|
||||
padding:0;
|
||||
font-size:17px;
|
||||
color:$sidebar-text;
|
||||
border:0;
|
||||
line-height: 60px;
|
||||
}
|
||||
@include mobile-portrait-sm {
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
top: 0;
|
||||
color: $white;
|
||||
z-index: 99;
|
||||
width:78px;
|
||||
height:60px;
|
||||
padding:0;
|
||||
font-size:17px;
|
||||
color:$sidebar-text;
|
||||
border:0;
|
||||
line-height: 60px;
|
||||
}
|
||||
@include mobile-portrait-xs {
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
top: 0;
|
||||
color: $white;
|
||||
z-index: 99;
|
||||
width:78px;
|
||||
height:60px;
|
||||
padding:0;
|
||||
font-size:17px;
|
||||
color:$sidebar-text;
|
||||
border:0;
|
||||
line-height: 60px;
|
||||
}
|
||||
}
|
||||
.nav-link {
|
||||
color: $sidebar-text;
|
||||
padding: 1.4rem 1rem 1.4rem 1rem;
|
||||
font-size:14px;
|
||||
&:first-child {
|
||||
padding-left:0;
|
||||
padding-right:2rem;
|
||||
}
|
||||
&:hover {
|
||||
color: $primary;
|
||||
}
|
||||
@include mobile-landscape {
|
||||
padding: 1.3rem 0.5rem;
|
||||
}
|
||||
@include mobile-portrait-sm {
|
||||
font-size: $font-xs;
|
||||
}
|
||||
}
|
||||
.nav-left {
|
||||
margin-left:2.1rem;
|
||||
@include mobile-landscape {
|
||||
display: none;
|
||||
}
|
||||
@include mobile-portrait-sm {
|
||||
display: none;
|
||||
}
|
||||
@include mobile-portrait-xs {
|
||||
display: none;
|
||||
}
|
||||
.nav-item.dropdown{
|
||||
.dropdown-menu{
|
||||
a {
|
||||
padding:0.7rem 1.5rem 0.7rem 1.5rem;
|
||||
font-size: 1rem;
|
||||
line-height: 18px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.dropdown-menu{
|
||||
left:0;
|
||||
right: inherit;
|
||||
a{
|
||||
padding: 0.6rem 0rem;
|
||||
&.dropdown-item {
|
||||
&:hover {
|
||||
background-color: transparent;
|
||||
color: $primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.mega-menu {
|
||||
min-width: calc(100% - 60px);
|
||||
overflow:hidden;
|
||||
margin-left: 30px;
|
||||
margin-right: 30px;
|
||||
left: 0;
|
||||
padding: 0px;
|
||||
ul {
|
||||
padding: 0;
|
||||
margin: 0 -0.5rem;
|
||||
li {
|
||||
padding: 0.3rem 0.5rem;
|
||||
}
|
||||
}
|
||||
.arrow-triangle {
|
||||
left: 85px;
|
||||
right: inherit;
|
||||
}
|
||||
.chart-wrap {
|
||||
margin-right:-5px;
|
||||
margin-bottom:-5px;
|
||||
.apexchart-wrapper {
|
||||
position: relative;
|
||||
margin-top: -163px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.nav-right {
|
||||
margin-right:1.7rem;
|
||||
|
||||
@include mobile-landscape {
|
||||
margin:0 !important;
|
||||
justify-content: space-between;
|
||||
padding:0 30px;
|
||||
width: 100%;;
|
||||
}
|
||||
@include mobile-portrait-sm {
|
||||
margin:0 !important;
|
||||
justify-content: space-between;
|
||||
padding:0 30px;
|
||||
width: 100%;;
|
||||
}
|
||||
@include mobile-portrait-xs {
|
||||
margin:0 !important;
|
||||
justify-content: space-between;
|
||||
padding:0 30px;
|
||||
width: 100%;;
|
||||
}
|
||||
li {
|
||||
a {
|
||||
&::after {
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
.nav-item {
|
||||
width:50px;
|
||||
text-align: center;
|
||||
@include mobile-portrait-sm {
|
||||
position: inherit;
|
||||
}
|
||||
@include mobile-portrait-xs {
|
||||
position: inherit;
|
||||
}
|
||||
.nav-link {
|
||||
padding: 1.4rem 0rem;
|
||||
font-size:17px;
|
||||
}
|
||||
&.dropdown{
|
||||
.dropdown-toggle{
|
||||
&::after {
|
||||
margin:0;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.user-profile {
|
||||
width: 50px;
|
||||
.nav-link{
|
||||
padding: 0.9em 0rem;
|
||||
position: relative;
|
||||
}
|
||||
a{
|
||||
padding:0.6rem 1rem;
|
||||
img{
|
||||
width:36px;
|
||||
height:36px;
|
||||
border-radius:30px;
|
||||
}
|
||||
.user-status {
|
||||
width:8px;
|
||||
height:8px;
|
||||
border-radius:50%;
|
||||
display:block;
|
||||
position:absolute;
|
||||
right:7px;
|
||||
bottom:inherit;
|
||||
top: 14px;
|
||||
}
|
||||
}
|
||||
.dropdown-menu{
|
||||
width: 23rem;
|
||||
@include mobile-landscape {
|
||||
width: 100%;
|
||||
right: 0;
|
||||
left:inherit;
|
||||
}
|
||||
@include mobile-portrait-sm {
|
||||
width: 100%;
|
||||
right: 0;
|
||||
left:inherit;
|
||||
}
|
||||
@include mobile-portrait-xs {
|
||||
width: 100%;
|
||||
right: 0;
|
||||
left:inherit;
|
||||
}
|
||||
a.dropdown-item {
|
||||
padding:0.7rem 0rem;
|
||||
font-size: 1rem;
|
||||
line-height: 18px;
|
||||
&:focus, &:hover {
|
||||
background-color: transparent;
|
||||
color: $primary;
|
||||
}
|
||||
i {
|
||||
font-size: 16px;
|
||||
width: 30px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-menu{
|
||||
right:6px;
|
||||
left: inherit;
|
||||
&:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
}
|
||||
&.extended {
|
||||
min-width: 21.43rem;
|
||||
ul{
|
||||
padding: 0;
|
||||
li{
|
||||
list-style-type: none;
|
||||
ul{
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
.dropdown-header, .dropdown-footer {
|
||||
color: $secondary;
|
||||
text-align: center;
|
||||
padding: .8rem;
|
||||
font-size: $font-base;
|
||||
font-weight: $font-regular;
|
||||
border-top:1px solid $border-color;
|
||||
}
|
||||
.dropdown-header {
|
||||
font-weight: $font-medium;
|
||||
a{
|
||||
&:hover {
|
||||
color: $dark;
|
||||
}
|
||||
&.btn-inverse-light {
|
||||
@include hex-rgba($light-gray, 0.3);
|
||||
color: $white;
|
||||
&:hover {
|
||||
border-color: transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.dropdown-footer{
|
||||
a {
|
||||
color: $secondary;
|
||||
text-decoration: none;
|
||||
&:hover {
|
||||
color: $primary;
|
||||
}
|
||||
&.btn{
|
||||
&:hover {
|
||||
color: $dark;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.dropdown-body {
|
||||
max-height: 240px;
|
||||
overflow-y: auto;
|
||||
li{
|
||||
a {
|
||||
padding: .8rem;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
&:hover {
|
||||
background: $light-gray;
|
||||
color: $primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
.notification{
|
||||
.notify-icon {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
text-align: center;
|
||||
border-radius: 50%;
|
||||
background: $light-gray;
|
||||
margin-right: 20px;
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
.notify-message {
|
||||
p {
|
||||
margin: 0;
|
||||
font-weight: $font-regular;
|
||||
color: $dark-gray;
|
||||
line-height: 1rem;
|
||||
}
|
||||
small {
|
||||
color: $muted;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.sidebar-toggle {
|
||||
font-size:17px;
|
||||
padding: 1.2rem 1rem 1.2rem 1rem;
|
||||
@include mobile-landscape {
|
||||
position: absolute;
|
||||
left:0;
|
||||
top:0;
|
||||
width:75px;
|
||||
height:60px;
|
||||
padding:0 !important;
|
||||
line-height: 60px;
|
||||
}
|
||||
@include mobile-portrait-sm {
|
||||
position: absolute;
|
||||
left:0;
|
||||
top:0;
|
||||
width:75px;
|
||||
height:60px;
|
||||
padding:0 !important;
|
||||
line-height: 60px;
|
||||
}
|
||||
@include mobile-portrait-xs {
|
||||
position: absolute;
|
||||
left:0;
|
||||
top:0;
|
||||
width:75px;
|
||||
height:60px;
|
||||
padding:0 !important;
|
||||
line-height: 60px;
|
||||
}
|
||||
}
|
||||
.nav-left, .nav-right {
|
||||
.dropdown-menu{
|
||||
background: $white;
|
||||
border: none;
|
||||
@include box-shadow(0px, 1px, 20px, rgba(115, 105, 215, 0.25));
|
||||
padding: 0;
|
||||
border-radius: 0 0 4px 4px;
|
||||
margin-top: 1rem;
|
||||
visibility: hidden;
|
||||
display: block;
|
||||
opacity: 0;
|
||||
transition: all 0.3s ease-in-out;
|
||||
|
||||
@include mobile-landscape {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
margin: 0 !important;
|
||||
right: 0;
|
||||
left: 0px;
|
||||
}
|
||||
@include mobile-portrait-sm {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
margin: 0 !important;
|
||||
right: 0;
|
||||
left: 0px;
|
||||
}
|
||||
@include mobile-portrait-xs {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
margin: 0 !important;
|
||||
right: 0;
|
||||
left: 0px;
|
||||
}
|
||||
}
|
||||
.show {
|
||||
.dropdown-menu{
|
||||
margin-top: 0;
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
.nav-item.dropdown, .nav-item.dropup {
|
||||
@include mobile-landscape {
|
||||
position: static;
|
||||
}
|
||||
}
|
||||
}
|
||||
.navigation {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
background:$white;
|
||||
@include box-shadow(0px, 0px, 20px, rgba(115, 105, 215, 0.15));
|
||||
height: 60px;
|
||||
.navbar-nav {
|
||||
ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
}
|
||||
}
|
||||
.search-wrapper {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background: $white;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 99;
|
||||
display: none;
|
||||
.close-btn {
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
top: 15px;
|
||||
cursor: pointer;
|
||||
z-index: 2;
|
||||
i {
|
||||
font-size: $font-md;
|
||||
line-height:$line-lg;
|
||||
color: $muted;
|
||||
}
|
||||
}
|
||||
.search-content {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
.magnifier {
|
||||
color: $muted;
|
||||
position: absolute;
|
||||
top:20px;
|
||||
left:20px;
|
||||
font-size: $font-md;
|
||||
line-height: $line-md;
|
||||
}
|
||||
.form-control {
|
||||
height: 60px;
|
||||
border: 0;
|
||||
font-size: $font-md;
|
||||
line-height: $line-md;
|
||||
background: transparent;
|
||||
padding-left: 60px;
|
||||
padding-right: 60px;
|
||||
color: $muted;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.sidebar-mini {
|
||||
.top-bar {
|
||||
.navbar {
|
||||
.navbar-header {
|
||||
width: $sidebar-mini;
|
||||
padding-left: 0;
|
||||
justify-content: center;
|
||||
@include mobile-landscape {
|
||||
width:100%;
|
||||
}
|
||||
@include mobile-portrait-sm {
|
||||
width:100%;
|
||||
}
|
||||
@include mobile-portrait-xs {
|
||||
width:100%;
|
||||
}
|
||||
.logo-desktop {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
z-index: -1;
|
||||
position: absolute;
|
||||
}
|
||||
.logo-mobile {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
position: relative;
|
||||
}
|
||||
&.expand {
|
||||
width:240px;
|
||||
|
||||
.logo-desktop {
|
||||
width:130px;
|
||||
height:auto;
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
}
|
||||
.logo-mobile {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
width:30px;
|
||||
height:auto;
|
||||
}
|
||||
@include mobile-landscape {
|
||||
width:100%;
|
||||
|
||||
.logo-desktop {
|
||||
width:130px;
|
||||
height:auto;
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
}
|
||||
.logo-mobile {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
position: relative;
|
||||
width:30px;
|
||||
height:auto;
|
||||
}
|
||||
|
||||
}
|
||||
@include mobile-portrait-sm {
|
||||
width:100%;
|
||||
|
||||
.logo-desktop {
|
||||
width:130px;
|
||||
height:auto;
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
}
|
||||
.logo-mobile {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
position: relative;
|
||||
width:30px;
|
||||
height:auto;
|
||||
}
|
||||
|
||||
}
|
||||
@include mobile-portrait-xs {
|
||||
width:100%;
|
||||
|
||||
.logo-desktop {
|
||||
width:130px;
|
||||
height:auto;
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
}
|
||||
.logo-mobile {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
position: relative;
|
||||
width:30px;
|
||||
height:auto;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-toggler {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
padding: 23px 30px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.dot {
|
||||
background-color: #8E54E9;
|
||||
border-radius: 10px;
|
||||
margin-right: 6px;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.notify {
|
||||
position: relative;
|
||||
top: 7px;
|
||||
right: -7px;
|
||||
.blink {
|
||||
position: absolute;
|
||||
top: -20px;
|
||||
right: -4px;
|
||||
height: 25px;
|
||||
width: 25px;
|
||||
z-index: 10;
|
||||
border: 5px solid $danger;
|
||||
border-radius: 70px;
|
||||
-moz-animation: blink 1s ease-out;
|
||||
-moz-animation-iteration-count: infinite;
|
||||
-o-animation: blink 1s ease-out;
|
||||
-o-animation-iteration-count: infinite;
|
||||
-webkit-animation: blink 1s ease-out;
|
||||
-webkit-animation-iteration-count: infinite;
|
||||
animation-iteration-count: infinite;
|
||||
}
|
||||
.dot {
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
-webkit-border-radius: 30px;
|
||||
-moz-border-radius: 30px;
|
||||
border-radius: 30px;
|
||||
background-color: $danger;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
top: -10px;
|
||||
}
|
||||
|
||||
}
|
||||
// .address-location {
|
||||
// height:280px !important;
|
||||
// }
|
||||
|
||||
.custom-dropdown.dropdown-menu {
|
||||
padding: 10px 0;
|
||||
min-width:15rem;
|
||||
border:none;
|
||||
box-shadow: 0px 0px 20px rgba(115, 105, 215, 0.15);
|
||||
a.dropdown-item, a{
|
||||
padding:0.7rem 1.5rem 0.7rem 0rem;
|
||||
font-size: 13px;
|
||||
line-height: 18px;
|
||||
color: $muted;
|
||||
}
|
||||
a{
|
||||
i {
|
||||
padding-right: 1.2rem !important;
|
||||
width: 2rem;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
.dropdown-title {
|
||||
padding: 0.5rem 1rem 1rem 1.5rem;
|
||||
border-bottom: 1px solid #ebedf2;
|
||||
}
|
||||
a.dropdown-item {
|
||||
&:focus, &:hover {
|
||||
background-color: transparent;
|
||||
color: $primary;
|
||||
}
|
||||
&:first-child {
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
&:last-child {
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
}
|
||||
&.extended {
|
||||
.dropdown-body {
|
||||
li {
|
||||
a{
|
||||
&:hover {
|
||||
background-color: transparent;
|
||||
color: $primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.top-bar-fixed {
|
||||
.top-bar {
|
||||
position:fixed;
|
||||
top:0;
|
||||
left:0;
|
||||
width:100%;
|
||||
}
|
||||
}
|
||||
.autocomplete-suggestions {
|
||||
height: 400px;
|
||||
margin-top:0 !important;
|
||||
border-radius:0 !important;
|
||||
.autocomplete-suggestion{
|
||||
&:hover {
|
||||
background: $light-gray;
|
||||
}
|
||||
}
|
||||
}
|
||||
.navbar-collapse.show {
|
||||
position: relative;
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,144 @@
|
||||
html {
|
||||
font-size:14px;
|
||||
}
|
||||
body {
|
||||
font-family: $font-primary;
|
||||
font-size:1rem;
|
||||
line-height:1.5;
|
||||
margin:0;
|
||||
padding:0;
|
||||
outline:0;
|
||||
background:$body;
|
||||
color:$muted;
|
||||
&.sidebar-mini {
|
||||
.app-main {
|
||||
padding-left:$sidebar-mini;
|
||||
.container-fluid {
|
||||
padding: 90px 30px 60px 30px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.app {
|
||||
position: relative;
|
||||
.loader {
|
||||
position: fixed;
|
||||
top:0;
|
||||
left:0;
|
||||
right:0;
|
||||
bottom:0;
|
||||
width:100%;
|
||||
height:100%;
|
||||
background:$white;
|
||||
z-index:99999;
|
||||
}
|
||||
}
|
||||
.app-wrap {
|
||||
|
||||
min-height: 100vh;
|
||||
position: relative;
|
||||
}
|
||||
.app-container {
|
||||
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.app-main {
|
||||
position: relative;
|
||||
display: -webkit-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-flex-direction: column;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
-webkit-flex: 1 1 0%;
|
||||
-ms-flex: 1 1 0%;
|
||||
flex: 1 1 0%;
|
||||
padding-left:$sidebar;
|
||||
transition: all 0.3s ease-out;
|
||||
|
||||
@include mobile-landscape {
|
||||
padding-left:0 !important;
|
||||
}
|
||||
@include mobile-portrait-sm {
|
||||
padding-left:0 !important;
|
||||
}
|
||||
@include mobile-portrait-xs {
|
||||
padding-left:0 !important;
|
||||
}
|
||||
.container-fluid {
|
||||
padding: 95px 30px 60px 30px;
|
||||
transition: all 0.3s ease-out;
|
||||
|
||||
@include mobile-landscape {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
@include mobile-portrait-sm {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
@include mobile-portrait-xs {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.footer {
|
||||
background: #fff;
|
||||
position: absolute;
|
||||
padding: 1.5rem 2.3rem;
|
||||
z-index: 0;
|
||||
width:calc(100% - 240px);
|
||||
bottom:0;
|
||||
right:0;
|
||||
height:60px;
|
||||
@include box-shadow(0px, 0px, 20px, rgba(115, 105, 215, 0.15));
|
||||
transition: all 0.3s ease-out;
|
||||
|
||||
@include mobile-landscape {
|
||||
width:100%;
|
||||
height:auto;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@include mobile-portrait-sm {
|
||||
width:100%;
|
||||
height:auto;
|
||||
position: relative;
|
||||
}
|
||||
@include mobile-portrait-xs {
|
||||
width:100%;
|
||||
height:auto;
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
.footer a:hover {
|
||||
color: $primary;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.page-title h1{
|
||||
margin-bottom: 0;
|
||||
font-size: 1.714rem;
|
||||
line-height: 2rem;
|
||||
}
|
||||
|
||||
ol.breadcrumb{
|
||||
background-color: transparent;
|
||||
}
|
||||
.breadcrumb-item + .breadcrumb-item::before {
|
||||
content:"\e661";
|
||||
font-family: 'themify-icons';
|
||||
font-size:10px;
|
||||
}
|
||||
.notification-wrapper {
|
||||
border-radius: 4px;
|
||||
}
|
||||
.list-style-none {
|
||||
list-style:none;
|
||||
}
|
||||
.list-style-none li {
|
||||
font-size:12px;
|
||||
}
|
||||
@@ -0,0 +1,70 @@
|
||||
.sidebar-nav {
|
||||
background: #212529;
|
||||
}
|
||||
.sidebar-nav ul {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
background: #343a40;
|
||||
}
|
||||
|
||||
.sidebar-nav .metismenu {
|
||||
background: #212529;
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.sidebar-nav .metismenu li + li {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.sidebar-nav .metismenu li:first-child {
|
||||
margin-top: 5px;
|
||||
}
|
||||
.sidebar-nav .metismenu li:last-child {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
|
||||
.sidebar-nav .metismenu > li {
|
||||
/*-webkit-box-flex: 1;
|
||||
-ms-flex: 1 1 0%;
|
||||
flex: 1 1 0%;*/
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
}
|
||||
.sidebar-nav .metismenu a {
|
||||
position: relative;
|
||||
display: block;
|
||||
padding: 13px 15px;
|
||||
color: #adb5bd;
|
||||
outline-width: 0;
|
||||
transition: all .3s ease-out;
|
||||
}
|
||||
|
||||
.sidebar-nav .metismenu ul a {
|
||||
padding: 10px 15px 10px 30px;
|
||||
}
|
||||
|
||||
.sidebar-nav .metismenu ul ul a {
|
||||
padding: 10px 15px 10px 45px;
|
||||
}
|
||||
|
||||
.sidebar-nav .metismenu a:hover,
|
||||
.sidebar-nav .metismenu a:focus,
|
||||
.sidebar-nav .metismenu a:active {
|
||||
color: #f8f9fa;
|
||||
text-decoration: none;
|
||||
background: #0b7285;
|
||||
}
|
||||
@@ -0,0 +1,103 @@
|
||||
@mixin box-shadow($top, $left, $blur, $color, $inset: false) {
|
||||
@if $inset {
|
||||
-webkit-box-shadow:inset $top $left $blur $color;
|
||||
-moz-box-shadow:inset $top $left $blur $color;
|
||||
box-shadow:inset $top $left $blur $color;
|
||||
} @else {
|
||||
-webkit-box-shadow: $top $left $blur $color;
|
||||
-moz-box-shadow: $top $left $blur $color;
|
||||
box-shadow: $top $left $blur $color;
|
||||
}
|
||||
}
|
||||
@mixin button-shadow($top, $left, $bottom, $blur, $hexcolor, $opacity) {
|
||||
-webkit-box-shadow: $top $left $bottom $blur rgba($hexcolor, $opacity);
|
||||
-moz-box-shadow: $top $left $bottom $blur rgba($hexcolor, $opacity);
|
||||
box-shadow: $top $left $bottom $blur rgba($hexcolor, $opacity);
|
||||
}
|
||||
@mixin hex-rgba($hexcolor, $opacity) {
|
||||
background: $hexcolor; /* The Fallback */
|
||||
background: rgba($hexcolor, $opacity) !important;
|
||||
}
|
||||
@mixin multi-hex-rgba($hexcolor1, $hexcolor1, $opacity) {
|
||||
background: $hexcolor1; /* The Fallback */
|
||||
background: rgba($hexcolor1,$hexcolor2, $opacity) !important;
|
||||
}
|
||||
@mixin linear-gradient($left, $right){
|
||||
background: $left; /* Old browsers */
|
||||
background: -moz-linear-gradient(left, $left 0%, $right 100%) !important; /* FF3.6+ */
|
||||
background: -webkit-gradient(linear, left, right, color-stop(0%,$left), color-stop(100%,$right)) !important; /* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(left, $left 0%,$right 100%) !important; /* Chrome10+,Safari5.1+ */
|
||||
background: -o-linear-gradient(left, $left 0%,$right 100%) !important; /* Opera 11.10+ */
|
||||
background: -ms-linear-gradient(left, $left 0%,$right 100%) !important; /* IE10+ */
|
||||
background: linear-gradient(to right, $left 0%,$right 100%) !important; /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
|
||||
}
|
||||
@mixin linear-gradient-opacity($left, $right, $opacity) {
|
||||
background: -moz-linear-gradient(top, rgba($left, $opacity) 0%, rgba($right, $opacity) 100%); /* FF3.6-15 */
|
||||
background: -webkit-linear-gradient(top, rgba($left, $opacity) 0%, rgba($right, $opacity) 100%); /* Chrome10-25,Safari5.1-6 */
|
||||
background: linear-gradient(to bottom, rgba($left, $opacity) 0%, rgba($right, $opacity) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba($left, $opacity)', endColorstr='rgba($left, $opacity)',GradientType=0 ); /* IE6-9 */
|
||||
}
|
||||
@mixin desktop-lg {
|
||||
@media (min-width: #{$desktop-lg}) {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
@mixin desktop {
|
||||
@media screen and (min-width: #{$desktop}) and (max-width: #{$desktop-lg - 1px}) {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
@mixin laptop {
|
||||
@media screen and (min-width: #{$laptop}) and (max-width: #{$desktop - 1px}) {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
@mixin tablet-landscape {
|
||||
@media screen and (min-width: #{$tablet-landscape}) and (max-width: #{$laptop - 1px}) {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
@mixin tablet-portrait {
|
||||
@media screen and (min-width: #{$tablet-portrait}) and (max-width: #{$tablet-landscape - 1px}) {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
@mixin mobile-landscape {
|
||||
@media screen and (min-width: #{$mobile-landscape}) and (max-width: #{$tablet-portrait - 1px}) {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
@mixin mobile-portrait-lg {
|
||||
@media screen and (min-width: #{$mobile-portrait}) and (max-width: #{$mobile-landscape - 1px}) {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
@mixin mobile-portrait-sm {
|
||||
@media screen and (min-width: #{$mobile-portrait-sm}) and (max-width: #{$mobile-landscape - 1px}) {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
@mixin mobile-portrait-xs {
|
||||
@media screen and (max-width: #{$mobile-portrait-sm}) {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin transition($what: all, $time: 0.3s, $how: ease) {
|
||||
-webkit-transition: $what $time $how;
|
||||
-moz-transition: $what $time $how;
|
||||
-ms-transition: $what $time $how;
|
||||
-o-transition: $what $time $how;
|
||||
transition: $what $time $how;
|
||||
}
|
||||
|
||||
@mixin padding($direction, $value) {
|
||||
padding-#{$direction}: $value;
|
||||
}
|
||||
@mixin margin($direction, $value) {
|
||||
margin-#{$direction}: $value;
|
||||
}
|
||||
@mixin border($direction, $width, $style, $color) {
|
||||
border-#{$direction}: $width $style $color !important;
|
||||
}
|
||||
@@ -0,0 +1,422 @@
|
||||
.app-navbar {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: $sidebar;
|
||||
-webkit-transform: translateX(0);
|
||||
transform: translateX(0);
|
||||
transition: all 0.3s ease-out;
|
||||
display: block;
|
||||
padding-top:60px;
|
||||
height: 100%;
|
||||
@include box-shadow(1px, 10px, 20px, rgba(115, 105, 215, 0.15));
|
||||
z-index: 1050;
|
||||
@include mobile-landscape {
|
||||
position: fixed;
|
||||
left: -$sidebar;
|
||||
height:100%;
|
||||
}
|
||||
@include mobile-portrait-sm {
|
||||
position: fixed;
|
||||
left: -$sidebar;
|
||||
height:100%;
|
||||
}
|
||||
@include mobile-portrait-xs {
|
||||
position: fixed;
|
||||
left: -$sidebar;
|
||||
height:100%;
|
||||
}
|
||||
&.expand {
|
||||
left: 0;
|
||||
padding-top:60px;
|
||||
height:100%;
|
||||
|
||||
|
||||
}
|
||||
.sidebar-nav {
|
||||
-webkit-flex: 1 1 auto !important;
|
||||
-ms-flex: 1 1 auto !important;
|
||||
flex: 1 1 auto !important;
|
||||
-webkit-flex-basis: auto !important;
|
||||
-ms-flex-preferred-size: auto !important;
|
||||
flex-basis: auto !important;
|
||||
margin-bottom: auto;
|
||||
background: $sidebar-dark;
|
||||
height:100%;
|
||||
overflow: hidden;
|
||||
|
||||
ul.metismenu {
|
||||
background: transparent;
|
||||
|
||||
li {
|
||||
a {
|
||||
border: none !important;
|
||||
padding: 0.9rem 1.6rem;
|
||||
color: $sidebar-text;
|
||||
display: flex;
|
||||
|
||||
i {
|
||||
margin-right: 10px;
|
||||
color:lighten($sidebar-dark, 15%);
|
||||
width:20px;
|
||||
}
|
||||
&:hover,
|
||||
&:focus {
|
||||
background: #1f212d;
|
||||
color: $white;
|
||||
transition: all 0.3s ease-out;
|
||||
}
|
||||
.nav-title {
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
}
|
||||
.nav-label {
|
||||
position:absolute;
|
||||
top:14px;
|
||||
right:40px;
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
}
|
||||
&.has-arrow {
|
||||
&:after {
|
||||
transform: rotate(135deg) translateY(-50%);
|
||||
-webkit-transform: rotate(135deg) translateY(-50%);
|
||||
font-size:12px;
|
||||
color:lighten($sidebar-dark, 30%);
|
||||
right:1.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.active {
|
||||
a {
|
||||
color:$white;
|
||||
i {
|
||||
color:$white;
|
||||
}
|
||||
}
|
||||
ul{
|
||||
position: relative;
|
||||
li{
|
||||
a{
|
||||
background: transparent !important;
|
||||
color: $sidebar-text;
|
||||
&:hover,
|
||||
&:focus {
|
||||
color:$white !important;
|
||||
}
|
||||
}
|
||||
&.active {
|
||||
a {
|
||||
color:$white !important;
|
||||
&:hover,
|
||||
&:focus {
|
||||
color:$white !important;
|
||||
}
|
||||
&:before {
|
||||
width: 14px;
|
||||
height: 2px;
|
||||
position: absolute;
|
||||
content: '';
|
||||
left: 32px;
|
||||
background: lighten($sidebar-dark, 5%);
|
||||
top: 18px;
|
||||
}
|
||||
&.has-arrow {
|
||||
color:$white !important;
|
||||
}
|
||||
}
|
||||
ul {
|
||||
li {
|
||||
a {
|
||||
padding-left:4.8rem;
|
||||
color:$sidebar-text !important;
|
||||
}
|
||||
&.active {
|
||||
a {
|
||||
color:$white !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
&:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
width:2px;
|
||||
height: 100%;
|
||||
background: lighten($sidebar-dark, 5%);
|
||||
top:0;
|
||||
left:30px;
|
||||
}
|
||||
|
||||
}
|
||||
.has-arrow {
|
||||
&:after {
|
||||
transform: rotate(225deg) translateY(-50%);
|
||||
-webkit-transform: rotate(225deg) translateY(-50%);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
ul {
|
||||
background: $sidebar-dark;
|
||||
li {
|
||||
a {
|
||||
padding: 0.6rem 2rem;
|
||||
padding-left:3.78rem;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
background:none;
|
||||
color:$primary;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
&+li,
|
||||
&:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
&.nav-static-title {
|
||||
padding: 1rem 1.6rem 0.1rem 1.6rem;
|
||||
color:$white;
|
||||
font-size:$font-xs;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.5px;
|
||||
font-weight: $font-semibold;
|
||||
color:lighten($sidebar-dark, 15%);
|
||||
}
|
||||
.has-arrow[aria-expanded=true] {
|
||||
&:after {
|
||||
transform: rotate(225deg) translateY(-50%);
|
||||
-webkit-transform: rotate(225deg) translateY(-50%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.sidebar-banner {
|
||||
.btn {
|
||||
@include hex-rgba($light-gray, 0.3);
|
||||
color: $white !important;
|
||||
padding: 0.3rem 0.8rem;
|
||||
|
||||
&:hover, &:focus {
|
||||
color: $white !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.light-sidebar {
|
||||
.app-navbar {
|
||||
.sidebar-nav {
|
||||
background: $white;
|
||||
ul.metismenu {
|
||||
li {
|
||||
a {
|
||||
color: darken( $sidebar-text, 12% );
|
||||
&:hover {
|
||||
background: $light-gray;
|
||||
color:$primary;
|
||||
}
|
||||
&:focus {
|
||||
background: transparent; color: $sidebar-text;
|
||||
}
|
||||
}
|
||||
ul {
|
||||
background: lighten( $dark, 76% );
|
||||
}
|
||||
&.active {
|
||||
a {
|
||||
background: $white;
|
||||
color:$primary;
|
||||
&:hover {
|
||||
color:$primary !important;
|
||||
}
|
||||
&:focus {
|
||||
color:$primary !important;
|
||||
}
|
||||
&:active {
|
||||
color:$primary !important;
|
||||
}
|
||||
|
||||
i {
|
||||
color: $primary;
|
||||
}
|
||||
&:hover {
|
||||
i {
|
||||
color: $primary;
|
||||
}
|
||||
}
|
||||
&:focus {
|
||||
i {
|
||||
color: $primary;
|
||||
}
|
||||
}
|
||||
&:visited {
|
||||
i {
|
||||
color: $primary;
|
||||
}
|
||||
}
|
||||
&:active {
|
||||
i {
|
||||
color: $primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
ul {
|
||||
&:before {
|
||||
background: lighten( $dark, 72% );
|
||||
}
|
||||
li {
|
||||
a {
|
||||
color:$sidebar-text;
|
||||
}
|
||||
&.active {
|
||||
|
||||
ul {
|
||||
li {
|
||||
a {
|
||||
color:$sidebar-text !important;
|
||||
}
|
||||
&.active {
|
||||
a {
|
||||
color:$primary !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
a {
|
||||
color:$primary !important;
|
||||
&:before {
|
||||
background: lighten( $dark, 72% );
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.top-bar {
|
||||
.navbar {
|
||||
.navbar-header {
|
||||
background: $white;
|
||||
}
|
||||
}
|
||||
.navigation {
|
||||
border-left:1px solid $border-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.sidebar-fixed {
|
||||
.app-navbar {
|
||||
position:fixed;
|
||||
left:0;
|
||||
top:60px;
|
||||
height:calc(100vh-60px);
|
||||
}
|
||||
}
|
||||
|
||||
// Sidebar Mini
|
||||
|
||||
.sidebar-mini {
|
||||
.app-navbar {
|
||||
width: $sidebar-mini;
|
||||
z-index:1052;
|
||||
@include mobile-landscape {
|
||||
position: fixed;
|
||||
left: -$sidebar-mini;
|
||||
height:100%;
|
||||
}
|
||||
@include mobile-portrait-sm {
|
||||
position: fixed;
|
||||
left: -$sidebar-mini;
|
||||
height:100%;
|
||||
}
|
||||
@include mobile-portrait-xs {
|
||||
position: fixed;
|
||||
left: -$sidebar-mini;
|
||||
height:100%;
|
||||
}
|
||||
&:hover {
|
||||
width: 240px;
|
||||
.metismenu {
|
||||
li.nav-static-title {
|
||||
display: block;
|
||||
a{
|
||||
&:after {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
li {
|
||||
a{
|
||||
.nav-title, .nav-label {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
.collapse.in{
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
ul.metismenu {
|
||||
li{
|
||||
a{
|
||||
.nav-title, .nav-label {
|
||||
opacity: 0;
|
||||
transition: all 0.7s;
|
||||
-webkit-transition: all 0.7s;
|
||||
-moz-transition: all 0.7s;
|
||||
}
|
||||
&:after {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
&.nav-static-title{
|
||||
display: none;
|
||||
}
|
||||
+ li {
|
||||
width: 240px;
|
||||
}
|
||||
}
|
||||
.collapse.in {
|
||||
display: none;
|
||||
}
|
||||
.sidebar-banner {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
.footer{
|
||||
width: calc(100% - 60px);
|
||||
}
|
||||
}
|
||||
.sidebar-nav {
|
||||
.metismenu {
|
||||
li {
|
||||
&:last-child {
|
||||
margin-bottom:0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.sidebar-toggled {
|
||||
.app-navbar {
|
||||
left:0;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,123 @@
|
||||
h1, h2, h3, h4, h5, h6, p, span, ul, li, a, ol {
|
||||
padding:0;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
h1,h2,h3,h4,h5,h6 {
|
||||
color: $dark-gray;
|
||||
font-weight: $font-semibold;
|
||||
font-family: $font-primary;
|
||||
margin-bottom: 0.75rem;
|
||||
}
|
||||
h1 {
|
||||
font-size: $font-xxl;
|
||||
line-height: $line-xxl;
|
||||
}
|
||||
h2 {
|
||||
font-size: $font-xl;
|
||||
line-height: $line-xl;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: $font-lg;
|
||||
line-height: $line-lg;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: $font-md;
|
||||
line-height: $line-md;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: $font-base;
|
||||
line-height: $line-base;
|
||||
}
|
||||
h6 {
|
||||
font-size: $font-s;
|
||||
line-height: $line-s;
|
||||
}
|
||||
|
||||
p {
|
||||
color: $muted;
|
||||
font-weight: $font-regular;
|
||||
font-size: $font-base;
|
||||
line-height: $line-md;
|
||||
}
|
||||
a {
|
||||
color:inherit;
|
||||
text-decoration: none;
|
||||
outline: 0;
|
||||
transition:all 0.3s ease-in-out;
|
||||
-webkit-transition:all 0.3s ease-in-out;
|
||||
-o-transition:all 0.3s ease-in-out;
|
||||
-ms-transition:all 0.3s ease-in-out;
|
||||
-moz-transition:all 0.3s ease-in-out;
|
||||
}
|
||||
a:hover, a:focus {
|
||||
color: $primary;
|
||||
text-decoration:none;
|
||||
|
||||
}
|
||||
ul, ol {
|
||||
padding-left: 15px;
|
||||
}
|
||||
ul li, ol li {
|
||||
color: $muted;
|
||||
}
|
||||
.blockquote.blockquote-reverse {
|
||||
text-align:right;
|
||||
}
|
||||
dl dt {
|
||||
font-weight: $font-medium;
|
||||
}
|
||||
dl dd {
|
||||
color: $muted;
|
||||
}
|
||||
.list-none {
|
||||
list-style: none;
|
||||
padding:0;
|
||||
}
|
||||
svg {
|
||||
width: 100% !important;
|
||||
}
|
||||
canvas {
|
||||
max-width:100%;
|
||||
}
|
||||
code {
|
||||
width: 100%;
|
||||
display: block;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
.display-1 {
|
||||
@include mobile-portrait-sm {
|
||||
font-size:4rem;
|
||||
}
|
||||
@include mobile-portrait-xs {
|
||||
font-size:4rem;
|
||||
}
|
||||
}
|
||||
.display-2 {
|
||||
@include mobile-portrait-sm {
|
||||
font-size:3.5rem;
|
||||
}
|
||||
@include mobile-portrait-xs {
|
||||
font-size:3.5rem;
|
||||
}
|
||||
}
|
||||
.display-3 {
|
||||
@include mobile-portrait-sm {
|
||||
font-size:3rem;
|
||||
}
|
||||
@include mobile-portrait-xs {
|
||||
font-size:3rem;
|
||||
}
|
||||
}
|
||||
.display-4 {
|
||||
@include mobile-portrait-sm {
|
||||
font-size:2.5rem;
|
||||
}
|
||||
@include mobile-portrait-xs {
|
||||
font-size:2.5rem;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,317 @@
|
||||
//Bootstrap Breakpoints
|
||||
|
||||
/* example taken from https://stackoverflow.com/a/48976550/3466464 */
|
||||
/* import what we need to override */
|
||||
@import "../bootstrap/scss/functions";
|
||||
@import "../bootstrap/scss/variables";
|
||||
|
||||
/* set the overriding variables */
|
||||
$grid-breakpoints: (
|
||||
xxxs: 0,
|
||||
xxs: 480px,
|
||||
xs: 576px,
|
||||
sm: 667px,
|
||||
md: 768px,
|
||||
lg: 992px,
|
||||
xl: 1200px,
|
||||
xxl: 1440px,
|
||||
xxxl: 1600px
|
||||
);
|
||||
$container-max-widths: (
|
||||
xxxs: 0,
|
||||
xxs: 480px,
|
||||
xs: 576px,
|
||||
sm: 667px,
|
||||
md: 768px,
|
||||
lg: 992px,
|
||||
xl: 1200px,
|
||||
xxl: 1440px,
|
||||
xxxl: 1600px
|
||||
);
|
||||
|
||||
/* override the !default vars with the values we set above */
|
||||
@import "../bootstrap/scss/bootstrap";
|
||||
|
||||
|
||||
// Colors
|
||||
$body : #f9f9fb;
|
||||
$primary : #8E54E9;
|
||||
$primary2 : #4776E6;
|
||||
$secondary : #a1a1a1;
|
||||
$light-gray : #eceef3;
|
||||
$dark-gray : #2c2e3e;
|
||||
$darker-gray : #333333;
|
||||
$muted : #a6a9b7;
|
||||
$info : #45aaf2;
|
||||
$danger : #e3324c;
|
||||
$cyan : #2bcbba;
|
||||
$warning : #f7b731;
|
||||
$orange : #fd9644;
|
||||
$pink : #fb0792;
|
||||
$success : #32b432;
|
||||
$white : #ffffff;
|
||||
$black : #000000;
|
||||
|
||||
$sidebar-dark : #2c2e3e;
|
||||
$sidebar-text : #a2a5bd;
|
||||
$border-color : #dee2e6;
|
||||
|
||||
// Social media
|
||||
|
||||
$facebook : #3b5998;
|
||||
$twitter : #00aced;
|
||||
$linkedin : #0077B5;
|
||||
$dribble : #c73b65;
|
||||
$googleplus : #d34836;
|
||||
$instagram : #c32aa3;
|
||||
$pinterest : #c92228;
|
||||
$dropbox : #3d9ae8;
|
||||
$flickr : #0063DC;
|
||||
$tumblr : #34526f;
|
||||
$skype : #12a5f4;
|
||||
$youtube : #c4302b;
|
||||
$github : #4078c0;
|
||||
$behance : #053eff;
|
||||
$whatsapp : #4FCE5D;
|
||||
|
||||
// Font family
|
||||
$font-primary : 'Roboto', sans-serif;
|
||||
|
||||
//Font size
|
||||
|
||||
$font-xs : 0.8571rem;
|
||||
$font-s : 0.9286rem;
|
||||
$font-base : 1rem;
|
||||
$font-md : 1.285rem;
|
||||
$font-lg : 1.714rem;
|
||||
$font-xl : 2.142rem;
|
||||
$font-xxl : 2.571rem;
|
||||
$font-xxxl : 3rem;
|
||||
|
||||
// Line heights
|
||||
|
||||
$line-xs : 1.145rem;
|
||||
$line-s : 1.22rem;
|
||||
$line-base : 1.428rem;
|
||||
$line-md : 1.714rem;
|
||||
$line-lg : 2.142rem;
|
||||
$line-xl : 2.571rem;
|
||||
$line-xxl : 3.142rem;
|
||||
|
||||
// font-size
|
||||
|
||||
$font-9 : 0.5625rem;
|
||||
$font-10 : 0.625rem;
|
||||
$font-11 : 0.6875rem;
|
||||
$font-12 : 0.75rem;
|
||||
$font-13 : 0.8125rem;
|
||||
$font-14 : 0.875rem;
|
||||
$font-15 : 0.9375rem;
|
||||
$font-16 : 1rem;
|
||||
$font-17 : 1.063rem;
|
||||
$font-18 : 1.125rem;
|
||||
$font-19 : 1.188rem;
|
||||
$font-20 : 1.25rem;
|
||||
$font-21 : 1.313rem;
|
||||
$font-22 : 1.375rem;
|
||||
$font-23 : 1.438rem;
|
||||
$font-24 : 1.5rem;
|
||||
$font-25 : 1.563rem;
|
||||
$font-26 : 1.625rem;
|
||||
$font-27 : 1.688rem;
|
||||
$font-28 : 1.75rem;
|
||||
$font-29 : 1.813rem;
|
||||
$font-30 : 1.875rem;
|
||||
$font-31 : 1.938rem;
|
||||
$font-32 : 2rem;
|
||||
$font-33 : 2.063rem;
|
||||
$font-34 : 2.125rem;
|
||||
$font-35 : 2.188rem;
|
||||
$font-36 : 2.25rem;
|
||||
$font-37 : 2.313rem;
|
||||
$font-38 : 2.375rem;
|
||||
$font-39 : 2.438rem;
|
||||
$font-40 : 2.5rem;
|
||||
$font-41 : 2.563rem;
|
||||
$font-42 : 2.625rem;
|
||||
$font-43 : 2.688rem;
|
||||
$font-44 : 2.75rem;
|
||||
$font-45 : 2.813rem;
|
||||
$font-46 : 2.875rem;
|
||||
$font-47 : 2.938rem;
|
||||
$font-48 : 3rem;
|
||||
$font-49 : 3.063rem;
|
||||
$font-50 : 3.125rem;
|
||||
$font-51 : 3.188rem;
|
||||
$font-52 : 3.25rem;
|
||||
$font-53 : 3.313rem;
|
||||
$font-54 : 3.375rem;
|
||||
$font-55 : 3.438rem;
|
||||
$font-56 : 3.5rem;
|
||||
$font-57 : 3.563rem;
|
||||
$font-58 : 3.625rem;
|
||||
$font-59 : 3.688rem;
|
||||
$font-60 : 3.75rem;
|
||||
$font-61 : 3.813rem;
|
||||
$font-62 : 3.875rem;
|
||||
$font-63 : 3.938rem;
|
||||
$font-64 : 4rem;
|
||||
$font-65 : 4.063rem;
|
||||
$font-66 : 4.125rem;
|
||||
$font-67 : 4.188rem;
|
||||
$font-68 : 4.25rem;
|
||||
$font-69 : 4.313rem;
|
||||
$font-70 : 4.375rem;
|
||||
$font-71 : 4.438rem;
|
||||
$font-72 : 4.5rem;
|
||||
$font-73 : 4.563rem;
|
||||
$font-74 : 4.625rem;
|
||||
$font-75 : 4.688rem;
|
||||
$font-76 : 4.75rem;
|
||||
$font-77 : 4.813rem;
|
||||
$font-78 : 4.875rem;
|
||||
$font-79 : 4.938rem;
|
||||
$font-80 : 5rem;
|
||||
$font-81 : 5.063rem;
|
||||
$font-82 : 5.125rem;
|
||||
$font-83 : 5.188rem;
|
||||
$font-84 : 5.25rem;
|
||||
$font-85 : 5.313rem;
|
||||
$font-86 : 5.375rem;
|
||||
$font-87 : 5.438rem;;
|
||||
$font-88 : 5.5rem;
|
||||
$font-89 : 5.563rem;
|
||||
$font-90 : 5.625rem;
|
||||
$font-91 : 5.688rem;
|
||||
$font-92 : 5.75rem;
|
||||
$font-93 : 5.813rem;
|
||||
$font-94 : 5.875rem;
|
||||
$font-95 : 5.938rem;
|
||||
$font-96 : 6rem;
|
||||
$font-97 : 6.063rem;
|
||||
$font-98 : 6.125rem;
|
||||
$font-99 : 6.188rem;
|
||||
$font-100 : 6.25rem;
|
||||
|
||||
|
||||
// line-height
|
||||
|
||||
$line-10 : 0.625rem;
|
||||
$line-11 : 0.6875rem;
|
||||
$line-12 : 0.75rem;
|
||||
$line-13 : 0.8125rem;
|
||||
$line-14 : 0.875rem;
|
||||
$line-15 : 0.9375rem;
|
||||
$line-16 : 1rem;
|
||||
$line-17 : 1.063rem;
|
||||
$line-18 : 1.125rem;
|
||||
$line-19 : 1.188rem;
|
||||
$line-20 : 1.25rem;
|
||||
$line-21 : 1.313rem;
|
||||
$line-22 : 1.375rem;
|
||||
$line-23 : 1.438rem;
|
||||
$line-24 : 1.5rem;
|
||||
$line-25 : 1.563rem;
|
||||
$line-26 : 1.625rem;
|
||||
$line-27 : 1.688rem;
|
||||
$line-28 : 1.75rem;
|
||||
$line-29 : 1.813rem;
|
||||
$line-30 : 1.875rem;
|
||||
$line-31 : 1.938rem;
|
||||
$line-32 : 2rem;
|
||||
$line-33 : 2.063rem;
|
||||
$line-34 : 2.125rem;
|
||||
$line-35 : 2.188rem;
|
||||
$line-36 : 2.25rem;
|
||||
$line-37 : 2.313rem;
|
||||
$line-38 : 2.375rem;
|
||||
$line-39 : 2.438rem;
|
||||
$line-40 : 2.5rem;
|
||||
$line-41 : 2.563rem;
|
||||
$line-42 : 2.625rem;
|
||||
$line-43 : 2.688rem;
|
||||
$line-44 : 2.75rem;
|
||||
$line-45 : 2.813rem;
|
||||
$line-46 : 2.875rem;
|
||||
$line-47 : 2.938rem;
|
||||
$line-48 : 3rem;
|
||||
$line-49 : 3.063rem;
|
||||
$line-50 : 3.125rem;
|
||||
$line-51 : 3.188rem;
|
||||
$line-52 : 3.25rem;
|
||||
$line-53 : 3.313rem;
|
||||
$line-54 : 3.375rem;
|
||||
$line-55 : 3.438rem;
|
||||
$line-56 : 3.5rem;
|
||||
$line-57 : 3.563rem;
|
||||
$line-58 : 3.625rem;
|
||||
$line-59 : 3.688rem;
|
||||
$line-60 : 3.75rem;
|
||||
$line-61 : 3.813rem;
|
||||
$line-62 : 3.875rem;
|
||||
$line-63 : 3.938rem;
|
||||
$line-64 : 4rem;
|
||||
$line-65 : 4.063rem;
|
||||
$line-66 : 4.125rem;
|
||||
$line-67 : 4.188rem;
|
||||
$line-68 : 4.25rem;
|
||||
$line-69 : 4.313rem;
|
||||
$line-70 : 4.375rem;
|
||||
$line-71 : 4.438rem;
|
||||
$line-72 : 4.5rem;
|
||||
$line-73 : 4.563rem;
|
||||
$line-74 : 4.625rem;
|
||||
$line-75 : 4.688rem;
|
||||
$line-76 : 4.75rem;
|
||||
$line-77 : 4.813rem;
|
||||
$line-78 : 4.875rem;
|
||||
$line-79 : 4.938rem;
|
||||
$line-80 : 5rem;
|
||||
$line-81 : 5.063rem;
|
||||
$line-82 : 5.125rem;
|
||||
$line-83 : 5.188rem;
|
||||
$line-84 : 5.25rem;
|
||||
$line-85 : 5.313rem;
|
||||
$line-86 : 5.375rem;
|
||||
$line-87 : 5.438rem;;
|
||||
$line-88 : 5.5rem;
|
||||
$line-89 : 5.563rem;
|
||||
$line-90 : 5.625rem;
|
||||
$line-91 : 5.688rem;
|
||||
$line-92 : 5.75rem;
|
||||
$line-93 : 5.813rem;
|
||||
$line-94 : 5.875rem;
|
||||
$line-95 : 5.938rem;
|
||||
$line-96 : 6rem;
|
||||
$line-97 : 6.063rem;
|
||||
$line-98 : 6.125rem;
|
||||
$line-99 : 6.188rem;
|
||||
$line-100 : 6.25rem;
|
||||
|
||||
// Font weights
|
||||
|
||||
$font-bold : 700;
|
||||
$font-medium : 500;
|
||||
$font-semibold : 600;
|
||||
$font-regular : 400;
|
||||
$font-light : 300;
|
||||
|
||||
|
||||
|
||||
|
||||
// Responsive widths
|
||||
$mobile-portrait: 320px;
|
||||
$mobile-portrait-sm: 480px;
|
||||
$mobile-landscape: 577px;
|
||||
$tablet-portrait: 768px;
|
||||
$tablet-landscape: 1024px;
|
||||
$laptop: 1200px;
|
||||
$desktop: 1440px;
|
||||
$desktop-lg: 1600px;
|
||||
|
||||
|
||||
//Sidebar width
|
||||
$sidebar : 240px;
|
||||
$sidebar-mini : 60px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user