remove gitiegnore to public
This commit is contained in:
11
public/storage/assets/scss/common/light/_background.scss
Normal file
11
public/storage/assets/scss/common/light/_background.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
@each $color, $value in $social-colors {
|
||||
.bg-#{$color} {
|
||||
background: social-color($color);
|
||||
}
|
||||
}
|
||||
|
||||
@each $color, $value in $theme-gradient-colors {
|
||||
.bg-gradient-#{$color} {
|
||||
background: $value;
|
||||
}
|
||||
}
|
||||
383
public/storage/assets/scss/common/light/_demo.scss
Normal file
383
public/storage/assets/scss/common/light/_demo.scss
Normal file
@@ -0,0 +1,383 @@
|
||||
/* Demo Styles */
|
||||
// Add spacing to Boostrap components for demo purpose
|
||||
.template-demo {
|
||||
> .btn {
|
||||
@extend .mt-3;
|
||||
@extend .mr-2;
|
||||
}
|
||||
|
||||
.slider-wrap {
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
> .btn-toolbar {
|
||||
@extend .mt-3;
|
||||
@extend .mr-3;
|
||||
}
|
||||
|
||||
> .btn-group,
|
||||
> .btn-group-vertical {
|
||||
@extend .mt-2;
|
||||
@extend .mr-2;
|
||||
}
|
||||
|
||||
.progress {
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
|
||||
.circle-progress {
|
||||
@extend .mt-2;
|
||||
}
|
||||
|
||||
> h2,
|
||||
> h3,
|
||||
> h4,
|
||||
> h5,
|
||||
> h6,
|
||||
> h1 {
|
||||
border-top: 1px solid $border-color;
|
||||
padding: 0.5rem 0 0;
|
||||
}
|
||||
|
||||
.ul-slider {
|
||||
&.noUi-horizontal {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
&.noUi-vertical {
|
||||
margin-right: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
> .dropdown {
|
||||
display: inline-block;
|
||||
@extend .mr-2;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
nav {
|
||||
.breadcrumb {
|
||||
margin-bottom: 1.375rem;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
.breadcrumb {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.editable-form {
|
||||
> .form-group {
|
||||
border-bottom: 1px solid $border-color;
|
||||
padding-bottom: 0.8rem;
|
||||
margin-bottom: 0.8rem;
|
||||
}
|
||||
}
|
||||
|
||||
.circle-progress {
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.circle-progress-block {
|
||||
@extend .mb-3;
|
||||
@extend .px-2;
|
||||
}
|
||||
}
|
||||
|
||||
.demo-modal {
|
||||
position: static;
|
||||
display: block;
|
||||
|
||||
.modal-dialog {
|
||||
@extend .mt-0;
|
||||
|
||||
&.modal-lg {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.loader-demo-box {
|
||||
@extend .border;
|
||||
@extend .border-secondary;
|
||||
@extend .rounded;
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
@extend .d-flex;
|
||||
@extend .align-items-center;
|
||||
}
|
||||
|
||||
.dropdown-menu-static-demo {
|
||||
height: 250px;
|
||||
margin-bottom: 20px;
|
||||
.dropdown-menu {
|
||||
z-index: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.rounded-legend {
|
||||
ul {
|
||||
li {
|
||||
list-style-type: none;
|
||||
color: $text-muted;
|
||||
font-size: .75rem;
|
||||
.legend-dots {
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
border-radius: 100%;
|
||||
display: inline-block;
|
||||
vertical-align: text-bottom;
|
||||
margin-right: .5rem;
|
||||
.rtl & {
|
||||
margin-left: .5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&.legend-horizontal {
|
||||
@include display-flex;
|
||||
ul {
|
||||
li {
|
||||
display: inline-block;
|
||||
margin-right: 1.5rem;
|
||||
.rtl & {
|
||||
margin-right: auto;
|
||||
margin-left: 1.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&.legend-top-right {
|
||||
ul {
|
||||
float: right;
|
||||
.rtl & {
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.legend-vertical {
|
||||
ul {
|
||||
li {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.demo-chart {
|
||||
height: 300px;
|
||||
@media (max-width: 767px) {
|
||||
height: 200px;
|
||||
}
|
||||
}
|
||||
|
||||
.chartjs-legend {
|
||||
ul {
|
||||
margin-bottom: 0;
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
@include display-flex;
|
||||
@include align-items(center);
|
||||
@include flex-direction(row);
|
||||
@include flex-wrap(wrap);
|
||||
@include justify-content(start);
|
||||
li {
|
||||
margin-right: 8%;
|
||||
@include display-flex;
|
||||
@include align-items(center);
|
||||
span {
|
||||
height: 1rem;
|
||||
width: 1rem;
|
||||
margin-right: .4rem;
|
||||
display: inline-block;
|
||||
font-size: $default-font-size;
|
||||
border-radius: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
.rtl & {
|
||||
ul {
|
||||
padding-right: 0;
|
||||
li {
|
||||
margin-right: 0;
|
||||
margin-left: 8%;
|
||||
span {
|
||||
margin-right: 0;
|
||||
margin-left: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&.analytics-legend {
|
||||
ul {
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.documentation {
|
||||
padding-top: 0;
|
||||
max-width: 100%;
|
||||
.content-wrapper {
|
||||
padding-top: 0;
|
||||
min-height: calc(100vh - #{$footer-height});
|
||||
}
|
||||
}
|
||||
.doc-table-contents,
|
||||
.doc-header {
|
||||
position: fixed;
|
||||
}
|
||||
.doc-header {
|
||||
padding-top: 24px;
|
||||
padding-bottom: 24px;
|
||||
z-index: 2;
|
||||
background: $content-bg;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
.doc-content {
|
||||
padding-top: 157px;
|
||||
}
|
||||
|
||||
.doc-table-contents {
|
||||
overflow: auto;
|
||||
max-height: calc(100% - 157px);
|
||||
ul {
|
||||
li {
|
||||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.doc-credits {
|
||||
ul {
|
||||
li {
|
||||
margin-bottom: 10px;
|
||||
a {
|
||||
margin-left: .25rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.demo-vector-map {
|
||||
width: 100%;
|
||||
height: 500px;
|
||||
}
|
||||
|
||||
.sparkline-demo-chart {
|
||||
canvas{
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.layouts-preview-main-wrapper {
|
||||
background: #efefef;
|
||||
.layouts-preview-wrapper {
|
||||
.preview-item {
|
||||
a {
|
||||
position: relative;
|
||||
text-decoration: none;
|
||||
img {
|
||||
border-radius: 4px;
|
||||
-webkit-box-shadow: 0 25px 50px rgba(8,21,66,.06);
|
||||
box-shadow: 0 25px 50px rgba(8,21,66,.06);
|
||||
-webkit-transition: all .3s ease-in-out;
|
||||
transition: all .3s ease-in-out;
|
||||
}
|
||||
.item-title {
|
||||
height: 70px;
|
||||
margin-top: -69px;
|
||||
@extend .d-flex;
|
||||
@extend .align-items-center;
|
||||
@extend .justify-content-center;
|
||||
background: white;
|
||||
border-radius: 0 0 4px 4px;
|
||||
h4 {
|
||||
font-size: 1.2rem;
|
||||
color: #2e384d;
|
||||
}
|
||||
}
|
||||
}
|
||||
&:hover {
|
||||
a {
|
||||
img {
|
||||
-webkit-box-shadow: 0 5px 12px rgba(126,142,177,.2);
|
||||
box-shadow: 0 5px 12px rgba(126,142,177,.2);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.project-orders-table {
|
||||
thead {
|
||||
tr {
|
||||
th {
|
||||
&:first-child {
|
||||
padding-left: 1.9rem;
|
||||
padding-right: 1.9rem;
|
||||
}
|
||||
&:last-child {
|
||||
padding-right: 1.9rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
tbody {
|
||||
tr {
|
||||
td {
|
||||
&:first-child {
|
||||
padding-left: 1.9rem;
|
||||
}
|
||||
&:last-child {
|
||||
padding-right: 1.9rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.newsletter-card {
|
||||
.form {
|
||||
.form-group {
|
||||
.form-control {
|
||||
border-radius: 25px;
|
||||
border: 0;
|
||||
max-width: 85%;
|
||||
margin: 0 auto;
|
||||
height: 42px;
|
||||
&::placeholder {
|
||||
text-align: center;
|
||||
color: #001737;
|
||||
}
|
||||
}
|
||||
}
|
||||
button {
|
||||
padding: 14px 40px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.profile-card {
|
||||
.avatar {
|
||||
@include display-flex();
|
||||
@include align-items(center);
|
||||
@include justify-content(center);
|
||||
// text-align: center;
|
||||
width: 87px;
|
||||
height: 87px;
|
||||
border-radius: 50px;
|
||||
border: 4px dashed rgba(255,255,255,.58);
|
||||
img {
|
||||
border-radius: 30px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
}
|
||||
.info {
|
||||
border-top: 1px solid rgba(255, 250, 250, .22);
|
||||
}
|
||||
}
|
||||
99
public/storage/assets/scss/common/light/_fonts.scss
Normal file
99
public/storage/assets/scss/common/light/_fonts.scss
Normal file
@@ -0,0 +1,99 @@
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
src: url('../../fonts/Poppins/Poppins-ExtraBold.eot');
|
||||
src: url('../../fonts/Poppins/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),
|
||||
url('../../fonts/Poppins/Poppins-ExtraBold.woff2') format('woff2'),
|
||||
url('../../fonts/Poppins/Poppins-ExtraBold.woff') format('woff'),
|
||||
url('../../fonts/Poppins/Poppins-ExtraBold.ttf') format('truetype');
|
||||
font-weight: 800;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
src: url('../../fonts/Poppins/Poppins-Medium.eot');
|
||||
src: url('../../fonts/Poppins/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
|
||||
url('../../fonts/Poppins/Poppins-Medium.woff2') format('woff2'),
|
||||
url('../../fonts/Poppins/Poppins-Medium.woff') format('woff'),
|
||||
url('../../fonts/Poppins/Poppins-Medium.ttf') format('truetype');
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
src: url('../../fonts/Poppins/Poppins-Black.eot');
|
||||
src: url('../../fonts/Poppins/Poppins-Black.eot?#iefix') format('embedded-opentype'),
|
||||
url('../../fonts/Poppins/Poppins-Black.woff2') format('woff2'),
|
||||
url('../../fonts/Poppins/Poppins-Black.woff') format('woff'),
|
||||
url('../../fonts/Poppins/Poppins-Black.ttf') format('truetype');
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
src: url('../../fonts/Poppins/Poppins-Thin.eot');
|
||||
src: url('../../fonts/Poppins/Poppins-Thin.eot?#iefix') format('embedded-opentype'),
|
||||
url('../../fonts/Poppins/Poppins-Thin.woff2') format('woff2'),
|
||||
url('../../fonts/Poppins/Poppins-Thin.woff') format('woff'),
|
||||
url('../../fonts/Poppins/Poppins-Thin.ttf') format('truetype');
|
||||
font-weight: 100;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
src: url('../../fonts/Poppins/Poppins-Regular.eot');
|
||||
src: url('../../fonts/Poppins/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
|
||||
url('../../fonts/Poppins/Poppins-Regular.woff2') format('woff2'),
|
||||
url('../../fonts/Poppins/Poppins-Regular.woff') format('woff'),
|
||||
url('../../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
src: url('../../fonts/Poppins/Poppins-ExtraLight.eot');
|
||||
src: url('../../fonts/Poppins/Poppins-ExtraLight.eot?#iefix') format('embedded-opentype'),
|
||||
url('../../fonts/Poppins/Poppins-ExtraLight.woff2') format('woff2'),
|
||||
url('../../fonts/Poppins/Poppins-ExtraLight.woff') format('woff'),
|
||||
url('../../fonts/Poppins/Poppins-ExtraLight.ttf') format('truetype');
|
||||
font-weight: 200;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
src: url('../../fonts/Poppins/Poppins-SemiBold.eot');
|
||||
src: url('../../fonts/Poppins/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
|
||||
url('../../fonts/Poppins/Poppins-SemiBold.woff2') format('woff2'),
|
||||
url('../../fonts/Poppins/Poppins-SemiBold.woff') format('woff'),
|
||||
url('../../fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
src: url('../../fonts/Poppins/Poppins-Bold.eot');
|
||||
src: url('../../fonts/Poppins/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
|
||||
url('../../fonts/Poppins/Poppins-Bold.woff2') format('woff2'),
|
||||
url('../../fonts/Poppins/Poppins-Bold.woff') format('woff'),
|
||||
url('../../fonts/Poppins/Poppins-Bold.ttf') format('truetype');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
src: url('../../fonts/Poppins/Poppins-Light.eot');
|
||||
src: url('../../fonts/Poppins/Poppins-Light.eot?#iefix') format('embedded-opentype'),
|
||||
url('../../fonts/Poppins/Poppins-Light.woff2') format('woff2'),
|
||||
url('../../fonts/Poppins/Poppins-Light.woff') format('woff'),
|
||||
url('../../fonts/Poppins/Poppins-Light.ttf') format('truetype');
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
22
public/storage/assets/scss/common/light/_footer.scss
Normal file
22
public/storage/assets/scss/common/light/_footer.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
/* Footer */
|
||||
|
||||
.footer {
|
||||
background: $footer-bg;
|
||||
color: $footer-color;
|
||||
padding: 0 1.812rem 2.062rem 1.812rem;
|
||||
transition: all $action-transition-duration $action-transition-timing-function;
|
||||
-moz-transition: all $action-transition-duration $action-transition-timing-function;
|
||||
-webkit-transition: all $action-transition-duration $action-transition-timing-function;
|
||||
-ms-transition: all $action-transition-duration $action-transition-timing-function;
|
||||
font-size: calc(#{$default-font-size} - 0.05rem);
|
||||
font-family: $type1;
|
||||
font-weight: 400;
|
||||
a {
|
||||
color: theme-color(primary);
|
||||
font-size: inherit;
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
margin-left: 0;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
4
public/storage/assets/scss/common/light/_functions.scss
Normal file
4
public/storage/assets/scss/common/light/_functions.scss
Normal file
@@ -0,0 +1,4 @@
|
||||
// Functions
|
||||
@function social-color($key: "twitter") {
|
||||
@return map-get($social-colors, $key);
|
||||
}
|
||||
81
public/storage/assets/scss/common/light/_misc.scss
Normal file
81
public/storage/assets/scss/common/light/_misc.scss
Normal file
@@ -0,0 +1,81 @@
|
||||
/* Miscellanoeous */
|
||||
body,
|
||||
html {
|
||||
overflow-x: hidden;
|
||||
padding-right: 0 !important; // resets padding right added by Bootstrap modal
|
||||
}
|
||||
|
||||
*:-moz-full-screen,
|
||||
*:-webkit-full-screen,
|
||||
*:fullscreen *:-ms-fullscreen {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.container-scroller {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
pre {
|
||||
background: color(gray-lighter);
|
||||
padding: 15px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
code {
|
||||
padding: 5px;
|
||||
color: theme-color(danger);
|
||||
font-family: $type1;
|
||||
font-weight: 300;
|
||||
font-size: $default-font-size;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.purchase-popup {
|
||||
@extend .grid-margin;
|
||||
background: #fff;
|
||||
padding: 15px 20px;
|
||||
@include border-radius(3px);
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
z-index: 9999;
|
||||
|
||||
.btn {
|
||||
margin-right: 20px;
|
||||
font-weight: 500;
|
||||
color: $white;
|
||||
@include border-radius(5px);
|
||||
@include transition-duration(0.2s);
|
||||
|
||||
&.download-button {
|
||||
background: rgba(249, 249, 249, 0.7);
|
||||
color: #969292;
|
||||
border: 1px solid darken(#e4e4e4,5%);
|
||||
}
|
||||
|
||||
&.purchase-button {
|
||||
background-color: rgba(172, 50 ,228, 0.9);
|
||||
@include background-image(theme-gradient-color(primary));
|
||||
color: $white;
|
||||
border: none;
|
||||
line-height: 1;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: auto;
|
||||
margin-top: auto;
|
||||
color: darken(#e4e4e4,40%);
|
||||
font-weight: 400;
|
||||
vertical-align: middle;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
i {
|
||||
vertical-align: middle;
|
||||
line-height: 1;
|
||||
margin: auto 0;
|
||||
color: darken(#e4e4e4,20%);
|
||||
}
|
||||
}
|
||||
131
public/storage/assets/scss/common/light/_reset.scss
Normal file
131
public/storage/assets/scss/common/light/_reset.scss
Normal file
@@ -0,0 +1,131 @@
|
||||
/* Reset Styles */
|
||||
|
||||
body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
&,
|
||||
&:focus {
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
box-shadow: none;
|
||||
outline: 0;
|
||||
}
|
||||
}
|
||||
|
||||
a,
|
||||
div,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
p,
|
||||
span {
|
||||
text-shadow: none
|
||||
}
|
||||
|
||||
[type=button]:focus,
|
||||
a:active,
|
||||
a:focus,
|
||||
a:visited,
|
||||
button::-moz-focus-inner,
|
||||
input[type=reset]::-moz-focus-inner,
|
||||
input[type=button]::-moz-focus-inner,
|
||||
input[type=submit]::-moz-focus-inner,
|
||||
input[type=file]>input[type=button]::-moz-focus-inner,
|
||||
select::-moz-focus-inner {
|
||||
outline: 0
|
||||
}
|
||||
|
||||
input,
|
||||
.form-control:focus,
|
||||
input:focus,
|
||||
select:focus,
|
||||
textarea:focus,
|
||||
button:focus {
|
||||
outline: none;
|
||||
outline-width: 0;
|
||||
outline-color: transparent;
|
||||
box-shadow: none;
|
||||
outline-style: none;
|
||||
}
|
||||
|
||||
textarea {
|
||||
resize: none;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.btn,
|
||||
.btn-group.open .dropdown-toggle,
|
||||
.btn:active,
|
||||
.btn:focus,
|
||||
.btn:hover,
|
||||
.btn:visited,
|
||||
a,
|
||||
a:active,
|
||||
a:checked,
|
||||
a:focus,
|
||||
a:hover,
|
||||
a:visited,
|
||||
body,
|
||||
button,
|
||||
button:active,
|
||||
button:hover,
|
||||
button:visited,
|
||||
div,
|
||||
input,
|
||||
input:active,
|
||||
input:focus,
|
||||
input:hover,
|
||||
input:visited,
|
||||
select,
|
||||
select:active,
|
||||
select:focus,
|
||||
select:visited,
|
||||
textarea,
|
||||
textarea:active,
|
||||
textarea:focus,
|
||||
textarea:hover,
|
||||
textarea:visited {
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
box-shadow: none
|
||||
}
|
||||
|
||||
.btn.active.focus,
|
||||
.btn.active:focus,
|
||||
.btn.focus,
|
||||
.btn:active.focus,
|
||||
.btn:active:focus,
|
||||
.btn:focus,
|
||||
button,
|
||||
button:active,
|
||||
button:checked,
|
||||
button:focus,
|
||||
button:hover,
|
||||
button:visited {
|
||||
outline: 0;
|
||||
outline-offset: 0
|
||||
}
|
||||
|
||||
.bootstrap-select .dropdown-toggle:focus {
|
||||
outline: 0 ;
|
||||
outline-offset: 0;
|
||||
}
|
||||
|
||||
.dropdown-menu>li>a:active,
|
||||
.dropdown-menu>li>a:focus,
|
||||
.dropdown-menu>li>a:hover,
|
||||
.dropdown-menu>li>a:visited {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
a:focus,
|
||||
input:focus {
|
||||
border-color: transparent;
|
||||
outline: none
|
||||
}
|
||||
128
public/storage/assets/scss/common/light/_typography.scss
Normal file
128
public/storage/assets/scss/common/light/_typography.scss
Normal file
@@ -0,0 +1,128 @@
|
||||
/* Typography */
|
||||
|
||||
body {
|
||||
font-size: 1rem;
|
||||
font-family: $type1;
|
||||
font-weight: initial;
|
||||
line-height: normal;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
.h1,
|
||||
.h2,
|
||||
.h3,
|
||||
.h4,
|
||||
.h5,
|
||||
.h6 {
|
||||
font-weight: 500;
|
||||
line-height: 1;
|
||||
}
|
||||
p {
|
||||
font-size: $default-font-size;
|
||||
margin-bottom: .5rem;
|
||||
line-height: 1.3rem;
|
||||
}
|
||||
h1,
|
||||
.h1 {
|
||||
font-size: 3.125rem;
|
||||
}
|
||||
h2,
|
||||
.h2 {
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
h3,
|
||||
.h3 {
|
||||
font-size: 1.875rem;
|
||||
}
|
||||
h4,
|
||||
.h4 {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
h5,
|
||||
.h5 {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
h6,
|
||||
.h6 {
|
||||
font-size: 1rem;
|
||||
}
|
||||
.display-1 {
|
||||
font-size: 3.75rem;
|
||||
@media (max-width: 991px) {
|
||||
font-size: 3rem;
|
||||
}
|
||||
}
|
||||
.display-2 {
|
||||
font-size: 3.125rem;
|
||||
@media (max-width: 991px) {
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
}
|
||||
.display-3 {
|
||||
font-size: 2.5rem;
|
||||
@media (max-width: 991px) {
|
||||
font-size: 2rem;
|
||||
}
|
||||
}
|
||||
.display-4 {
|
||||
font-size: 1.875rem;
|
||||
@media (max-width: 991px) {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
}
|
||||
.display-5 {
|
||||
font-size: 1.25rem;
|
||||
@media (max-width: 991px) {
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
.blockquote {
|
||||
padding: 1.25rem;
|
||||
border: 1px solid $border-color;
|
||||
}
|
||||
|
||||
address {
|
||||
p {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
//blockqoute color variations
|
||||
@each $color, $value in $theme-colors {
|
||||
.blockquote-#{$color} {
|
||||
@include blockquote($value);
|
||||
}
|
||||
}
|
||||
.error-page {
|
||||
h1 {
|
||||
font-size: 12rem;
|
||||
@media (max-width: 991px) {
|
||||
font-size: 8rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Social Color
|
||||
@each $color, $value in $social-colors {
|
||||
.text-#{$color} {
|
||||
color: social-color($color);
|
||||
}
|
||||
}
|
||||
|
||||
// Page header
|
||||
.page-header {
|
||||
margin-bottom: 2.5rem;
|
||||
.page-title {
|
||||
margin-bottom: 0;
|
||||
line-height: .85;
|
||||
}
|
||||
}
|
||||
|
||||
.font-weight-medium {
|
||||
font-weight: 600;
|
||||
}
|
||||
98
public/storage/assets/scss/common/light/_utilities.scss
Normal file
98
public/storage/assets/scss/common/light/_utilities.scss
Normal file
@@ -0,0 +1,98 @@
|
||||
/* Utilities */
|
||||
|
||||
.grid-margin {
|
||||
margin-bottom: $card-spacing-y;
|
||||
}
|
||||
.grid-margin-sm-0 {
|
||||
@media (min-width: 576px) {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.grid-margin-md-0 {
|
||||
@media (min-width: 768px) {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.grid-margin-lg-0 {
|
||||
@media (min-width: 992px) {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.grid-margin-xl-0 {
|
||||
@media (min-width: 1200px) {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.img-lg {
|
||||
width: 92px;
|
||||
height: 92px;
|
||||
}
|
||||
.img-sm {
|
||||
width: 43px;
|
||||
height: 43px;
|
||||
}
|
||||
.img-xs {
|
||||
width: 37px;
|
||||
height: 37px;
|
||||
}
|
||||
.img-ss {
|
||||
width: 26px;
|
||||
height: 26px;
|
||||
}
|
||||
.stretch-card {
|
||||
@include display-flex;
|
||||
@include align-items(stretch);
|
||||
@include justify-content(stretch);
|
||||
>.card{
|
||||
width: 100%;
|
||||
min-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.border-right-sm {
|
||||
@media (min-width: 576px) {
|
||||
border-right: $border-width solid $border-color;
|
||||
}
|
||||
}
|
||||
.border-right-md {
|
||||
@media (min-width: 768px) {
|
||||
border-right: $border-width solid $border-color;
|
||||
}
|
||||
}
|
||||
.border-right-lg {
|
||||
@media (min-width: 992px) {
|
||||
border-right: $border-width solid $border-color;
|
||||
}
|
||||
}
|
||||
|
||||
.border-left-sm {
|
||||
@media (min-width: 576px) {
|
||||
border-left: $border-width solid $border-color;
|
||||
}
|
||||
}
|
||||
.border-left-md {
|
||||
@media (min-width: 768px) {
|
||||
border-left: $border-width solid $border-color;
|
||||
}
|
||||
}
|
||||
.border-left-lg {
|
||||
@media (min-width: 992px) {
|
||||
border-left: $border-width solid $border-color;
|
||||
}
|
||||
}
|
||||
|
||||
.text-gray {
|
||||
color: #8c8c8c;
|
||||
}
|
||||
|
||||
.text-black {
|
||||
color: $black;
|
||||
}
|
||||
|
||||
.text-small {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.flex-grow {
|
||||
flex-grow: 1;
|
||||
}
|
||||
298
public/storage/assets/scss/common/light/_variables.scss
Normal file
298
public/storage/assets/scss/common/light/_variables.scss
Normal file
@@ -0,0 +1,298 @@
|
||||
|
||||
////////// COLOR SYSTEM //////////
|
||||
|
||||
$blue: #5E50F9;
|
||||
$indigo: #6610f2;
|
||||
$purple: #6a008a;
|
||||
$pink: #E91E63;
|
||||
$red: #f96868;
|
||||
$orange: #f2a654;
|
||||
$yellow: #f6e84e;
|
||||
$green: #46c35f;
|
||||
$teal: #58d8a3;
|
||||
$cyan: #57c7d4;
|
||||
$black: #000;
|
||||
$white: #ffffff;
|
||||
$white-smoke: #f2f7f8;
|
||||
$violet: #41478a;
|
||||
$darkslategray : #2e383e;
|
||||
$dodger-blue : #3498db;
|
||||
|
||||
|
||||
$colors: (
|
||||
blue: $blue,
|
||||
indigo: $indigo,
|
||||
purple: $purple,
|
||||
pink: $pink,
|
||||
red: $red,
|
||||
orange: $orange,
|
||||
yellow: $yellow,
|
||||
green: $green,
|
||||
teal: $teal,
|
||||
cyan: $cyan,
|
||||
white: $white,
|
||||
gray: #434a54,
|
||||
gray-light: #aab2bd,
|
||||
gray-lighter: #e8eff4,
|
||||
gray-lightest: #e6e9ed,
|
||||
gray-dark: #0f1531,
|
||||
black: #000000
|
||||
);
|
||||
|
||||
|
||||
$theme-colors: (
|
||||
primary: #844fc1,
|
||||
secondary: #6c7293,
|
||||
success: #21bf06,
|
||||
info: #3b86d1,
|
||||
warning: #f39915,
|
||||
danger: #dc3545,
|
||||
light: #f8f9fa,
|
||||
dark: #282f3a
|
||||
);
|
||||
|
||||
$theme-gradient-colors: (
|
||||
primary: linear-gradient(to right, #3023ae, #c86dd7),
|
||||
secondary: linear-gradient(to right, #e7ebf0, #868e96),
|
||||
success: linear-gradient(45deg, #7bffce, #30c93e),
|
||||
info: linear-gradient(to bottom, #0e4cfd, #6a8eff),
|
||||
warning: linear-gradient(to top, #f76b1c, #fad961),
|
||||
danger: linear-gradient(316deg, #fc5286, #fbaaa2),
|
||||
light: linear-gradient(to right, #cfd9df 0%, #e2ebf0 100%),
|
||||
dark: linear-gradient(to right, #7d7979 0%, #000000 100%)
|
||||
);
|
||||
|
||||
////////// COLOR SYSTEM //////////
|
||||
|
||||
////////// COLOR VARIABLES //////////
|
||||
$content-bg: #f4f5fa;
|
||||
$border-color: #f3f3f3;
|
||||
|
||||
////////// COLOR VARIABLES //////////
|
||||
|
||||
|
||||
|
||||
////////// SOCIAL COLORS //////////
|
||||
|
||||
$social-colors: (
|
||||
twitter: #2caae1,
|
||||
facebook: #3b579d,
|
||||
google: #dc4a38,
|
||||
linkedin: #0177b5,
|
||||
pinterest: #cc2127,
|
||||
youtube: #e52d27,
|
||||
github: #333333,
|
||||
behance: #1769ff,
|
||||
dribbble: #ea4c89,
|
||||
reddit: #ff4500
|
||||
);
|
||||
|
||||
////////// SOCIAL COLORS //////////
|
||||
|
||||
////////// FONTS//
|
||||
|
||||
$type1: 'Poppins', sans-serif;
|
||||
|
||||
$default-font-size: .875rem; // 14px as base font size
|
||||
|
||||
$text-muted: #a5abcc;
|
||||
$body-color: #001737;
|
||||
|
||||
////////// FONT VARIABLES //////////
|
||||
|
||||
///////// FOOTER ////////
|
||||
$footer-height: 75px;
|
||||
$footer-bg: $content-bg;
|
||||
$footer-color: color(dark);
|
||||
///////// FOOTER ////////
|
||||
|
||||
///////// BUTTONS ////////
|
||||
|
||||
$button-fixed-width: 150px;
|
||||
$btn-padding-y: .875rem;
|
||||
$btn-padding-x: 1.5rem;
|
||||
$btn-line-height: 1;
|
||||
|
||||
$btn-padding-y-xs: .5rem;
|
||||
$btn-padding-x-xs: .75rem;
|
||||
|
||||
$btn-padding-y-sm: .50rem;
|
||||
$btn-padding-x-sm: .81rem;
|
||||
|
||||
$btn-padding-y-lg: 1rem;
|
||||
$btn-padding-x-lg: 3rem;
|
||||
|
||||
$btn-font-size: .875rem;
|
||||
$btn-font-size-xs: .625rem;
|
||||
$btn-font-size-sm: .875rem;
|
||||
$btn-font-size-lg: .875rem;
|
||||
|
||||
$btn-border-radius: .1875rem;
|
||||
$btn-border-radius-xs: .1875rem;
|
||||
$btn-border-radius-sm: .1875rem;
|
||||
$btn-border-radius-lg: .1875rem;
|
||||
|
||||
///////// BUTTONS ////////
|
||||
|
||||
|
||||
|
||||
////////// TOOLTIP VARIABLES //////////
|
||||
|
||||
//default styles
|
||||
$tooltip-font-size: .75rem;
|
||||
$tooltip-padding-y: .4rem;
|
||||
$tooltip-padding-x: .75rem;
|
||||
$tooltip-border-radius: .375rem;
|
||||
|
||||
////////// TOOLTIP VARIABLES //////////
|
||||
|
||||
|
||||
|
||||
///////// FORMS /////////
|
||||
|
||||
$input-bg: color(white);
|
||||
$input-border-radius: 2px;
|
||||
$input-placeholder-color: #c9c8c8;
|
||||
$input-font-size: .875rem;
|
||||
|
||||
$input-height : 2.875rem;
|
||||
$input-height-sm : 2.25rem;
|
||||
$input-height-lg : 3.5rem;
|
||||
|
||||
$input-padding-y: .875rem;
|
||||
$input-padding-x: 1.375rem;
|
||||
$input-line-height: 1;
|
||||
|
||||
$input-padding-y-xs: .5rem;
|
||||
$input-padding-x-xs: .75rem;
|
||||
|
||||
$input-padding-y-sm: .50rem;
|
||||
$input-padding-x-sm: .81rem;
|
||||
|
||||
$input-padding-y-lg: .94rem;
|
||||
$input-padding-x-lg: .94rem;
|
||||
|
||||
///////// FORMS /////////
|
||||
|
||||
//////// DROPDOWNS ///////
|
||||
$dropdown-color: $body-color;
|
||||
$dropdown-border-color: $border-color;
|
||||
$dropdown-divider-bg: $border-color;
|
||||
$dropdown-link-color: $body-color;
|
||||
$dropdown-header-color: $body-color;
|
||||
$dropdown-link-hover-bg: #eaeaf1;
|
||||
//////// DROPDOWNS ///////
|
||||
|
||||
//////// TABLES ////////
|
||||
$table-color: $body-color;
|
||||
$table-accent-bg: $content-bg;
|
||||
$table-hover-bg: #eaeaf1;
|
||||
$table-cell-padding: 1.25rem .9375rem;
|
||||
$table-border-color: $border-color;
|
||||
|
||||
$table-inverse-bg: #2a2b32;
|
||||
$table-inverse-color: color(white);
|
||||
|
||||
//////// TABLES ////////
|
||||
|
||||
|
||||
|
||||
////////// MEASUREMENT AND PROPERTY VARIABLES //////////
|
||||
|
||||
$border-property: 1px solid $border-color;
|
||||
$card-spacing-y: 1.375rem;
|
||||
$card-padding-y: 1.5rem;
|
||||
$card-padding-x: 1.8rem;
|
||||
$card-border-radius: 0.25rem;
|
||||
$card-border-color: #e4e4f4;
|
||||
$card-box-shadow: 0 5px 10px 0 rgba(230, 230, 243, 0.88);
|
||||
$card-title-color: $body-color;
|
||||
$card-description-color: #76838f;
|
||||
$grid-gutter-width: 1.375rem;
|
||||
$action-transition-duration: 0.25s;
|
||||
$action-transition-timing-function: ease;
|
||||
////////// OTHER VARIABLES //////////
|
||||
|
||||
|
||||
|
||||
////////// BREAD CRUMBS VARIABLES //////////
|
||||
|
||||
// default styles
|
||||
$breadcrumb-padding-y: 0.56rem;
|
||||
$breadcrumb-padding-x: 1.13rem;
|
||||
$breadcrumb-item-padding: .5rem;
|
||||
$breadcrumb-margin-bottom: 1rem;
|
||||
$breadcrumb-font-size: $default-font-size;
|
||||
$breadcrumb-bg: transparent;
|
||||
$breadcrumb-border-color: $border-color;
|
||||
$breadcrumb-divider-color: $gray-600;
|
||||
$breadcrumb-active-color: $gray-700;
|
||||
$breadcrumb-divider: "/";
|
||||
|
||||
// custom styles
|
||||
$breadcrumb-custom-padding-y: 0;
|
||||
$breadcrumb-custom-padding-x: 0;
|
||||
$breadcrumb-custom-item-padding-y: 0.56rem;
|
||||
$breadcrumb-custom-item-padding-x: 10px;
|
||||
$breadcrumb-custom-item-color: $black;
|
||||
$breadcrumb-item-bg: #dbe3e6;
|
||||
|
||||
////////// BREAD CRUMBS VARIABLES //////////
|
||||
|
||||
|
||||
|
||||
////////// MODALS VARIABLES //////////
|
||||
|
||||
$modal-inner-padding: 0.9375rem;
|
||||
$modal-dialog-margin: 10px;
|
||||
$modal-dialog-margin-y-sm-up: 30px;
|
||||
$modal-title-line-height: $line-height-base;
|
||||
$modal-content-bg: $white;
|
||||
$modal-content-box-shadow-xs: 0 3px 9px rgba($black,.5);
|
||||
$modal-content-box-shadow-sm-up: 0 5px 15px rgba($black,.5);
|
||||
|
||||
$modal-backdrop-bg: $black;
|
||||
$modal-backdrop-opacity: .5;
|
||||
|
||||
$modal-header-border-color: $border-color;
|
||||
$modal-content-border-color: $border-color;
|
||||
$modal-footer-border-color: $border-color;
|
||||
|
||||
$modal-header-border-width: $border-width;
|
||||
$modal-content-border-width: $border-width;
|
||||
$modal-footer-border-width: $border-width;
|
||||
|
||||
$modal-header-padding-x: 26px;
|
||||
$modal-header-padding-y: 25px;
|
||||
|
||||
$modal-body-padding-x: 26px;
|
||||
$modal-body-padding-y: 35px;
|
||||
|
||||
$modal-footer-padding-x: 31px;
|
||||
$modal-footer-padding-y: 15px;
|
||||
|
||||
$modal-lg: 90%;
|
||||
$modal-md: 500px;
|
||||
$modal-sm: 300px;
|
||||
$modal-transition: transform .4s ease;
|
||||
|
||||
////////// MODALS VARIABLES //////////
|
||||
|
||||
///////// TABS VARIABLES //////////
|
||||
$nav-tabs-border-color: #ebedf2;
|
||||
$nav-tabs-link-bg: #f6f8fa;
|
||||
$nav-tabs-link-color: #000000;
|
||||
$nav-tabs-link-hover-border-color: $nav-tabs-border-color $nav-tabs-border-color $nav-tabs-border-color;
|
||||
$nav-tabs-link-active-color: $body-color;
|
||||
$nav-tabs-link-active-bg: $white;
|
||||
$nav-tabs-link-active-border-color: $nav-tabs-border-color $nav-tabs-border-color $nav-tabs-link-active-bg;
|
||||
$nav-pills-custom-bg: #fcfcfd;
|
||||
//////// TABS VARIABLES /////////
|
||||
|
||||
//////// CALENDAR //////////////
|
||||
$fullcalendar-color: #a8b2b9;
|
||||
//////// CALENDAR //////////////
|
||||
|
||||
//////// Toggle Switch //////////////
|
||||
$toggle-switch-bg: #e9ecef;
|
||||
//////// CALENDAR //////////////
|
||||
199
public/storage/assets/scss/common/light/common.scss
Normal file
199
public/storage/assets/scss/common/light/common.scss
Normal file
@@ -0,0 +1,199 @@
|
||||
/*------------------------------------------------------------------
|
||||
[Master Stylesheet]
|
||||
|
||||
Project: PolluxUI Admin
|
||||
Version: 1.0.0
|
||||
-------------------------------------------------------------------*/
|
||||
|
||||
|
||||
|
||||
/*-------------------------------------------------------------------
|
||||
===== Table of Contents =====
|
||||
|
||||
* Bootstrap functions
|
||||
* Template variables
|
||||
* SCSS Compass Functions
|
||||
* Boostrap Main SCSS
|
||||
* Template mixins
|
||||
+ Animation Mixins
|
||||
+ Badge Mixins
|
||||
+ Button Mixins
|
||||
+ Miscellaneous Mixins
|
||||
+ BlockQuote Mixins
|
||||
+ Cards Mixins
|
||||
+ Color Functions Mixins
|
||||
+ Tooltips
|
||||
+ popovers
|
||||
* Core Styles
|
||||
+ Reset Styles
|
||||
+ Fonts
|
||||
+ Functions
|
||||
+ Backgrounds
|
||||
+ Sidebar
|
||||
+ Navbar
|
||||
+ Typography
|
||||
+ Miscellaneous
|
||||
+ Footer
|
||||
+ Layouts
|
||||
+ Utilities
|
||||
+ Demo styles
|
||||
* Components
|
||||
+ Accordions
|
||||
+ Badges
|
||||
+ Bootstrap Alerts
|
||||
+ Boostrap Progress
|
||||
+ Buttons
|
||||
+ Breadcrumbs
|
||||
+ Cards
|
||||
+ Checkboxes and Radios
|
||||
+ Dropdowns
|
||||
+ Forms
|
||||
+ Google maps
|
||||
+ Icons
|
||||
+ Loaders
|
||||
+ Lists
|
||||
+ Modals
|
||||
+ Pagination
|
||||
+ Popover
|
||||
+ Portfolio
|
||||
+ Preview
|
||||
+ Tables
|
||||
+ Tabs
|
||||
+ Timeline
|
||||
+ Todo List
|
||||
+ Tooltips
|
||||
+ User Profile
|
||||
+ Pricing table
|
||||
+ Settings Panel
|
||||
* Email
|
||||
+ Mail Sidebar
|
||||
+ Mail List Container
|
||||
+ Message Content
|
||||
* Plugin Overrides
|
||||
+ Ace Editor
|
||||
+ Avgrund Popup
|
||||
+ Bootstrap Tour
|
||||
+ Chartist
|
||||
+ CodeMirror
|
||||
+ Colcade
|
||||
+ Colorpicker
|
||||
+ Context Menu
|
||||
+ Data Tables
|
||||
+ Datepicker
|
||||
+ Dropify
|
||||
+ Dropzone
|
||||
+ Flot chart
|
||||
+ Full Calendar
|
||||
+ Google Charts
|
||||
+ Icheck
|
||||
+ Jquery File Upload
|
||||
+ Js-grid
|
||||
+ Jvectormap
|
||||
+ Light Gallery
|
||||
+ Listify
|
||||
+ No-ui-slider
|
||||
+ Owl-carousel
|
||||
+ Progressbar-js
|
||||
+ Pws-tabs
|
||||
+ Quill Editor
|
||||
+ Rating
|
||||
+ Select2
|
||||
+ Summernote Editor
|
||||
+ SweetAlert
|
||||
+ Switchery
|
||||
+ Tags
|
||||
+ TinyMCE Editor
|
||||
+ Toast
|
||||
+ Typeahead
|
||||
+ Wysi Editor
|
||||
+ X-editable
|
||||
+ Wizard
|
||||
* Landing screens
|
||||
+ Auth
|
||||
* Horizontal Menu
|
||||
+ Horizontal
|
||||
-------------------------------------------------------------------*/
|
||||
|
||||
|
||||
/*-------------------------------------------------------------------*/
|
||||
/* === Import Bootstrap functions and variables === */
|
||||
@import "../../../node_modules/bootstrap/scss/functions";
|
||||
@import "../../../node_modules/bootstrap/scss/variables";
|
||||
|
||||
/*-------------------------------------------------------------------*/
|
||||
/* === Import template variables === */
|
||||
@import "variables";
|
||||
|
||||
/*-------------------------------------------------------------------*/
|
||||
/* === SCSS Compass Functions === */
|
||||
@import "../../../node_modules/compass-mixins/lib/compass";
|
||||
@import "../../../node_modules/compass-mixins/lib/animate";
|
||||
|
||||
/*-------------------------------------------------------------------*/
|
||||
/* === Boostrap Main SCSS === */
|
||||
@import "../../../node_modules/bootstrap/scss/bootstrap";
|
||||
|
||||
/*-------------------------------------------------------------------*/
|
||||
/* === Template mixins === */
|
||||
@import "mixins/misc";
|
||||
@import "mixins/animation";
|
||||
@import "mixins/badges";
|
||||
@import "mixins/blockqoute";
|
||||
@import "mixins/buttons";
|
||||
@import "mixins/breadcrumbs";
|
||||
@import "mixins/cards";
|
||||
@import "mixins/no-ui-slider";
|
||||
@import "mixins/pagination";
|
||||
@import "mixins/popovers";
|
||||
@import "mixins/tooltips";
|
||||
|
||||
/*-------------------------------------------------------------------*/
|
||||
/* === Core Styles === */
|
||||
@import "reset";
|
||||
@import "fonts";
|
||||
@import "functions";
|
||||
@import "background";
|
||||
@import "typography";
|
||||
@import "misc";
|
||||
@import "footer";
|
||||
@import "utilities";
|
||||
@import "demo";
|
||||
|
||||
/*-------------------------------------------------------------------*/
|
||||
/* === Components === */
|
||||
@import "components/accordions";
|
||||
@import "components/badges";
|
||||
@import "components/buttons";
|
||||
@import "components/breadcrumbs";
|
||||
@import "components/cards";
|
||||
@import "components/checkbox-radio";
|
||||
@import "components/dropdown";
|
||||
@import "components/forms";
|
||||
@import "components/icons";
|
||||
@import "components/loaders/loaders";
|
||||
@import "components/lists";
|
||||
@import "components/pagination";
|
||||
@import "components/popover";
|
||||
@import "components/portfolio";
|
||||
@import "components/preview";
|
||||
@import "components/tables";
|
||||
@import "components/toggle-switch";
|
||||
|
||||
|
||||
/*-------------------------------------------------------------------*/
|
||||
/* === Plugin overrides === */
|
||||
@import "components/plugin-overrides/ace";
|
||||
@import "components/plugin-overrides/avgrund";
|
||||
@import "components/plugin-overrides/codemirror";
|
||||
@import "components/plugin-overrides/jquery-file-upload";
|
||||
@import "components/plugin-overrides/pws-tabs";
|
||||
@import "components/plugin-overrides/quill";
|
||||
@import "components/plugin-overrides/select2";
|
||||
@import "components/plugin-overrides/tags";
|
||||
@import "components/plugin-overrides/tinymce";
|
||||
@import "components/plugin-overrides/typeahead";
|
||||
@import "components/plugin-overrides/x-editable";
|
||||
|
||||
/*-------------------------------------------------------------------*/
|
||||
/* === Landing screens === */
|
||||
@import "landing-screens/auth";
|
||||
@@ -0,0 +1,233 @@
|
||||
/* Accordions */
|
||||
|
||||
.accordion {
|
||||
.card {
|
||||
margin-bottom: .75rem;
|
||||
box-shadow: 0px 1px 15px 1px rgba(230, 234, 236, 0.35);
|
||||
border-radius: .25rem;
|
||||
.card-header {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
padding: 2rem;
|
||||
* {
|
||||
font-weight: 400;
|
||||
font-size: 1rem;
|
||||
}
|
||||
a {
|
||||
display: block;
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
font-size: inherit;
|
||||
position: relative;
|
||||
@include transition(color .5s ease);
|
||||
padding-right: 1.5rem;
|
||||
&:before {
|
||||
font-family:"typicons";
|
||||
position: absolute;
|
||||
right: 7px;
|
||||
top: 0;
|
||||
font-size: 18px;
|
||||
display: block;
|
||||
}
|
||||
&[aria-expanded="true"] {
|
||||
color: theme-color(primary);
|
||||
&:before {
|
||||
content: "\e0cf";
|
||||
}
|
||||
}
|
||||
&[aria-expanded="false"] {
|
||||
&:before{
|
||||
content: "\e0bd";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.card-body {
|
||||
font-size: 14px;
|
||||
padding: 0 2rem 2rem 2rem;
|
||||
font-weight: 400;
|
||||
line-height: 1.5;
|
||||
i {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.accordion-bordered {
|
||||
background: $white;
|
||||
box-shadow: 0px 1px 15px 1px rgba(230, 234, 236, 0.35);
|
||||
.card {
|
||||
margin: 0 2rem;
|
||||
border-top: 1px solid $border-color;
|
||||
box-shadow: none;
|
||||
border-radius: 0;
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
.card-header,
|
||||
.card-body {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
.card-header {
|
||||
a {
|
||||
&:before {
|
||||
color: theme-color(danger);
|
||||
}
|
||||
&[aria-expanded="true"] {
|
||||
color: inherit;
|
||||
&:before {
|
||||
content: "\e01d";
|
||||
}
|
||||
}
|
||||
&[aria-expanded="false"] {
|
||||
&:before {
|
||||
content: "\e01e";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&:first-child {
|
||||
border-top: 0;
|
||||
}
|
||||
&:last-child {
|
||||
border-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.accordion-filled {
|
||||
.card {
|
||||
padding: 0;
|
||||
.card-header {
|
||||
padding: 0;
|
||||
a {
|
||||
padding: 2rem 4.5rem 2rem 2rem;
|
||||
@include transition(all .2s linear);
|
||||
&:before {
|
||||
top: 40%;
|
||||
right: 40px;
|
||||
}
|
||||
&[aria-expanded="true"] {
|
||||
background: theme-color(info);
|
||||
color: $white;
|
||||
&:before {
|
||||
content: "\e01d";
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
&[aria-expanded="false"] {
|
||||
&:before {
|
||||
content: "\e01e";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.card-body {
|
||||
padding: 0 2rem 2rem 2rem;
|
||||
background: theme-color(info);
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.accordion-solid-header {
|
||||
.card {
|
||||
padding: 0;
|
||||
.card-header {
|
||||
padding: 0;
|
||||
a {
|
||||
padding: 2rem 4.5rem 2rem 2rem;
|
||||
@include transition(all .2s linear);
|
||||
&:before {
|
||||
top: 40%;
|
||||
right: 40px;
|
||||
}
|
||||
&[aria-expanded="true"] {
|
||||
background: theme-color(primary);
|
||||
color: $white;
|
||||
&:before {
|
||||
content: "\e01d";
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
&[aria-expanded="false"] {
|
||||
&:before {
|
||||
content: "\e01e";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.card-body {
|
||||
padding: 2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.accordion-solid-content {
|
||||
.card {
|
||||
padding: 0;
|
||||
.card-header {
|
||||
padding: 0;
|
||||
a {
|
||||
padding: 2rem 4.5rem 2rem 2rem;
|
||||
@include transition(all .2s linear);
|
||||
&:before {
|
||||
top: 40%;
|
||||
right: 40px;
|
||||
}
|
||||
&[aria-expanded="true"] {
|
||||
color: inherit;
|
||||
&:before {
|
||||
content: "\e01d";
|
||||
}
|
||||
}
|
||||
&[aria-expanded="false"] {
|
||||
&:before {
|
||||
content: "\e01e";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.card-body {
|
||||
padding: 2rem;
|
||||
background: theme-color(success);
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.accordion-multi-colored {
|
||||
.card {
|
||||
.card-header,
|
||||
.card-body {
|
||||
background: transparent;
|
||||
color: $white;
|
||||
}
|
||||
&:nth-child(1) {
|
||||
background: theme-color(primary);
|
||||
}
|
||||
&:nth-child(2) {
|
||||
background: theme-color(success);
|
||||
}
|
||||
&:nth-child(3) {
|
||||
background: theme-color(danger);
|
||||
}
|
||||
&:nth-child(4) {
|
||||
background: theme-color(warning);
|
||||
}
|
||||
&:nth-child(5) {
|
||||
background: theme-color(info);
|
||||
}
|
||||
.card-header {
|
||||
a {
|
||||
&[aria-expanded="true"] {
|
||||
color: inherit;
|
||||
&:before {
|
||||
content: "\e01d";
|
||||
}
|
||||
}
|
||||
&[aria-expanded="false"] {
|
||||
&:before {
|
||||
content: "\e01e";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
/* Badges */
|
||||
|
||||
.badge {
|
||||
border-radius: 4px;
|
||||
font-size: 12px;
|
||||
line-height: 1;
|
||||
padding: .345rem .46rem;
|
||||
font-weight: normal;
|
||||
&.badge-pill {
|
||||
border-radius: 10rem;
|
||||
}
|
||||
}
|
||||
|
||||
/*Badge outlined variations*/
|
||||
@each $color, $value in $theme-colors {
|
||||
.badge-outline-#{$color} {
|
||||
@include badge-outline-variations($value);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,86 @@
|
||||
/* Breadcrumbs */
|
||||
|
||||
.breadcrumb {
|
||||
border: $border-width solid $border-color;
|
||||
|
||||
.breadcrumb-item {
|
||||
font-size: $breadcrumb-font-size;
|
||||
|
||||
&.active {}
|
||||
}
|
||||
|
||||
&.breadcrumb-custom {
|
||||
padding: $breadcrumb-custom-padding-y $breadcrumb-custom-padding-x;
|
||||
border-color: $breadcrumb-item-bg;
|
||||
.breadcrumb-item {
|
||||
font-size: $breadcrumb-font-size;
|
||||
background: $breadcrumb-item-bg;
|
||||
padding: $breadcrumb-custom-item-padding-y $breadcrumb-custom-item-padding-x;
|
||||
color: $breadcrumb-custom-item-color;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
&:last-child {
|
||||
background: transparent;
|
||||
}
|
||||
&:before{
|
||||
content: "";
|
||||
}
|
||||
a{
|
||||
position: relative;
|
||||
color: inherit;
|
||||
border: 1px solid $breadcrumb-item-bg;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
&:before,&:after{
|
||||
position: absolute;
|
||||
top: -9px;
|
||||
width: 0;
|
||||
height: 0;
|
||||
content: "";
|
||||
border-top: 21px solid transparent;
|
||||
border-bottom: 21px solid transparent;
|
||||
}
|
||||
&:before{
|
||||
right: -22px;
|
||||
z-index: 3;
|
||||
border-left-color: $breadcrumb-item-bg;
|
||||
border-left-style: solid;
|
||||
border-left-width: 12px;
|
||||
}
|
||||
&:after{
|
||||
border-top: 21px solid transparent;
|
||||
border-bottom: 22px solid transparent;
|
||||
border-left: 12px solid $white;
|
||||
top: -9px;
|
||||
right: -23px;
|
||||
}
|
||||
}
|
||||
span{
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
&.active {}
|
||||
}
|
||||
}
|
||||
|
||||
&.bg-success,&.bg-dark,&.bg-danger,&.bg-warning,&.bg-primary,&.bg-info{
|
||||
border: none;
|
||||
.breadcrumb-item{
|
||||
color: $white;
|
||||
&:before{
|
||||
color: inherit;
|
||||
}
|
||||
a,span{
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* inverse breadcrumb */
|
||||
@each $color, $value in $theme-colors {
|
||||
.bg-inverse-#{$color} {
|
||||
@include breadcrumb-inverse-variant($value);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,83 @@
|
||||
/* Buttons */
|
||||
|
||||
.btn {
|
||||
font-size: $btn-font-size;
|
||||
line-height: 1;
|
||||
font-weight: 400;
|
||||
i {
|
||||
font-size: 1rem;
|
||||
}
|
||||
&.btn-rounded {
|
||||
@include border-radius(50px);
|
||||
}
|
||||
&.btn-sm {
|
||||
font-size: $btn-font-size-sm;
|
||||
padding: 0.47rem 0.6rem;
|
||||
}
|
||||
&.btn-lg {
|
||||
font-size: $btn-font-size-lg;
|
||||
}
|
||||
&.btn-xs {
|
||||
padding: $btn-padding-y-xs $btn-padding-x-xs;
|
||||
font-size: $btn-font-size-xs;
|
||||
}
|
||||
/* Buttons with only icons */
|
||||
&.btn-icon {
|
||||
width: 42px;
|
||||
height: 42px;
|
||||
padding: 0;
|
||||
}
|
||||
/* Buttons with icon and text */
|
||||
&.btn-icon-text {
|
||||
.btn-icon-prepend {
|
||||
margin-right: .5rem;
|
||||
}
|
||||
.btn-icon-append {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
&.btn-social-icon {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-group {
|
||||
.btn {
|
||||
+ .btn {
|
||||
border-left: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.btn-toolbar {
|
||||
.btn-group {
|
||||
+.btn-group {
|
||||
@extend .ml-2;
|
||||
}
|
||||
}
|
||||
}
|
||||
/*social buttons*/
|
||||
@each $color, $value in $social-colors {
|
||||
.btn-#{$color} {
|
||||
@include social-button(social-color($color));
|
||||
}
|
||||
.btn-outline-#{$color} {
|
||||
@include social-outline-button(social-color($color));
|
||||
}
|
||||
}
|
||||
/* inverse buttons */
|
||||
@each $color, $value in $theme-colors {
|
||||
.btn-inverse-#{$color} {
|
||||
@include button-inverse-variant($value);
|
||||
}
|
||||
.btn-#{$color} {
|
||||
&,
|
||||
&:hover {
|
||||
box-shadow: 0 2px 2px 0 rgba(theme-color($color), .14),
|
||||
0 3px 1px -2px rgba(theme-color($color), .2),
|
||||
0 1px 5px 0 rgba(theme-color($color), .12)
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,88 @@
|
||||
/* Cards */
|
||||
|
||||
.card {
|
||||
box-shadow: $card-box-shadow;
|
||||
-webkit-box-shadow: $card-box-shadow;
|
||||
-moz-box-shadow: $card-box-shadow;
|
||||
-ms-box-shadow: $card-box-shadow;
|
||||
.card-body {
|
||||
padding: $card-padding-y $card-padding-x;
|
||||
+ .card-body {
|
||||
padding-top: 1rem;
|
||||
}
|
||||
}
|
||||
.card-title {
|
||||
color: $card-title-color;
|
||||
margin-bottom: 1.5rem;
|
||||
text-transform: capitalize;
|
||||
font-size: 1.125rem;
|
||||
}
|
||||
.card-subtitle {
|
||||
@extend .text-gray;
|
||||
font-weight: 400;
|
||||
margin-top: 0.625rem;
|
||||
margin-bottom: 0.625rem;
|
||||
|
||||
}
|
||||
.card-description {
|
||||
margin-bottom: .875rem;
|
||||
font-weight: 400;
|
||||
color: $card-description-color;
|
||||
}
|
||||
&.card-outline-success {
|
||||
border: 1px solid theme-color("success");
|
||||
}
|
||||
&.card-outline-primary {
|
||||
border: 1px solid theme-color("primary");
|
||||
}
|
||||
&.card-outline-warning {
|
||||
border: 1px solid theme-color("warning");
|
||||
}
|
||||
&.card-outline-danger {
|
||||
border: 1px solid theme-color("danger");
|
||||
}
|
||||
&.card-rounded {
|
||||
@include border-radius(5px);
|
||||
}
|
||||
|
||||
&.card-faded {
|
||||
background: #b5b0b2;
|
||||
border-color: #b5b0b2;
|
||||
}
|
||||
&.card-circle-progress {
|
||||
color: $white;
|
||||
text-align: center;
|
||||
}
|
||||
&.card-img-holder {
|
||||
position: relative;
|
||||
.card-img-absolute {
|
||||
position: absolute;
|
||||
top:0;
|
||||
right: 0;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
&.card-weather {
|
||||
.weather-daily {
|
||||
.weather-day {
|
||||
opacity: .5;
|
||||
font-weight: 900;
|
||||
}
|
||||
i {
|
||||
font-size: 20px;
|
||||
}
|
||||
.weather-temp {
|
||||
margin-top: .5rem;
|
||||
margin-bottom: 0;
|
||||
opacity: .5;
|
||||
font-size: .75rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@each $color, $value in $theme-colors {
|
||||
.card-inverse-#{$color} {
|
||||
@include card-inverse-variant(rgba(theme-color($color), .2), theme-color-level($color, 1), theme-color-level($color, 3));
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,236 @@
|
||||
/* Checkboxes and Radios */
|
||||
|
||||
.form-check {
|
||||
position: relative;
|
||||
display: block;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
padding-left: 0;
|
||||
|
||||
.form-check-label {
|
||||
min-height: 18px;
|
||||
display: block;
|
||||
margin-left: 1.75rem;
|
||||
font-size: $default-font-size;
|
||||
line-height: 1.5;
|
||||
.rtl & {
|
||||
margin-left: 0;
|
||||
margin-right: 1.75rem;
|
||||
}
|
||||
|
||||
input {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
.rtl & {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
margin-left: 0;
|
||||
margin-top: 0;
|
||||
z-index: 1;
|
||||
cursor: pointer;
|
||||
opacity: 0;
|
||||
filter: alpha(opacity=0);
|
||||
}
|
||||
input[type="checkbox"] {
|
||||
+ .input-helper {
|
||||
&:before,
|
||||
&:after {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
.rtl & {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
&:before {
|
||||
content: "";
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
border-radius: 2px;
|
||||
border: solid theme-color(primary);
|
||||
border-width: 2px;
|
||||
@include transition(all);
|
||||
transition-duration: 0s;
|
||||
-webkit-transition-duration: 250ms;
|
||||
transition-duration: 250ms;
|
||||
}
|
||||
|
||||
&:after {
|
||||
@include transition(all);
|
||||
transition-duration: 0s;
|
||||
-webkit-transition-duration: 250ms;
|
||||
transition-duration: 250ms;
|
||||
font-family: 'typicons';
|
||||
opacity: 0;
|
||||
filter: alpha(opacity=0);
|
||||
-webkit-transform: scale(0);
|
||||
-ms-transform: scale(0);
|
||||
-o-transform: scale(0);
|
||||
transform: scale(0);
|
||||
content: '\e11e';
|
||||
font-size: .9375rem;
|
||||
font-weight: bold;
|
||||
color: $white;
|
||||
margin-left: 3px;
|
||||
}
|
||||
}
|
||||
&:checked {
|
||||
+.input-helper {
|
||||
&:before {
|
||||
background: theme-color(primary);
|
||||
border-width: 0;
|
||||
}
|
||||
&:after {
|
||||
width: 18px;
|
||||
opacity: 1;
|
||||
line-height: 18px;
|
||||
filter: alpha(opacity=100);
|
||||
-webkit-transform: scale(1);
|
||||
-ms-transform: scale(1);
|
||||
-o-transform: scale(1);
|
||||
transform: scale(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
+ .input-helper {
|
||||
&:before {
|
||||
border-color: $border-color;
|
||||
}
|
||||
}
|
||||
|
||||
&:checked {
|
||||
+ .input-helper {
|
||||
&:after {
|
||||
background: $border-color;
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
input[type="radio"] {
|
||||
+.input-helper {
|
||||
&:before {
|
||||
position: absolute;
|
||||
content: "";
|
||||
top: 0;
|
||||
left: 0;
|
||||
.rtl & {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
border: solid theme-color(primary);
|
||||
border-width: 2px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
border-radius: 50%;
|
||||
@include transition(all);
|
||||
transition-duration: 0s;
|
||||
-webkit-transition-duration: 250ms;
|
||||
transition-duration: 250ms;
|
||||
}
|
||||
|
||||
&:after {
|
||||
content: "";
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
background: $white;
|
||||
border-radius: 50%;
|
||||
top: 6px;
|
||||
left: 6px;
|
||||
.rtl & {
|
||||
left: auto;
|
||||
right: 6px;
|
||||
}
|
||||
-webkit-transition: all;
|
||||
-o-transition: all;
|
||||
transition: all;
|
||||
transition-duration: 0s;
|
||||
-webkit-transition-duration: 250ms;
|
||||
transition-duration: 250ms;
|
||||
opacity: 0;
|
||||
filter: alpha(opacity=0);
|
||||
-webkit-transform: scale(0);
|
||||
-ms-transform: scale(0);
|
||||
-o-transform: scale(0);
|
||||
transform: scale(0);
|
||||
position: absolute;
|
||||
}
|
||||
}
|
||||
|
||||
&:checked {
|
||||
+.input-helper {
|
||||
&:before {
|
||||
background: theme-color(primary);
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
&:after {
|
||||
opacity: 1;
|
||||
line-height: 1.5;
|
||||
filter: alpha(opacity=100);
|
||||
-webkit-transform: scale(1);
|
||||
-ms-transform: scale(1);
|
||||
-o-transform: scale(1);
|
||||
transform: scale(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
+ .input-helper {
|
||||
&:before {
|
||||
border-color: $border-color;
|
||||
}
|
||||
}
|
||||
|
||||
&:checked {
|
||||
+ .input-helper {
|
||||
&:before {
|
||||
background: $border-color;
|
||||
}
|
||||
|
||||
&:after {
|
||||
background: $white;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@each $color, $value in $theme-colors {
|
||||
.form-check-#{$color} {
|
||||
&.form-check {
|
||||
label {
|
||||
input[type="checkbox"],
|
||||
input[type="radio"] {
|
||||
+.input-helper {
|
||||
&:before {
|
||||
border-color: theme-color($color);
|
||||
}
|
||||
}
|
||||
&:checked {
|
||||
+.input-helper {
|
||||
&:before {
|
||||
background: $value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 576px) {
|
||||
.form-inline .form-check {
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
/* Dropdowns */
|
||||
|
||||
.dropdown {
|
||||
.dropdown-toggle {
|
||||
&:after {
|
||||
border-top: 0;
|
||||
border-right: 0;
|
||||
border-left: 0;
|
||||
border-bottom: 0;
|
||||
font: normal normal normal 24px/1 "typicons";
|
||||
content: "\e01d";
|
||||
width: auto;
|
||||
height: auto;
|
||||
vertical-align: middle;
|
||||
line-height: .625rem;
|
||||
font-size: 1.25rem;
|
||||
margin-left: 0.312rem;
|
||||
}
|
||||
}
|
||||
.dropdown-menu {
|
||||
margin-top: 0;
|
||||
font-size: $default-font-size;
|
||||
box-shadow: 0px 1px 15px 1px rgba(230, 234, 236, 0.35);
|
||||
border-radius: 0;
|
||||
.dropdown-item {
|
||||
font-size: .875rem;
|
||||
padding: .25rem 1.5rem;
|
||||
&:active {
|
||||
background: initial;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,62 @@
|
||||
/* Forms */
|
||||
|
||||
.form-group {
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
.input-group-append,
|
||||
.input-group-prepend {
|
||||
color: $input-placeholder-color;
|
||||
width: auto;
|
||||
border: none;
|
||||
|
||||
.input-group-text {
|
||||
border-color: $border-color;
|
||||
padding: $input-padding-y .75rem;
|
||||
color: $input-placeholder-color;
|
||||
}
|
||||
}
|
||||
.form-control {
|
||||
border: 1px solid $border-color;
|
||||
font-weight: 400;
|
||||
font-size: $input-font-size;
|
||||
}
|
||||
|
||||
select {
|
||||
&.form-control {
|
||||
padding: .4375rem .75rem;
|
||||
border: 0;
|
||||
outline: 1px solid $border-color;
|
||||
color: $input-placeholder-color;
|
||||
&:focus {
|
||||
outline: 1px solid $border-color;
|
||||
}
|
||||
@each $color, $value in $theme-colors {
|
||||
&.border-#{$color} {
|
||||
outline: 1px solid $value;
|
||||
&:focus {
|
||||
outline: 1px solid $value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.form-group {
|
||||
label {
|
||||
font-size: $default-font-size;
|
||||
line-height: 1.4rem;
|
||||
vertical-align: top;
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
&.has-danger {
|
||||
.form-control {
|
||||
border-color: theme-color(danger);
|
||||
}
|
||||
}
|
||||
.file-upload-default {
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
}
|
||||
.file-upload-info {
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
/* Icons */
|
||||
|
||||
.icons-list {
|
||||
border-left: 1px solid $border-color;
|
||||
border-top: 1px solid $border-color;
|
||||
>div {
|
||||
background: $white;
|
||||
border-bottom: 1px solid $border-color;
|
||||
border-right: 1px solid $border-color;
|
||||
@include display-flex;
|
||||
@include align-items(center);
|
||||
padding:15px 15px;
|
||||
font-weight: 400;
|
||||
font-size: $default-font-size;
|
||||
|
||||
i {
|
||||
display: inline-block;
|
||||
font-size: 20px;
|
||||
width: 40px;
|
||||
text-align: left;
|
||||
color: theme-color(primary);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.icon-in-bg {
|
||||
width: 55px;
|
||||
height: 55px;
|
||||
text-align: center;
|
||||
@include display-flex();
|
||||
@include align-items(center);
|
||||
@include justify-content(center);
|
||||
}
|
||||
|
||||
.icon-xl {
|
||||
font-size: 3.2rem;
|
||||
}
|
||||
|
||||
.icon-lg {
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
|
||||
.icon-md {
|
||||
font-size: 1.875rem;
|
||||
}
|
||||
|
||||
.icon-sm {
|
||||
font-size: 1rem;
|
||||
}
|
||||
144
public/storage/assets/scss/common/light/components/_lists.scss
Normal file
144
public/storage/assets/scss/common/light/components/_lists.scss
Normal file
@@ -0,0 +1,144 @@
|
||||
/* Lists */
|
||||
|
||||
ul,
|
||||
ol,
|
||||
dl {
|
||||
padding-left: 1rem;
|
||||
font-size: $default-font-size;
|
||||
li {
|
||||
line-height: 1.8;
|
||||
}
|
||||
}
|
||||
|
||||
.list-ticked,
|
||||
.list-arrow,
|
||||
.list-star {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
li {
|
||||
padding-left: 1.5rem;
|
||||
&:before {
|
||||
font-family: "typicons";
|
||||
margin-left: -1.5rem;
|
||||
width: 1.5rem;
|
||||
margin-right: .5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.list-ticked {
|
||||
li {
|
||||
&:before {
|
||||
content: '\e11e';
|
||||
color: theme-color(danger);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.list-arrow {
|
||||
li {
|
||||
&:before {
|
||||
content: '\e049';
|
||||
color: theme-color(success);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.list-star {
|
||||
li {
|
||||
&:before {
|
||||
content: '\e109';
|
||||
color: theme-color(warning);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.solid-bullet-list {
|
||||
position: relative;
|
||||
padding-left: 0;
|
||||
.rtl & {
|
||||
padding-right: 0;
|
||||
}
|
||||
li {
|
||||
position: relative;
|
||||
list-style-type: none;
|
||||
padding-left: 25px;
|
||||
line-height: 1;
|
||||
padding-bottom: 2.125rem;
|
||||
* {
|
||||
line-height: .8;
|
||||
}
|
||||
&:before,
|
||||
&:after {
|
||||
content:"";
|
||||
position: absolute;
|
||||
}
|
||||
&:before {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
border-radius: 100%;
|
||||
background: theme-color(primary);
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
&:after {
|
||||
content: "";
|
||||
border: 1px solid $border-color;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 4px;
|
||||
z-index: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.bullet-line-list {
|
||||
padding-left: 30px;
|
||||
position: relative;
|
||||
list-style-type: none;
|
||||
.rtl & {
|
||||
padding-left: unset;
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
li {
|
||||
position: relative;
|
||||
|
||||
&:before {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
left: -30px;
|
||||
top: 0;
|
||||
border: 4px solid theme-color(primary);
|
||||
margin-right: 15px;
|
||||
z-index: 2;
|
||||
background: color(white);
|
||||
|
||||
.rtl & {
|
||||
left: unset;
|
||||
right: -45px;
|
||||
}
|
||||
}
|
||||
|
||||
&:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
border-radius: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
&:after {
|
||||
content: "";
|
||||
border: 1px solid $border-color;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 7px;
|
||||
.rtl & {
|
||||
left: unset;
|
||||
right: 7px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
/* Pagination */
|
||||
|
||||
.pagination{
|
||||
.page-item {
|
||||
.page-link {
|
||||
border-color: $border-color;
|
||||
color: color(black);
|
||||
font-size: .875rem;
|
||||
@include transition-duration(0.3s);
|
||||
&:focus{
|
||||
background: inherit;
|
||||
}
|
||||
i {
|
||||
&:before {
|
||||
font-size: inherit;
|
||||
line-height: 1;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.active,
|
||||
&:hover,
|
||||
&:focus,
|
||||
&:active {
|
||||
.page-link {
|
||||
background: theme-color("primary");
|
||||
border-color: theme-color("primary");
|
||||
color: color(white);
|
||||
}
|
||||
}
|
||||
}
|
||||
&.pagination-flat {
|
||||
.page-item {
|
||||
margin: 0 .25rem;
|
||||
.page-link {
|
||||
border: none;
|
||||
@include border-radius(2px);
|
||||
}
|
||||
}
|
||||
}
|
||||
&.pagination-separated {
|
||||
.page-item {
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
&:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
&:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
.page-link {
|
||||
@include border-radius(2px);
|
||||
}
|
||||
}
|
||||
}
|
||||
&.pagination-rounded {
|
||||
.page-item {
|
||||
&:first-child {
|
||||
.page-link {
|
||||
@include border-radius(25px 0 0 25px);
|
||||
}
|
||||
}
|
||||
&:last-child {
|
||||
.page-link {
|
||||
@include border-radius(0 25px 25px 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&.pagination-rounded-flat {
|
||||
.page-item {
|
||||
margin-right: 3px;
|
||||
margin-left: 3px;
|
||||
.page-link {
|
||||
border: none;
|
||||
@include border-radius(50px);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
&.pagination-rounded-separated {
|
||||
.page-item {
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
&:first-child {
|
||||
margin-left: 0;
|
||||
.page-link {
|
||||
@include border-radius(10px 0 0 10px);
|
||||
}
|
||||
}
|
||||
&:last-child {
|
||||
margin-right: 0;
|
||||
.page-link {
|
||||
@include border-radius(0 10px 10px 0);
|
||||
}
|
||||
}
|
||||
.page-link {
|
||||
@include border-radius(2px);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* pagination variations */
|
||||
@each $color, $value in $theme-colors {
|
||||
.pagination-#{$color} {
|
||||
@include pagination-variants($value);
|
||||
}
|
||||
}
|
||||
129
public/storage/assets/scss/common/light/components/_popover.scss
Normal file
129
public/storage/assets/scss/common/light/components/_popover.scss
Normal file
@@ -0,0 +1,129 @@
|
||||
/* Popovers */
|
||||
|
||||
.popover-static-demo {
|
||||
.popover {
|
||||
width: 185px;
|
||||
position: relative;
|
||||
display: block;
|
||||
float: left;
|
||||
margin: 1rem .5rem;
|
||||
z-index: 10;
|
||||
&.bs-popover-bottom-demo,
|
||||
&.bs-popover-top-demo {
|
||||
.arrow {
|
||||
left: 50%;
|
||||
}
|
||||
}
|
||||
&.bs-popover-left-demo,
|
||||
&.bs-popover-right-demo{
|
||||
.arrow {
|
||||
top: 50%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.popover {
|
||||
z-index: 1029;
|
||||
&.bs-popover-top-demo {
|
||||
.arrow {
|
||||
&:before{
|
||||
border-top-color: $popover-border-color;
|
||||
}
|
||||
&:after{
|
||||
border-top-color: $popover-arrow-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.bs-popover-right-demo{
|
||||
.arrow {
|
||||
&:before{
|
||||
border-right-color: $popover-border-color;
|
||||
}
|
||||
&:after{
|
||||
border-right-color: $popover-arrow-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.bs-popover-bottom-demo{
|
||||
.arrow {
|
||||
&:before{
|
||||
border-bottom-color: $popover-border-color;
|
||||
}
|
||||
&:after{
|
||||
border-bottom-color: $popover-arrow-color;
|
||||
}
|
||||
}
|
||||
.popover-header {
|
||||
&:before {
|
||||
border-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.bs-popover-left-demo{
|
||||
.arrow {
|
||||
&:before{
|
||||
border-left-color: $popover-border-color;
|
||||
}
|
||||
&:after{
|
||||
border-left-color: $popover-arrow-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
.popover-header {
|
||||
font-size: .9375rem;
|
||||
border-bottom: 0;
|
||||
background: $white;
|
||||
color: inherit;
|
||||
border-bottom: 1px solid $popover-border-color;
|
||||
}
|
||||
.popover-body {
|
||||
color: $text-muted;
|
||||
}
|
||||
&.left {
|
||||
.arrow {
|
||||
&:before {
|
||||
border-left-color: $popover-border-color;
|
||||
}
|
||||
&:after {
|
||||
border-left-color: $popover-arrow-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.right {
|
||||
.arrow {
|
||||
&:before {
|
||||
border-right-color: $popover-border-color;
|
||||
}
|
||||
&:after {
|
||||
border-right-color: $popover-arrow-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.top {
|
||||
.arrow {
|
||||
&:before {
|
||||
border-top-color: $popover-border-color;
|
||||
}
|
||||
&:after {
|
||||
border-top-color: $popover-arrow-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.bottom {
|
||||
.arrow {
|
||||
&:before {
|
||||
border-bottom-color: $popover-border-color;
|
||||
}
|
||||
&:after {
|
||||
border-bottom-color: $popover-arrow-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@each $color, $value in $theme-colors {
|
||||
.popover-#{$color} {
|
||||
@include popover-variant($color);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,92 @@
|
||||
/* Portfolio */
|
||||
.portfolio-grid {
|
||||
figure {
|
||||
position: relative;
|
||||
float: left;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
background: theme-color(primary);
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
|
||||
img {
|
||||
position: relative;
|
||||
display: block;
|
||||
min-height: 100%;
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
figcaption {
|
||||
padding: 2em;
|
||||
color: $white;
|
||||
text-transform: uppercase;
|
||||
font-size: 1.25em;
|
||||
-webkit-backface-visibility: hidden;
|
||||
backface-visibility: hidden;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
&:after,
|
||||
&:before {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
&.effect-text-in {
|
||||
border-radius: 0.25rem;
|
||||
|
||||
h4,
|
||||
img {
|
||||
-webkit-transition: -webkit-transform 0.35s;
|
||||
transition: transform 0.35s;
|
||||
}
|
||||
|
||||
img {
|
||||
-webkit-backface-visibility: hidden;
|
||||
backface-visibility: hidden;
|
||||
}
|
||||
|
||||
h4,
|
||||
p {
|
||||
position: absolute;
|
||||
bottom: 10px;
|
||||
left: 0;
|
||||
padding: 10px;
|
||||
margin-bottom: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
p {
|
||||
text-transform: none;
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
|
||||
transition: opacity 0.35s, transform 0.35s;
|
||||
-webkit-transform: translate3d(0,50px,0);
|
||||
transform: translate3d(0,50px,0);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
img {
|
||||
-webkit-transform: translate3d(0,-80px,0);
|
||||
transform: translate3d(0,-80px,0);
|
||||
}
|
||||
|
||||
h4 {
|
||||
-webkit-transform: translate3d(0,-100px,0);
|
||||
transform: translate3d(0,-100px,0);
|
||||
}
|
||||
|
||||
p {
|
||||
opacity: 1;
|
||||
-webkit-transform: translate3d(0,0,0);
|
||||
transform: translate3d(0,0,0);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
118
public/storage/assets/scss/common/light/components/_preview.scss
Normal file
118
public/storage/assets/scss/common/light/components/_preview.scss
Normal file
@@ -0,0 +1,118 @@
|
||||
/* Preview */
|
||||
|
||||
.preview-list {
|
||||
.preview-item {
|
||||
@include display-flex;
|
||||
@include flex-direction(row);
|
||||
@include align-items(flex-start);
|
||||
padding: 1.25rem 0;
|
||||
&:last-child {
|
||||
border-bottom: 0;
|
||||
}
|
||||
.form-check {
|
||||
margin-top: 8px;
|
||||
margin-right: 1rem;
|
||||
}
|
||||
.preview-thumbnail {
|
||||
color: color(white);
|
||||
position: relative;
|
||||
img,
|
||||
.preview-icon {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
border-radius: 100%;
|
||||
}
|
||||
.preview-icon {
|
||||
padding: 6px;
|
||||
text-align: center;
|
||||
@include display-flex;
|
||||
@include align-items(center);
|
||||
@include justify-content(center);
|
||||
i {
|
||||
font-size: 1.125rem;
|
||||
margin: 0;
|
||||
.rtl & {
|
||||
@extend .ml-0;
|
||||
}
|
||||
}
|
||||
}
|
||||
.badge {
|
||||
border: 2px solid color(white);
|
||||
border-radius: 100%;
|
||||
bottom: 5px;
|
||||
display: block;
|
||||
height: 14px;
|
||||
left: -5px;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
width: 14px;
|
||||
&.badge-online {
|
||||
@extend .badge-success;
|
||||
}
|
||||
&.badge-offline {
|
||||
@extend .badge-info;
|
||||
}
|
||||
&.badge-busy {
|
||||
@extend .badge-warning;
|
||||
}
|
||||
}
|
||||
}
|
||||
.preview-item-content {
|
||||
line-height: 1;
|
||||
padding-left: 15px;
|
||||
&:first-child {
|
||||
padding-left: 0;
|
||||
}
|
||||
p {
|
||||
margin-bottom: 10px;
|
||||
.content-category {
|
||||
font-family: 'source-sans-pro-semibold', sans-serif;
|
||||
padding-right: 15px;
|
||||
border-right: 1px solid $border-color;
|
||||
@extend .text-muted;
|
||||
}
|
||||
}
|
||||
.rtl & {
|
||||
padding-left: 0;
|
||||
padding-right: 1rem;
|
||||
margin-right: 0;
|
||||
margin-left: auto;
|
||||
}
|
||||
}
|
||||
.preview-actions {
|
||||
@include display-flex;
|
||||
@include flex-direction(row);
|
||||
i {
|
||||
width: 29px;
|
||||
color: color(gray-lightest);
|
||||
height: 29px;
|
||||
border: 2px solid color(gray-lightest);
|
||||
border-radius: 100%;
|
||||
padding: 3px 6px;
|
||||
display: inline-block;
|
||||
&:first-child {
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&.comment-preview {
|
||||
.preview-item {
|
||||
padding: .87rem 0;
|
||||
&:first-child {
|
||||
padding-top: 0;
|
||||
}
|
||||
p {
|
||||
line-height: 27px;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.bordered {
|
||||
.preview-item {
|
||||
border-bottom: 1px solid $border-color;
|
||||
&:last-child {
|
||||
border-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
/* Tables */
|
||||
|
||||
.table {
|
||||
margin-bottom: 0;
|
||||
thead {
|
||||
th {
|
||||
border-top: 0;
|
||||
border-bottom-width: 1px;
|
||||
font-weight: 500;
|
||||
font-size: 1rem;
|
||||
i {
|
||||
margin-left: 0.325rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
th,
|
||||
td {
|
||||
vertical-align: middle;
|
||||
line-height: 1;
|
||||
white-space: nowrap;
|
||||
}
|
||||
td {
|
||||
font-size: $default-font-size;
|
||||
img {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
border-radius: 100%;
|
||||
}
|
||||
.badge {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
&.table-borderless {
|
||||
border: none;
|
||||
tr,
|
||||
td,
|
||||
th {
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
&.table-bordered {
|
||||
border-top: 1px solid $border-color;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,78 @@
|
||||
/* Tabs */
|
||||
|
||||
.add-items {
|
||||
margin-bottom: 1.5rem;
|
||||
overflow: hidden;
|
||||
input[type="text"] {
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
width: 100%;
|
||||
background: transparent;
|
||||
}
|
||||
.btn {
|
||||
margin-left: .5rem;
|
||||
.rtl & {
|
||||
margin-left: auto;
|
||||
margin-right: .5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.list-wrapper {
|
||||
height: 100%;
|
||||
max-height: 100%;
|
||||
ul {
|
||||
padding: 0;
|
||||
text-align: left;
|
||||
list-style: none;
|
||||
margin-bottom: 0;
|
||||
li {
|
||||
@extend .d-flex;
|
||||
@extend .align-items-center;
|
||||
@extend .justify-content-start;
|
||||
font-size: .9375rem;
|
||||
padding: .4rem 0;
|
||||
border-bottom: 1px solid $border-color;
|
||||
&:first-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
.form-check{
|
||||
@extend %ellipsor;
|
||||
max-width: 90%;
|
||||
margin-top: .25rem;
|
||||
margin-bottom: .25rem;
|
||||
.form-check-label{
|
||||
@extend%ellipsor;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
input[type="checkbox"] {
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.remove {
|
||||
@extend .ml-auto;
|
||||
@extend .text-secondary;
|
||||
.rtl & {
|
||||
@extend .ml-0;
|
||||
@extend .mr-auto;
|
||||
}
|
||||
cursor: pointer;
|
||||
font-size: 1.438rem;
|
||||
font-weight: 600;
|
||||
width: 1.25rem;
|
||||
height: 1.25rem;
|
||||
line-height: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.completed {
|
||||
text-decoration: line-through;
|
||||
text-decoration-color: theme-color(info);
|
||||
.remove {
|
||||
@extend .text-primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,64 @@
|
||||
/* Toggle Switch */
|
||||
|
||||
.toggle-switch {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: 48px;
|
||||
height: 25px;
|
||||
.toggle-slider {
|
||||
position: absolute;
|
||||
cursor: pointer;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background-color: $toggle-switch-bg;
|
||||
-webkit-transition: .4s;
|
||||
transition: .4s;
|
||||
border-radius: 34px;
|
||||
border: 1px solid $border-color;
|
||||
&:before {
|
||||
position: absolute;
|
||||
content: "";
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
left: 4px;
|
||||
bottom: 4px;
|
||||
background-color: $white;
|
||||
-webkit-transition: .4s;
|
||||
transition: .4s;
|
||||
border-radius: 50%;
|
||||
}
|
||||
}
|
||||
input {
|
||||
visibility: hidden;
|
||||
&:checked {
|
||||
+.toggle-slider {
|
||||
background-color: theme-color(primary);
|
||||
&:before {
|
||||
-webkit-transform: translateX(23px);
|
||||
-ms-transform: translateX(23px);
|
||||
transform: translateX(23px);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@each $color,
|
||||
$value in $theme-colors {
|
||||
.toggle-switch {
|
||||
&.toggle-switch-#{$color} {
|
||||
input {
|
||||
&:checked {
|
||||
+.toggle-slider {
|
||||
background-color: theme-color($color);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Rounded sliders */
|
||||
@@ -0,0 +1,41 @@
|
||||
/* Tooltips */
|
||||
|
||||
.tooltip-static-demo {
|
||||
.tooltip {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
opacity: 1;
|
||||
margin: 0 10px 10px 0;
|
||||
z-index: 10;
|
||||
}
|
||||
.bs-tooltip-bottom-demo,
|
||||
.bs-tooltip-top-demo {
|
||||
.arrow {
|
||||
left: 50%;
|
||||
}
|
||||
}
|
||||
.bs-tooltip-right-demo,
|
||||
.bs-tooltip-left-demo {
|
||||
.arrow {
|
||||
&:before {
|
||||
top: calc((100%-#{$tooltip-arrow-width})/2);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
font-size: $tooltip-font-size;
|
||||
min-width: 5.625rem;
|
||||
.tooltip-inner {
|
||||
font-weight: 400;
|
||||
}
|
||||
z-index: 1029;
|
||||
}
|
||||
|
||||
@each $color, $value in $theme-colors {
|
||||
.tooltip-#{$color} {
|
||||
@include tooltip-variant($color);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,47 @@
|
||||
/* Bar loader */
|
||||
.bar-loader{
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
border-radius: 100%;
|
||||
position: relative;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.bar-loader span{
|
||||
display: inline-block;
|
||||
width: 5px;
|
||||
height: 30px;
|
||||
background-color: rgba(theme-color(danger), .7);
|
||||
}
|
||||
|
||||
.bar-loader span:nth-child(1){
|
||||
animation: grow 1s ease-in-out infinite;
|
||||
}
|
||||
|
||||
.bar-loader span:nth-child(2){
|
||||
animation: grow 1s ease-in-out 0.15s infinite;
|
||||
}
|
||||
|
||||
.bar-loader span:nth-child(3){
|
||||
animation: grow 1s ease-in-out 0.30s infinite;
|
||||
}
|
||||
|
||||
.bar-loader span:nth-child(4){
|
||||
animation: grow 1s ease-in-out 0.45s infinite;
|
||||
}
|
||||
|
||||
@keyframes grow{
|
||||
0%, 100%{
|
||||
-webkit-transform: scaleY(1);
|
||||
-ms-transform: scaleY(1);
|
||||
-o-transform: scaleY(1);
|
||||
transform: scaleY(1);
|
||||
}
|
||||
|
||||
50%{
|
||||
-webkit-transform: scaleY(1.8);
|
||||
-ms-transform: scaleY(1.8);
|
||||
-o-transform: scaleY(1.8);
|
||||
transform: scaleY(1.8);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
/* Circle loader */
|
||||
.circle-loader {
|
||||
width: 70px;
|
||||
height: 70px;
|
||||
border-radius: 100%;
|
||||
position: relative;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.circle-loader:before, .circle-loader:after{
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 100%;
|
||||
border: 10px solid transparent;
|
||||
border-top-color: theme-color(warning);
|
||||
}
|
||||
|
||||
.circle-loader:before{
|
||||
z-index: 10;
|
||||
animation: spin 1s infinite;
|
||||
}
|
||||
|
||||
.circle-loader:after{
|
||||
border: 10px solid theme-color(secondary);
|
||||
}
|
||||
|
||||
@keyframes spin{
|
||||
0%{
|
||||
-webkit-transform: rotate(0deg);
|
||||
-ms-transform: rotate(0deg);
|
||||
-o-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
100%{
|
||||
-webkit-transform: rotate(360deg);
|
||||
-ms-transform: rotate(360deg);
|
||||
-o-transform: rotate(360deg);
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,116 @@
|
||||
#pgloading {
|
||||
position: static;
|
||||
.bokeh {
|
||||
font-size: 100px;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
position: relative;
|
||||
margin: 0 auto;
|
||||
border-radius: 50%;
|
||||
border: .01em solid $border-color;
|
||||
list-style: none;
|
||||
padding:0;
|
||||
li {
|
||||
position: absolute;
|
||||
width: .2em;
|
||||
height: .2em;
|
||||
border-radius: 50%;
|
||||
&:nth-child(1) {
|
||||
left: 50%;
|
||||
top: 0;
|
||||
margin: 0 0 0 -.1em;
|
||||
background: theme-color(success);
|
||||
-webkit-transform-origin: 50% 250%;
|
||||
transform-origin: 50% 250%;
|
||||
-webkit-animation:
|
||||
rota 1.13s linear infinite,
|
||||
opa 3.67s ease-in-out infinite alternate;
|
||||
animation:
|
||||
rota 1.13s linear infinite,
|
||||
opa 3.67s ease-in-out infinite alternate;
|
||||
}
|
||||
&:nth-child(2) {
|
||||
top: 50%;
|
||||
right: 0;
|
||||
margin: -.1em 0 0 0;
|
||||
background: theme-color(danger);
|
||||
-webkit-transform-origin: -150% 50%;
|
||||
transform-origin: -150% 50%;
|
||||
-webkit-animation:
|
||||
rota 1.86s linear infinite,
|
||||
opa 4.29s ease-in-out infinite alternate;
|
||||
animation:
|
||||
rota 1.86s linear infinite,
|
||||
opa 4.29s ease-in-out infinite alternate;
|
||||
}
|
||||
&:nth-child(3) {
|
||||
left: 50%;
|
||||
bottom: 0;
|
||||
margin: 0 0 0 -.1em;
|
||||
background: theme-color(warning);
|
||||
-webkit-transform-origin: 50% -150%;
|
||||
transform-origin: 50% -150%;
|
||||
-webkit-animation:
|
||||
rota 1.45s linear infinite,
|
||||
opa 5.12s ease-in-out infinite alternate;
|
||||
animation:
|
||||
rota 1.45s linear infinite,
|
||||
opa 5.12s ease-in-out infinite alternate;
|
||||
}
|
||||
&:nth-child(4) {
|
||||
top: 50%;
|
||||
left: 0;
|
||||
margin: -.1em 0 0 0;
|
||||
background: theme-color(primary);
|
||||
-webkit-transform-origin: 250% 50%;
|
||||
transform-origin: 250% 50%;
|
||||
-webkit-animation:
|
||||
rota 1.72s linear infinite,
|
||||
opa 5.25s ease-in-out infinite alternate;
|
||||
animation:
|
||||
rota 1.72s linear infinite,
|
||||
opa 5.25s ease-in-out infinite alternate;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@-webkit-keyframes rota {
|
||||
from { }
|
||||
to { -webkit-transform: rotate(360deg); }
|
||||
}
|
||||
|
||||
@keyframes rota {
|
||||
from { }
|
||||
to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
|
||||
}
|
||||
|
||||
@-webkit-keyframes opa {
|
||||
0% { }
|
||||
12.0% { opacity: 0.80; }
|
||||
19.5% { opacity: 0.88; }
|
||||
37.2% { opacity: 0.64; }
|
||||
40.5% { opacity: 0.52; }
|
||||
52.7% { opacity: 0.69; }
|
||||
60.2% { opacity: 0.60; }
|
||||
66.6% { opacity: 0.52; }
|
||||
70.0% { opacity: 0.63; }
|
||||
79.9% { opacity: 0.60; }
|
||||
84.2% { opacity: 0.75; }
|
||||
91.0% { opacity: 0.87; }
|
||||
}
|
||||
|
||||
@keyframes opa {
|
||||
0% { }
|
||||
12.0% { opacity: 0.80; }
|
||||
19.5% { opacity: 0.88; }
|
||||
37.2% { opacity: 0.64; }
|
||||
40.5% { opacity: 0.52; }
|
||||
52.7% { opacity: 0.69; }
|
||||
60.2% { opacity: 0.60; }
|
||||
66.6% { opacity: 0.52; }
|
||||
70.0% { opacity: 0.63; }
|
||||
79.9% { opacity: 0.60; }
|
||||
84.2% { opacity: 0.75; }
|
||||
91.0% { opacity: 0.87; }
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
/* Dot opacity loader */
|
||||
|
||||
.dot-opacity-loader {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
border-radius: 100%;
|
||||
position: relative;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.dot-opacity-loader span{
|
||||
display: inline-block;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
border-radius: 100%;
|
||||
background-color: theme-color(primary);
|
||||
margin: 35px 5px;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.dot-opacity-loader span:nth-child(1){
|
||||
animation: opacitychange 1s ease-in-out infinite;
|
||||
}
|
||||
|
||||
.dot-opacity-loader span:nth-child(2){
|
||||
animation: opacitychange 1s ease-in-out 0.33s infinite;
|
||||
}
|
||||
|
||||
.dot-opacity-loader span:nth-child(3){
|
||||
animation: opacitychange 1s ease-in-out 0.66s infinite;
|
||||
}
|
||||
|
||||
@keyframes opacitychange{
|
||||
0%, 100%{
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
60%{
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
/* Flip square */
|
||||
|
||||
.flip-square-loader{
|
||||
-webkit-perspective: 120px;
|
||||
-moz-perspective: 120px;
|
||||
-ms-perspective: 120px;
|
||||
perspective: 120px;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
border-radius: 100%;
|
||||
position: relative;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.flip-square-loader:before{
|
||||
content: "";
|
||||
position: absolute;
|
||||
left: 25px;
|
||||
top: 25px;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
background-color: rgba(theme-color(success), .7);
|
||||
animation: flip 1s infinite;
|
||||
}
|
||||
|
||||
@keyframes flip {
|
||||
0% {
|
||||
transform: rotate(0);
|
||||
}
|
||||
|
||||
50% {
|
||||
transform: rotateY(180deg);
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: rotateY(180deg) rotateX(180deg);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,137 @@
|
||||
.glowing-loader {
|
||||
position: relative;
|
||||
}
|
||||
.s2 {
|
||||
position: absolute;
|
||||
height: 70px;
|
||||
width: 70px;
|
||||
top: 50px;
|
||||
background-color: transparent;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
.s1 {
|
||||
position: absolute;
|
||||
height: 70px;
|
||||
width: 70px;
|
||||
left: 50%;
|
||||
top: 50px;
|
||||
transform-origin: center;
|
||||
transform: translate(-50%, -50%) rotate(45deg);
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.bigcon {
|
||||
position: absolute;
|
||||
height: 75px;
|
||||
width: 75px;
|
||||
left: 50%;
|
||||
top: 50px;
|
||||
transform-origin: center;
|
||||
transform: translate(-50%, -50%) rotate(-45deg);
|
||||
background-color: transparent;
|
||||
animation: bigcon 2s infinite linear;
|
||||
animation-delay: 0.25s;
|
||||
}
|
||||
|
||||
.b {
|
||||
border-radius: 50%;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.s {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
animation: small 2s infinite ease;
|
||||
box-shadow: 0px 2px rgba($black, .3);
|
||||
background-color: theme-color(primary);
|
||||
}
|
||||
|
||||
.s:nth-child(1) {
|
||||
top: 0%;
|
||||
left: 0%;
|
||||
}
|
||||
|
||||
.s:nth-child(2) {
|
||||
top: 0%;
|
||||
right: 0%;
|
||||
}
|
||||
|
||||
.s:nth-child(3) {
|
||||
right: 0%;
|
||||
bottom: 0%;
|
||||
}
|
||||
|
||||
.s:nth-child(4) {
|
||||
bottom: 0%;
|
||||
left: 0%;
|
||||
}
|
||||
|
||||
.big {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
border-radius: 15px;
|
||||
box-shadow:0px 0px 10px theme-color(primary), 0px 0px 20px theme-color(primary), 0px 0px 30px theme-color(primary), 0px 0px 50px theme-color(primary), 0px 0px 60px theme-color(primary) ;
|
||||
z-index: 1;
|
||||
background-color: theme-color(primary);
|
||||
animation: bigball 1s infinite linear;
|
||||
}
|
||||
|
||||
.sb1{
|
||||
animation-delay: -1.75s;
|
||||
}
|
||||
.sb6{
|
||||
animation-delay: -1.5s;
|
||||
}
|
||||
.sb2{
|
||||
animation-delay: -1.25s;
|
||||
}
|
||||
.sb7{
|
||||
animation-delay: -1s;
|
||||
}
|
||||
.sb3{
|
||||
animation-delay: -0.75s;
|
||||
}
|
||||
.sb8{
|
||||
animation-delay: -0.5s;
|
||||
}
|
||||
.sb4{
|
||||
animation-delay: -0.25s;
|
||||
}
|
||||
.sb5{
|
||||
animation-delay: -0s;
|
||||
}
|
||||
|
||||
@keyframes bigcon {
|
||||
0% {
|
||||
transform-origin: center;
|
||||
transform: translate(-50%, -50%) rotate(45deg);
|
||||
}
|
||||
100% {
|
||||
transform-origin: center;
|
||||
transform: translate(-50%, -50%) rotate(405deg);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes small {
|
||||
0% {
|
||||
transform: scale(1);
|
||||
background-color: lighten(theme-color(primary), 20%);
|
||||
}
|
||||
10% {
|
||||
transform: scale(1.3);
|
||||
background-color: theme-color(primary);
|
||||
}
|
||||
15% {
|
||||
transform: scale(1);
|
||||
}
|
||||
25%{
|
||||
transform: scale(1);
|
||||
background-color: theme-color(primary);
|
||||
}
|
||||
100%{
|
||||
transform: scale(1);
|
||||
background-color: theme-color(primary);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
/* Jumping dots loader */
|
||||
.jumping-dots-loader {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
border-radius: 100%;
|
||||
position: relative;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.jumping-dots-loader span{
|
||||
display: inline-block;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
border-radius: 100%;
|
||||
background-color: rgba(theme-color(danger), .8);
|
||||
margin: 35px 5px;
|
||||
}
|
||||
|
||||
.jumping-dots-loader span:nth-child(1){
|
||||
animation: bounce 1s ease-in-out infinite;
|
||||
}
|
||||
|
||||
.jumping-dots-loader span:nth-child(2){
|
||||
animation: bounce 1s ease-in-out 0.33s infinite;
|
||||
}
|
||||
|
||||
.jumping-dots-loader span:nth-child(3){
|
||||
animation: bounce 1s ease-in-out 0.66s infinite;
|
||||
}
|
||||
|
||||
@keyframes bounce{
|
||||
0%, 75%, 100%{
|
||||
-webkit-transform: translateY(0);
|
||||
-ms-transform: translateY(0);
|
||||
-o-transform: translateY(0);
|
||||
transform: translateY(0);
|
||||
}
|
||||
|
||||
25%{
|
||||
-webkit-transform: translateY(-20px);
|
||||
-ms-transform: translateY(-20px);
|
||||
-o-transform: translateY(-20px);
|
||||
transform: translateY(-20px);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
/* Loaders */
|
||||
|
||||
@import "variables";
|
||||
@import "colored-balls";
|
||||
@import "glowing-ball";
|
||||
@import "pixel-loader";
|
||||
@import "square-box";
|
||||
@import "circle-loader";
|
||||
@import "jumping-dots-loader";
|
||||
@import "bar-loader";
|
||||
@import "square-path-loader";
|
||||
@import "dot-opacity-loader";
|
||||
@import "flip-square-loader";
|
||||
@import "moving-square-loader";
|
||||
@@ -0,0 +1,36 @@
|
||||
/* Moving square loader */
|
||||
|
||||
.moving-square-loader {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
border-radius: 100%;
|
||||
position: relative;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.moving-square-loader:before{
|
||||
content: "";
|
||||
position: absolute;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
top: calc(50% - 10px);
|
||||
left: 0px;
|
||||
background-color: rgba(theme-color(danger), .7);
|
||||
animation: rotatemove 1s infinite;
|
||||
}
|
||||
|
||||
@keyframes rotatemove{
|
||||
0%{
|
||||
-webkit-transform: scale(1) translateX(0px);
|
||||
-ms-transform: scale(1) translateX(0px);
|
||||
-o-transform: scale(1) translateX(0px);
|
||||
transform: scale(1) translateX(0px);
|
||||
}
|
||||
|
||||
100%{
|
||||
-webkit-transform: scale(2) translateX(45px);
|
||||
-ms-transform: scale(2) translateX(45px);
|
||||
-o-transform: scale(2) translateX(45px);
|
||||
transform: scale(2) translateX(45px);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,50 @@
|
||||
/* Pixel loader */
|
||||
.pixel-loader {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
background: theme-color(warning);
|
||||
color: theme-color(warning);
|
||||
margin: 80px auto;
|
||||
box-shadow: 15px 15px 0 0,
|
||||
-15px -15px 0 0,
|
||||
15px -15px 0 0,
|
||||
-15px 15px 0 0,
|
||||
0 15px 0 0,
|
||||
15px 0 0 0,
|
||||
-15px 0 0 0,
|
||||
0 -15px 0 0;
|
||||
animation: anim 2s linear infinite;
|
||||
}
|
||||
|
||||
@keyframes anim {
|
||||
0% {
|
||||
-webkit-filter: hue-rotate(0deg);
|
||||
}
|
||||
50% {
|
||||
box-shadow: 20px 20px 0 0,
|
||||
-20px -20px 0 0,
|
||||
20px -20px 0 0,
|
||||
-20px 20px 0 0,
|
||||
0 10px 0 0,
|
||||
10px 0 0 0,
|
||||
-10px 0 0 0,
|
||||
0 -10px 0 0;
|
||||
}
|
||||
|
||||
75% {
|
||||
box-shadow: 20px 20px 0 0,
|
||||
-20px -20px 0 0,
|
||||
20px -20px 0 0,
|
||||
-20px 20px 0 0,
|
||||
0 10px 0 0,
|
||||
10px 0 0 0,
|
||||
-10px 0 0 0,
|
||||
0 -10px 0 0;
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: rotate(360deg);
|
||||
-webkit-filter: hue-rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,90 @@
|
||||
/* Square box loader */
|
||||
|
||||
@keyframes dyinglight {
|
||||
15% {
|
||||
transform: scale(1.6)
|
||||
}
|
||||
50% {
|
||||
transform: rotate(-89deg)
|
||||
}
|
||||
100% {
|
||||
transform: rotate(-90deg)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.square-box-loader {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
||||
.square-box-loader-square {
|
||||
display: block;
|
||||
width: $square-size;
|
||||
height: $square-size;
|
||||
background: theme-color(primary);
|
||||
}
|
||||
|
||||
|
||||
.square-box-loader-container {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
transform-origin: 50% 50% 0;
|
||||
animation: dyinglight 1s ease infinite;
|
||||
backface-visibility: hidden;
|
||||
}
|
||||
|
||||
|
||||
.square-box-loader-corner-top:before,
|
||||
.square-box-loader-corner-top:after,
|
||||
.square-box-loader-corner-bottom:before,
|
||||
.square-box-loader-corner-bottom:after {
|
||||
position: absolute;
|
||||
width: $square-corner-size;
|
||||
height: $square-corner-size;
|
||||
color: theme-color(primary);
|
||||
content: '';
|
||||
}
|
||||
|
||||
|
||||
.square-box-loader-corner-top {
|
||||
&:before {
|
||||
border-left: 1px solid;
|
||||
border-top: 1px solid;
|
||||
top: -$square-corner-position;
|
||||
left: -$square-corner-position;
|
||||
}
|
||||
|
||||
&:after {
|
||||
border-right: 1px solid;
|
||||
border-top: 1px solid;
|
||||
top: -$square-corner-position;
|
||||
right: -$square-corner-position;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
.square-box-loader-corner-bottom {
|
||||
&:before {
|
||||
border-left: 1px solid;
|
||||
border-bottom: 1px solid;
|
||||
bottom: -$square-corner-position;
|
||||
left: -$square-corner-position;
|
||||
}
|
||||
|
||||
&:after {
|
||||
border-right: 1px solid;
|
||||
border-bottom: 1px solid;
|
||||
bottom: -$square-corner-position;
|
||||
right: -$square-corner-position;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,55 @@
|
||||
/* Square path loader */
|
||||
|
||||
.square-path-loader {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
border-radius: 100%;
|
||||
position: relative;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.square-path-loader:before, .square-path-loader:after{
|
||||
content: "";
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: calc(50% - 10px);
|
||||
background-color: rgba(theme-color(success), .7);
|
||||
animation: squaremove 1s ease-in-out infinite;
|
||||
}
|
||||
|
||||
.square-path-loader:after{
|
||||
bottom: 0;
|
||||
animation-delay: 0.5s;
|
||||
}
|
||||
|
||||
@keyframes squaremove{
|
||||
0%, 100%{
|
||||
-webkit-transform: translate(0,0) rotate(0);
|
||||
-ms-transform: translate(0,0) rotate(0);
|
||||
-o-transform: translate(0,0) rotate(0);
|
||||
transform: translate(0,0) rotate(0);
|
||||
}
|
||||
|
||||
25%{
|
||||
-webkit-transform: translate(40px,40px) rotate(45deg);
|
||||
-ms-transform: translate(40px,40px) rotate(45deg);
|
||||
-o-transform: translate(40px,40px) rotate(45deg);
|
||||
transform: translate(40px,40px) rotate(45deg);
|
||||
}
|
||||
|
||||
50%{
|
||||
-webkit-transform: translate(0px,80px) rotate(0deg);
|
||||
-ms-transform: translate(0px,80px) rotate(0deg);
|
||||
-o-transform: translate(0px,80px) rotate(0deg);
|
||||
transform: translate(0px,80px) rotate(0deg);
|
||||
}
|
||||
|
||||
75%{
|
||||
-webkit-transform: translate(-40px,40px) rotate(45deg);
|
||||
-ms-transform: translate(-40px,40px) rotate(45deg);
|
||||
-o-transform: translate(-40px,40px) rotate(45deg);
|
||||
transform: translate(-40px,40px) rotate(45deg);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
$square-box-scale: 3;
|
||||
$square-size: 30px;
|
||||
$square-corner-size: ceil($square-size / $square-box-scale);
|
||||
$square-corner-position: ceil($square-corner-size / $square-box-scale);
|
||||
@@ -0,0 +1,11 @@
|
||||
/* Ace Editor */
|
||||
|
||||
.ace_editor {
|
||||
margin: auto;
|
||||
height: 300px;
|
||||
width: 100%;
|
||||
font: 14px/normal SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
.ace_content{
|
||||
font-size: $default-font-size;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,132 @@
|
||||
/* Avgrund Popup */
|
||||
|
||||
.avgrund-popin {
|
||||
position: fixed;
|
||||
background: #fff;
|
||||
padding: 37px 33px;
|
||||
overflow: hidden;
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
filter: alpha(opacity=0);
|
||||
top: 50%;
|
||||
left: 53%;
|
||||
z-index: 1000;
|
||||
font-size: $default-font-size;
|
||||
font-weight: 400;
|
||||
font-weight: initial;
|
||||
line-height: 1.85;
|
||||
@include border-radius(10px);
|
||||
|
||||
-webkit-transform: scale(0.8);
|
||||
-moz-transform: scale(0.8);
|
||||
-ms-transform: scale(0.8);
|
||||
-o-transform: scale(0.8);
|
||||
transform: scale(0.8);
|
||||
p{
|
||||
font-size: $default-font-size;
|
||||
font-weight: 400;
|
||||
font-weight: initial;
|
||||
}
|
||||
}
|
||||
|
||||
.avgrund-overlay {
|
||||
background: $modal-backdrop-bg;
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
z-index: 101;
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
filter: alpha(opacity=0);
|
||||
}
|
||||
|
||||
body.avgrund-ready,
|
||||
.avgrund-ready .avgrund-popin,
|
||||
.avgrund-ready .avgrund-overlay {
|
||||
-webkit-transform-origin: 50% 50%;
|
||||
-moz-transform-origin: 50% 50%;
|
||||
-ms-transform-origin: 50% 50%;
|
||||
-o-transform-origin: 50% 50%;
|
||||
transform-origin: 50% 50%;
|
||||
|
||||
-webkit-transition: 0.3s all ease-out;
|
||||
-moz-transition: 0.3s all ease-out;
|
||||
-ms-transition: 0.3s all ease-out;
|
||||
-o-transition: 0.3s all ease-out;
|
||||
transition: 0.3s all ease-out;
|
||||
}
|
||||
|
||||
body.avgrund-active {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.avgrund-active .avgrund-popin {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
filter: alpha(opacity=100);
|
||||
|
||||
-webkit-transform: scale(1.1);
|
||||
-moz-transform: scale(1.1);
|
||||
-ms-transform: scale(1.1);
|
||||
-o-transform: scale(1.1);
|
||||
transform: scale(1.1);
|
||||
@media(max-width: 767px) {
|
||||
-webkit-transform: scale(0.8);
|
||||
-moz-transform: scale(0.8);
|
||||
-ms-transform: scale(0.8);
|
||||
-o-transform: scale(0.8);
|
||||
transform: scale(0.8);
|
||||
}
|
||||
}
|
||||
|
||||
.avgrund-active .avgrund-overlay {
|
||||
visibility: visible;
|
||||
opacity: .5;
|
||||
filter: alpha(opacity=50);
|
||||
height: 20000px;
|
||||
}
|
||||
|
||||
.avgrund-popin.stack {
|
||||
-webkit-transform: scale(1.5);
|
||||
-moz-transform: scale(1.5);
|
||||
-ms-transform: scale(1.5);
|
||||
-o-transform: scale(1.5);
|
||||
transform: scale(1.5);
|
||||
}
|
||||
|
||||
.avgrund-active .avgrund-popin.stack {
|
||||
-webkit-transform: scale(1.1);
|
||||
-moz-transform: scale(1.1);
|
||||
-ms-transform: scale(1.1);
|
||||
-o-transform: scale(1.1);
|
||||
transform: scale(1.1);
|
||||
}
|
||||
|
||||
.avgrund-active .avgrund-blur {
|
||||
}
|
||||
|
||||
/* Optional close button styles */
|
||||
.avgrund-close {
|
||||
display: block;
|
||||
color:#fff;
|
||||
background: $body-color;
|
||||
font-size: 10px;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
height: 17px;
|
||||
width: 17px;
|
||||
text-align:center;
|
||||
line-height: 16px;
|
||||
|
||||
@include border-radius(50px);
|
||||
&:hover{
|
||||
color: #fff;
|
||||
text-decoration:none;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
/* CodeMirror */
|
||||
|
||||
.CodeMirror {
|
||||
font-family: inherit;
|
||||
font-size: $default-font-size;
|
||||
height: auto;
|
||||
text-align: left;
|
||||
min-height: auto;
|
||||
}
|
||||
.CodeMirror-scroll {
|
||||
min-height: auto;
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
/* Icheck */
|
||||
|
||||
.icheck,
|
||||
.icheck-flat,
|
||||
.icheck-square,
|
||||
.icheck-line {
|
||||
margin-bottom: .5rem;
|
||||
label {
|
||||
font-size: .8125rem;
|
||||
line-height: 1.5;
|
||||
margin-left: 5px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
/* Jquery File Upload */
|
||||
|
||||
.ajax-upload-dragdrop {
|
||||
border-color: $border-color;
|
||||
border-style: dotted;
|
||||
max-width:100%;
|
||||
span {
|
||||
b {
|
||||
font-size: .8125rem;
|
||||
color: $body-color;
|
||||
font-weight: initial;
|
||||
}
|
||||
}
|
||||
.ajax-file-upload {
|
||||
background: theme-color(info);
|
||||
box-shadow: none;
|
||||
height: auto;
|
||||
@extend .btn;
|
||||
}
|
||||
}
|
||||
|
||||
.ajax-file-upload-container {
|
||||
min-height: 100px;
|
||||
.ajax-file-upload-statusbar {
|
||||
max-width: 100%;
|
||||
}
|
||||
.ajax-file-upload-filename {
|
||||
max-width: 100%;
|
||||
}
|
||||
.ajax-file-upload-error {
|
||||
color: theme-color(danger);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/* Progressbar-js */
|
||||
|
||||
.progress-bar-js-line {
|
||||
height: 6px;
|
||||
}
|
||||
|
||||
.progressbar-js-circle {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
}
|
||||
@@ -0,0 +1,142 @@
|
||||
/* Pws-tabs */
|
||||
|
||||
.pws_tabs_container {
|
||||
ul.pws_tabs_controll {
|
||||
li {
|
||||
&:first-child {
|
||||
a {
|
||||
@include border-radius(5px 0px 0px 0px);
|
||||
}
|
||||
}
|
||||
&:last-child {
|
||||
a {
|
||||
border-right: 1px solid theme-color(primary);
|
||||
@include border-radius(0px 5px 0px 0px);
|
||||
}
|
||||
}
|
||||
a {
|
||||
border: 1px solid theme-color(primary);
|
||||
border-bottom: none;
|
||||
border-right: none;
|
||||
background: #fff;
|
||||
color: theme-color(primary);
|
||||
padding: 0.6em 1.3em;
|
||||
margin-right: 0;
|
||||
|
||||
&:hover {
|
||||
background: #fff;
|
||||
color: theme-color(primary);
|
||||
}
|
||||
|
||||
&.pws_tab_active {
|
||||
background: theme-color(primary);
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.demo-tabs {
|
||||
border: 1px solid theme-color(primary);
|
||||
@include border-radius(0px 5px 5px 5px);
|
||||
overflow: hidden;
|
||||
background: color(white-smoke);
|
||||
margin-bottom: 45px;
|
||||
padding-top: 3.5rem;
|
||||
|
||||
.CodeMirror {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
// Styles for vertical Tab
|
||||
&.pws_tabs_vertical {
|
||||
.pws_tabs_controll {
|
||||
border-right: none;
|
||||
border-bottom:none;
|
||||
li {
|
||||
&:first-child {
|
||||
a {
|
||||
@include border-radius(5px 0px 0px 0px);
|
||||
}
|
||||
}
|
||||
&:last-child {
|
||||
a {
|
||||
border-bottom: 1px solid theme-color(primary);
|
||||
@include border-radius(0px 0px 0px 5px);
|
||||
border-right: 0px;
|
||||
}
|
||||
}
|
||||
a {
|
||||
@include border-radius(0px);
|
||||
border: 1px solid theme-color(primary);
|
||||
border-right: none;
|
||||
border-bottom: none;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
// Styles for vertical Tab
|
||||
|
||||
// Styles for horizontal Tab
|
||||
&.pws_tabs_horizontal_bottom {
|
||||
.pws_tabs_list {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.pws_tabs_controll {
|
||||
border-top: 1px solid theme-color(primary);
|
||||
border-right: none;
|
||||
border-bottom: none;
|
||||
li {
|
||||
&:first-child {
|
||||
a {
|
||||
@include border-radius(0px 0px 0px 5px);
|
||||
}
|
||||
}
|
||||
&:last-child {
|
||||
a {
|
||||
@include border-radius(0px 0px 5px 0px);
|
||||
border-right: 1px solid theme-color(primary);
|
||||
}
|
||||
}
|
||||
a {
|
||||
@include border-radius(0px);
|
||||
border: 1px solid theme-color(primary);
|
||||
border-top: none;
|
||||
border-right: none;
|
||||
margin-right: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
// Styles for vertical Tab
|
||||
|
||||
// Styles for RTL Tab
|
||||
&.pws_tabs_rtl {
|
||||
.pws_tabs_controll {
|
||||
li {
|
||||
&:first-child {
|
||||
a {
|
||||
@include border-radius(0px 5px 0px 0px);
|
||||
border-right: 1px solid theme-color(primary);
|
||||
}
|
||||
}
|
||||
&:last-child {
|
||||
a {
|
||||
border-right: none;
|
||||
@include border-radius(5px 0px 0px 0px);
|
||||
}
|
||||
}
|
||||
a {
|
||||
border: 1px solid theme-color(primary);
|
||||
border-bottom: none;
|
||||
border-right: none;
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
// Styles for RTL Tab
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
/* Quill Editor */
|
||||
|
||||
.quill-container {
|
||||
height: 300px;
|
||||
}
|
||||
.ql-toolbar,
|
||||
.quill-container {
|
||||
&.ql-snow {
|
||||
border-color: $border-color;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,62 @@
|
||||
/* Select2 */
|
||||
|
||||
.select2-container--default {
|
||||
.select2-results__option--highlighted[aria-selected] {
|
||||
background: theme-color(primary);
|
||||
}
|
||||
.select2-selection--single,
|
||||
.select2-dropdown,
|
||||
.select2-selection--multiple {
|
||||
border-color: $border-color;
|
||||
.select2-search__field {
|
||||
border-color: $border-color;
|
||||
}
|
||||
}
|
||||
.select2-selection--single {
|
||||
height: auto;
|
||||
@extend .form-control;
|
||||
.select2-search__field {
|
||||
@extend .form-control;
|
||||
}
|
||||
.select2-selection__rendered {
|
||||
line-height: 14px;
|
||||
}
|
||||
}
|
||||
.select2-dropdown {
|
||||
font-size: .8125rem;
|
||||
}
|
||||
&.select2-container--focus {
|
||||
.select2-selection--multiple {
|
||||
border-color: $border-color;
|
||||
}
|
||||
}
|
||||
.select2-selection--multiple {
|
||||
.select2-selection__choice {
|
||||
color: color(white);
|
||||
border: 0;
|
||||
border-radius: 3px;
|
||||
padding: 6px;
|
||||
font-size: .625rem;
|
||||
font-family: inherit;
|
||||
line-height: 1;
|
||||
.select2-selection__choice__remove {
|
||||
color: color(white);
|
||||
}
|
||||
&:nth-child(5n+1) {
|
||||
background: theme-color(primary);
|
||||
}
|
||||
&:nth-child(5n+2) {
|
||||
background: theme-color(success);
|
||||
}
|
||||
&:nth-child(5n+3) {
|
||||
background: theme-color(info);
|
||||
}
|
||||
&:nth-child(5n+4) {
|
||||
background: theme-color(danger);
|
||||
}
|
||||
&:nth-child(5n+5) {
|
||||
background: theme-color(warning);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/* Summernote Editor */
|
||||
|
||||
.note-editor{
|
||||
&.note-frame {
|
||||
border: 1px solid $border-color;
|
||||
}
|
||||
}
|
||||
.note-popover {
|
||||
border: 1px solid $border-color;
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
/* Tags */
|
||||
|
||||
div.tagsinput {
|
||||
padding: 15px 15px 10px;
|
||||
border-color: $border-color;
|
||||
span.tag {
|
||||
background: theme-color(primary);
|
||||
border: 0;
|
||||
color: color(white);
|
||||
padding: 6px 14px;
|
||||
font-size: .8125rem;
|
||||
font-family: inherit;
|
||||
line-height: 1;
|
||||
a {
|
||||
color: color(white);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/* TinyMCE Editor */
|
||||
|
||||
.mce-tinymce {
|
||||
&.mce-panel,
|
||||
.mce-panel {
|
||||
border-color: $border-color;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
/* Toast */
|
||||
|
||||
.jq-toast-wrap {
|
||||
.jq-icon-success {
|
||||
background-color: theme-color("success");
|
||||
}
|
||||
.jq-icon-info {
|
||||
background-color: theme-color("info");
|
||||
}
|
||||
.jq-icon-warning {
|
||||
background-color: theme-color("warning");
|
||||
}
|
||||
.jq-icon-error {
|
||||
background-color: theme-color("danger");
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,65 @@
|
||||
/* Typeahead */
|
||||
|
||||
.tt-menu,
|
||||
.gist {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.twitter-typeahead {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.typeahead,
|
||||
.tt-query,
|
||||
.tt-hint {
|
||||
@extend .form-control;
|
||||
}
|
||||
|
||||
.typeahead {
|
||||
background-color: color(white);
|
||||
&:focus {
|
||||
border-color: $border-color;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.tt-query {
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||
}
|
||||
|
||||
.tt-hint {
|
||||
color: color(gray)
|
||||
}
|
||||
|
||||
.tt-menu {
|
||||
width: 100%;
|
||||
margin: 12px 0;
|
||||
padding: 8px 0;
|
||||
background-color: color(white);
|
||||
border: 1px solid $border-color;
|
||||
-webkit-border-radius: 8px;
|
||||
-moz-border-radius: 8px;
|
||||
border-radius: 8px;
|
||||
-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
|
||||
-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
|
||||
box-shadow: 0 5px 10px rgba(0,0,0,.2);
|
||||
}
|
||||
|
||||
.tt-suggestion {
|
||||
padding: 3px 20px;
|
||||
font-size: inherit;
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
color: color(white);
|
||||
background-color: theme-color(primary);
|
||||
}
|
||||
.tt-cursor {
|
||||
color: color(white);
|
||||
background-color: theme-color(primary);
|
||||
}
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,150 @@
|
||||
/* Wysi Editor */
|
||||
|
||||
.wysi-editor {
|
||||
#toolbar [data-wysihtml-action] {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#toolbar,
|
||||
textarea {
|
||||
width: 920px;
|
||||
padding: 5px;
|
||||
-webkit-box-sizing: border-box;
|
||||
-ms-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
textarea {
|
||||
height: 280px;
|
||||
border: 1px solid $border-color;
|
||||
font-family: inherit;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
textarea:focus {
|
||||
color: black;
|
||||
border: 1px solid $border-color;
|
||||
}
|
||||
|
||||
.wysihtml-action-active,
|
||||
.wysihtml-command-active {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
[data-wysihtml-dialog] {
|
||||
margin: 5px 0 0;
|
||||
padding: 5px;
|
||||
border: 1px solid #666;
|
||||
}
|
||||
|
||||
a[data-wysihtml-command-value="red"] {
|
||||
color: theme-color(danger);
|
||||
}
|
||||
|
||||
a[data-wysihtml-command-value="green"] {
|
||||
color: theme-color(success);
|
||||
}
|
||||
|
||||
a[data-wysihtml-command-value="blue"] {
|
||||
color: theme-color(info);
|
||||
}
|
||||
|
||||
.wysihtml-editor,
|
||||
.wysihtml-editor table td {
|
||||
outline: 1px dotted $border-color;
|
||||
}
|
||||
|
||||
code {
|
||||
background: #ddd;
|
||||
padding: 10px;
|
||||
white-space: pre;
|
||||
display: block;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
.toolbar {
|
||||
display: block;
|
||||
border-radius: 3px;
|
||||
border: 1px solid #fff;
|
||||
margin-bottom: 9px;
|
||||
line-height: 1em;
|
||||
}
|
||||
|
||||
.toolbar a {
|
||||
display: inline-block;
|
||||
height: 1.5em;
|
||||
border-radius: 3px;
|
||||
font-size: 1rem;
|
||||
line-height: 1.5em;
|
||||
text-decoration: none;
|
||||
background: color(white);
|
||||
border: 1px solid $border-color;
|
||||
padding: 0 0.2em;
|
||||
margin: 1px 0;
|
||||
color: theme-color(primary);
|
||||
}
|
||||
|
||||
.toolbar .wysihtml-action-active,
|
||||
.toolbar a.wysihtml-command-active {
|
||||
background: #222;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.toolbar .block {
|
||||
padding: 1px;
|
||||
display: inline-block;
|
||||
background: #eee;
|
||||
border-radius: 3px;
|
||||
margin: 0 1px 1px 0;
|
||||
}
|
||||
|
||||
div[data-wysihtml-dialog="createTable"] {
|
||||
position: absolute;
|
||||
background: white;
|
||||
}
|
||||
|
||||
div[data-wysihtml-dialog="createTable"] td {
|
||||
width: 10px;
|
||||
height: 5px;
|
||||
border: 1px solid $border-color;
|
||||
}
|
||||
|
||||
.wysihtml-editor table td.wysiwyg-tmp-selected-cell {
|
||||
outline: 2px solid theme-color(success);
|
||||
}
|
||||
|
||||
.editor-container-tag {
|
||||
padding: 5px 10px;
|
||||
position: absolute;
|
||||
color: white;
|
||||
background: rgba(0,0,0,0.8);
|
||||
width: 100px;
|
||||
margin-left: -50px;
|
||||
-webkit-transition: 0.1s left, 0.1s top;
|
||||
}
|
||||
|
||||
.wrap {
|
||||
max-width: 700px;
|
||||
margin: 40px;
|
||||
}
|
||||
|
||||
.editable .wysihtml-uneditable-container {
|
||||
outline: 1px dotted $border-color;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.editable .wysihtml-uneditable-container-right {
|
||||
float: right;
|
||||
width: 50%;
|
||||
margin-left: 2em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.editable .wysihtml-uneditable-container-left {
|
||||
float: left;
|
||||
width: 50%;
|
||||
margin-right: 2em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,56 @@
|
||||
/* X-editable */
|
||||
|
||||
.editable-form {
|
||||
.editable {
|
||||
color: $body-color;
|
||||
font-size: .8125rem;
|
||||
}
|
||||
.editable-click {
|
||||
border-color: $body-color;
|
||||
}
|
||||
}
|
||||
.editable-container {
|
||||
&.editable-inline {
|
||||
max-width: 100%;
|
||||
.editableform {
|
||||
max-width: 100%;
|
||||
.control-group {
|
||||
max-width: 100%;
|
||||
white-space: initial;
|
||||
>div {
|
||||
max-width: 100%;
|
||||
}
|
||||
.editable-input {
|
||||
// max-width: 50%;
|
||||
input,
|
||||
textarea {
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
.combodate {
|
||||
.form-control {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
.editable-buttons {
|
||||
@media (max-width: 991px) {
|
||||
display: block;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.editable-submit {
|
||||
@extend .btn-outline-success;
|
||||
@extend .btn-xs;
|
||||
@extend .mt-1;
|
||||
}
|
||||
.editable-cancel {
|
||||
@extend .btn-outline-secondary;
|
||||
@extend .btn-xs;
|
||||
@extend .mt-1;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,87 @@
|
||||
/* Auth */
|
||||
|
||||
.auth {
|
||||
.login-half-bg {
|
||||
background: url("../../images/auth/login-bg.jpg");
|
||||
background-size: cover;
|
||||
}
|
||||
.register-half-bg {
|
||||
background: url("../../images/auth/register-bg.jpg");
|
||||
background-size: cover;
|
||||
}
|
||||
&.lock-full-bg {
|
||||
background: url("../../images/auth/lockscreen-bg.jpg");
|
||||
background-size: cover;
|
||||
}
|
||||
.lock-profile-img {
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
border-radius: 100%;
|
||||
}
|
||||
.auth-form-light {
|
||||
background: $white;
|
||||
select {
|
||||
color: $input-placeholder-color;
|
||||
}
|
||||
.input-group {
|
||||
.form-control {
|
||||
&:focus,
|
||||
&:active {
|
||||
border-color: $border-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.auth-form-transparent {
|
||||
background: transparent;
|
||||
.form-control,
|
||||
.input-group-text {
|
||||
border-color: theme-color(secondary);
|
||||
&:focus,
|
||||
&:active {
|
||||
border-color: theme-color(secondary);
|
||||
}
|
||||
}
|
||||
select {
|
||||
outline-color: theme-color(secondary);
|
||||
}
|
||||
}
|
||||
&.auth-img-bg {
|
||||
padding: 0;
|
||||
.auth-form-transparent {
|
||||
@media (min-width:768px) {
|
||||
width: 55%;
|
||||
margin: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
.brand-logo {
|
||||
margin-bottom: 2rem;
|
||||
img {
|
||||
width: 150px;
|
||||
}
|
||||
}
|
||||
form {
|
||||
.form-group {
|
||||
margin-bottom: 1.5rem;
|
||||
label {
|
||||
font-size: .8125rem;
|
||||
}
|
||||
.form-control {
|
||||
background: transparent;
|
||||
border-radius: 0;
|
||||
font-size: .9375rem;
|
||||
}
|
||||
}
|
||||
.auth-form-btn {
|
||||
height: 50px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
.auth-link {
|
||||
font-size: $default-font-size;
|
||||
&:hover {
|
||||
color: initial;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,70 @@
|
||||
/* Animation Mixins */
|
||||
@keyframes dropdownAnimation {
|
||||
from {
|
||||
opacity: 0;
|
||||
transform: translate3d(0, -30px, 0);
|
||||
}
|
||||
|
||||
to {
|
||||
opacity: 1;
|
||||
transform: none;
|
||||
transform: translate3d(0, 0px, 0);
|
||||
}
|
||||
}
|
||||
|
||||
.dropdownAnimation {
|
||||
animation-name: dropdownAnimation;
|
||||
@include animation-duration($action-transition-duration);
|
||||
@include animation-fill-mode(both);
|
||||
}
|
||||
@mixin transition($settings) {
|
||||
-webkit-transition: $settings;
|
||||
-moz-transition: $settings;
|
||||
-ms-transition: $settings;
|
||||
-o-transition: $settings;
|
||||
transition: $settings;
|
||||
}
|
||||
@keyframes fadeOut {
|
||||
from {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
to {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.fadeOut {
|
||||
animation-name: fadeOut;
|
||||
}
|
||||
|
||||
.infinite-spin {
|
||||
@keyframes spin {
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
to {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
animation-name: spin;
|
||||
animation-duration: 3s;
|
||||
animation-iteration-count: infinite;
|
||||
animation-timing-function: linear;
|
||||
}
|
||||
@keyframes fadeInUp {
|
||||
from {
|
||||
opacity: 0;
|
||||
transform: translate3d(0, 100%, 0);
|
||||
}
|
||||
|
||||
to {
|
||||
opacity: 1;
|
||||
transform: none;
|
||||
}
|
||||
}
|
||||
|
||||
.fadeInUp {
|
||||
animation-name: fadeInUp;
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
//Badge Mixins
|
||||
|
||||
// Badge outlined variations
|
||||
@mixin badge-outline-variations($color) {
|
||||
color: $color;
|
||||
border: 1px solid $color;
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
// BlockQuote Mixins //
|
||||
|
||||
@mixin blockquote($color) {
|
||||
border-color: $color;
|
||||
.blockquote-footer {
|
||||
color: $color;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
// Breadcrumb color variations
|
||||
@mixin breadcrumb-inverse-variant($color) {
|
||||
background: lighten($color, 25%);
|
||||
border-color: $color;
|
||||
|
||||
.breadcrumb-item {
|
||||
color: $color;
|
||||
|
||||
&:before {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
&.breadcrumb-custom {
|
||||
background: transparent;
|
||||
|
||||
.breadcrumb-item {
|
||||
background: lighten($color, 25%);
|
||||
|
||||
a {
|
||||
color: $color;
|
||||
border: none;
|
||||
|
||||
&:before {
|
||||
border-left-color: lighten($color, 25%);
|
||||
}
|
||||
}
|
||||
|
||||
span {
|
||||
color: $color;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
60
public/storage/assets/scss/common/light/mixins/_buttons.scss
Normal file
60
public/storage/assets/scss/common/light/mixins/_buttons.scss
Normal file
@@ -0,0 +1,60 @@
|
||||
@mixin social-button($color) {
|
||||
background: $color;
|
||||
color: $white;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
background: darken($color, 10%);
|
||||
color: $white;
|
||||
}
|
||||
&.btn-social-icon-text {
|
||||
padding: 0 1.5rem 0 0;
|
||||
background: lighten($color, 10%);
|
||||
i {
|
||||
background: $color;
|
||||
padding: .75rem;
|
||||
display: inline-block;
|
||||
margin-right: 1.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
@mixin social-outline-button($color) {
|
||||
border: 1px solid $color;
|
||||
color: $color;
|
||||
&:hover {
|
||||
background: $color;
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
@mixin button-inverse-variant($color, $color-hover: $white) {
|
||||
background-color: rgba($color, 0.2);
|
||||
background-image: none;
|
||||
border-color: rgba($color, 0);
|
||||
&:not(.btn-inverse-light) {
|
||||
color: $color;
|
||||
}
|
||||
@include hover {
|
||||
color: $color-hover;
|
||||
background-color: $color;
|
||||
border-color: $color;
|
||||
}
|
||||
|
||||
&.focus,
|
||||
&:focus {
|
||||
box-shadow: 0 0 0 3px rgba($color, .5);
|
||||
}
|
||||
|
||||
&.disabled,
|
||||
&:disabled {
|
||||
color: $color;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
&.active,
|
||||
&:active,
|
||||
.show > &.dropdown-toggle {
|
||||
color: $color-hover;
|
||||
background-color: $color;
|
||||
border-color: $color;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
// Cards Mixins
|
||||
|
||||
@mixin card-inverse-variant($bg, $border, $color) {
|
||||
background: $bg;
|
||||
border: 1px solid $border;
|
||||
color: $color;
|
||||
}
|
||||
72
public/storage/assets/scss/common/light/mixins/_misc.scss
Normal file
72
public/storage/assets/scss/common/light/mixins/_misc.scss
Normal file
@@ -0,0 +1,72 @@
|
||||
/* Miscellaneous Mixins */
|
||||
|
||||
// general transform
|
||||
@mixin transform($transforms) {
|
||||
-moz-transform: $transforms;
|
||||
-o-transform: $transforms;
|
||||
-ms-transform: $transforms;
|
||||
-webkit-transform: $transforms;
|
||||
transform: $transforms;
|
||||
}
|
||||
|
||||
// rotate
|
||||
@mixin rotate ($deg) {
|
||||
@include transform(rotate(#{$deg}deg));
|
||||
}
|
||||
|
||||
// scale
|
||||
@mixin scale($scale) {
|
||||
@include transform(scale($scale));
|
||||
}
|
||||
// translate
|
||||
@mixin translate ($x, $y) {
|
||||
@include transform(translate($x, $y));
|
||||
}
|
||||
// skew
|
||||
@mixin skew ($x, $y) {
|
||||
@include transform(skew(#{$x}deg, #{$y}deg));
|
||||
}
|
||||
//transform origin
|
||||
@mixin transform-origin ($origin) {
|
||||
moz-transform-origin: $origin;
|
||||
-o-transform-origin: $origin;
|
||||
-ms-transform-origin: $origin;
|
||||
-webkit-transform-origin: $origin;
|
||||
transform-origin: $origin;
|
||||
}
|
||||
//Ellipsis
|
||||
%ellipsor{
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
max-width:100%;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
// Placeholder
|
||||
@mixin placeholder {
|
||||
&::-webkit-input-placeholder {
|
||||
@content
|
||||
}
|
||||
&:-moz-placeholder {
|
||||
@content
|
||||
}
|
||||
&::-moz-placeholder {
|
||||
@content
|
||||
}
|
||||
&:-ms-input-placeholder {
|
||||
@content
|
||||
}
|
||||
}
|
||||
|
||||
%ellipsor {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
max-width: 100%;
|
||||
white-space: nowrap;
|
||||
}
|
||||
@mixin ellipsor {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
max-width: 100%;
|
||||
white-space: nowrap;
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
|
||||
// Sider color variations
|
||||
@mixin slider-color-variant($color) {
|
||||
.noUi-base {
|
||||
.noUi-connect {
|
||||
background: $color;
|
||||
}
|
||||
|
||||
.noUi-origin {
|
||||
background: $color;
|
||||
|
||||
.noUi-handle {
|
||||
&:after {
|
||||
background: $color;
|
||||
}
|
||||
|
||||
.noUi-tooltip {
|
||||
background: $color;
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
// Pagination variations
|
||||
@mixin pagination-variants($color) {
|
||||
.page-item {
|
||||
&.active {
|
||||
.page-link {
|
||||
background: $color;
|
||||
border-color: $color;
|
||||
}
|
||||
}
|
||||
&:hover {
|
||||
.page-link {
|
||||
background: lighten($color,5%);
|
||||
border-color: $color;
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
// popover color variations //
|
||||
|
||||
@mixin popover-variant($color) {
|
||||
border-color: $color;
|
||||
.popover-header {
|
||||
background: theme-color($color);
|
||||
color: $white;
|
||||
border-bottom: 0;
|
||||
}
|
||||
&.bs-popover-top {
|
||||
.arrow {
|
||||
&:before,
|
||||
&:after {
|
||||
border-top-color: theme-color($color);
|
||||
}
|
||||
}
|
||||
}
|
||||
&.bs-popover-right {
|
||||
.arrow {
|
||||
&:before,
|
||||
&:after {
|
||||
border-right-color: theme-color($color);
|
||||
}
|
||||
}
|
||||
}
|
||||
&.bs-popover-bottom {
|
||||
.arrow {
|
||||
&:before,
|
||||
&:after {
|
||||
border-bottom-color: theme-color($color);
|
||||
}
|
||||
}
|
||||
}
|
||||
&.bs-popover-left {
|
||||
.arrow {
|
||||
&:before,
|
||||
&:after {
|
||||
border-left-color: theme-color($color);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
// Tooltip color variations
|
||||
|
||||
@mixin tooltip-variant($color) {
|
||||
.tooltip-inner {
|
||||
background: theme-color($color);
|
||||
color: $white;
|
||||
}
|
||||
&.bs-tooltip-top {
|
||||
.arrow::before {
|
||||
border-top-color: theme-color($color);
|
||||
}
|
||||
}
|
||||
&.bs-tooltip-right {
|
||||
.arrow::before {
|
||||
border-right-color: theme-color($color);
|
||||
}
|
||||
}
|
||||
&.bs-tooltip-bottom {
|
||||
.arrow::before {
|
||||
border-bottom-color: theme-color($color);
|
||||
}
|
||||
}
|
||||
&.bs-tooltip-left {
|
||||
.arrow::before {
|
||||
border-left-color: theme-color($color);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user