first commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/*========================================================
|
||||
DARK LAYOUT
|
||||
=========================================================*/
|
||||
/********* CONTEXT MENU *********/
|
||||
.context-menu-list {
|
||||
width : 248px;
|
||||
}
|
||||
.context-menu-list .context-menu-item {
|
||||
padding : 0.6rem 2rem;
|
||||
}
|
||||
.context-menu-list .context-menu-item:not(:last-child) {
|
||||
border-bottom : 1px solid #DAE1E7;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.context-menu-list{width:248px}.context-menu-list .context-menu-item{padding:.6rem 2rem}.context-menu-list .context-menu-item:not(:last-child){border-bottom:1px solid #DAE1E7}
|
||||
@@ -0,0 +1,29 @@
|
||||
#draggable-cards .card {
|
||||
cursor : -webkit-grab;
|
||||
cursor : grab;
|
||||
}
|
||||
|
||||
#basic-list-group .list-group-item, #multiple-list-group-a .list-group-item, #multiple-list-group-b .list-group-item {
|
||||
cursor : -webkit-grab;
|
||||
cursor : grab;
|
||||
}
|
||||
|
||||
#clone-lists .chip {
|
||||
cursor : -webkit-grab;
|
||||
cursor : grab;
|
||||
}
|
||||
|
||||
#multiple-list-group-a, #multiple-list-group-b {
|
||||
min-height : 5.714rem;
|
||||
}
|
||||
|
||||
#dd-with-handle .list-group {
|
||||
min-height : 5.714rem;
|
||||
}
|
||||
#dd-with-handle .list-group .handle {
|
||||
padding : 0 5px;
|
||||
margin-right : 5px;
|
||||
background-color : rgba(0, 0, 0, 0.1);
|
||||
cursor : move;
|
||||
font-size : 1.2rem;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
#basic-list-group .list-group-item,#clone-lists .chip,#draggable-cards .card,#multiple-list-group-a .list-group-item,#multiple-list-group-b .list-group-item{cursor:-webkit-grab;cursor:grab}#dd-with-handle .list-group,#multiple-list-group-a,#multiple-list-group-b{min-height:5.714rem}#dd-with-handle .list-group .handle{padding:0 5px;margin-right:5px;background-color:rgba(0,0,0,.1);cursor:move;font-size:1.2rem}
|
||||
@@ -0,0 +1,17 @@
|
||||
.audio-player:focus {
|
||||
outline : 0;
|
||||
}
|
||||
|
||||
.plyr__controls {
|
||||
-webkit-box-pack : start;
|
||||
-webkit-justify-content : flex-start;
|
||||
-ms-flex-pack : start;
|
||||
justify-content : flex-start;
|
||||
}
|
||||
|
||||
.plyr__progress {
|
||||
-webkit-box-flex : 1;
|
||||
-webkit-flex-grow : 1;
|
||||
-ms-flex-positive : 1;
|
||||
flex-grow : 1;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.audio-player:focus{outline:0}.plyr__controls{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.plyr__progress{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}
|
||||
@@ -0,0 +1,204 @@
|
||||
/*========================================================
|
||||
DARK LAYOUT
|
||||
=========================================================*/
|
||||
.noUi-background {
|
||||
background : #F0F0F0;
|
||||
}
|
||||
|
||||
.noUi-target {
|
||||
background-color : #EBEBEB;
|
||||
border : none;
|
||||
box-shadow : none;
|
||||
border-radius : 1rem;
|
||||
}
|
||||
.noUi-target.noUi-connect {
|
||||
box-shadow : none;
|
||||
}
|
||||
|
||||
.noUi-horizontal {
|
||||
height : 10px;
|
||||
padding-right : 17px;
|
||||
}
|
||||
.noUi-horizontal .noUi-handle {
|
||||
width : 20px;
|
||||
height : 20px;
|
||||
top : -5px;
|
||||
left : -1px;
|
||||
cursor : pointer;
|
||||
}
|
||||
.noUi-horizontal .noUi-origin {
|
||||
left : 17px;
|
||||
right : -17px;
|
||||
}
|
||||
.noUi-horizontal.slider-xl {
|
||||
height : 14px;
|
||||
}
|
||||
.noUi-horizontal.slider-xl .noUi-handle {
|
||||
width : 28px;
|
||||
height : 28px;
|
||||
top : -7px;
|
||||
}
|
||||
.noUi-horizontal.slider-lg {
|
||||
height : 12px;
|
||||
}
|
||||
.noUi-horizontal.slider-lg .noUi-handle {
|
||||
width : 24px;
|
||||
height : 24px;
|
||||
top : -6px;
|
||||
}
|
||||
.noUi-horizontal.slider-sm {
|
||||
height : 6px;
|
||||
}
|
||||
.noUi-horizontal.slider-sm .noUi-handle {
|
||||
height : 15px;
|
||||
width : 15px;
|
||||
right : -2px !important;
|
||||
}
|
||||
.noUi-horizontal.slider-xs {
|
||||
height : 3px;
|
||||
}
|
||||
.noUi-horizontal.slider-xs .noUi-handle {
|
||||
height : 10px;
|
||||
width : 10px;
|
||||
top : -4px;
|
||||
right : -2px !important;
|
||||
}
|
||||
|
||||
.noUi-handle {
|
||||
box-shadow : none;
|
||||
border : none;
|
||||
border-radius : 50%;
|
||||
background : #FFFFFF;
|
||||
border : 5px solid #7367F0;
|
||||
}
|
||||
.noUi-handle:after, .noUi-handle:before {
|
||||
display : none;
|
||||
}
|
||||
|
||||
.circle-filled .noUi-handle {
|
||||
background : #7367F0;
|
||||
border-radius : 50%;
|
||||
}
|
||||
.circle-filled .noUi-handle:after, .circle-filled .noUi-handle:before {
|
||||
display : none;
|
||||
}
|
||||
|
||||
.square .noUi-handle {
|
||||
background : #7367F0;
|
||||
border-radius : 3px;
|
||||
}
|
||||
.square .noUi-handle:before {
|
||||
display : block;
|
||||
width : 2px;
|
||||
height : 10px;
|
||||
left : 2px;
|
||||
top : 0;
|
||||
}
|
||||
.square .noUi-handle:after {
|
||||
display : block;
|
||||
width : 2px;
|
||||
height : 10px;
|
||||
left : 7px;
|
||||
top : 0;
|
||||
}
|
||||
|
||||
.square.slider-xl .noUi-handle:before {
|
||||
left : 5px;
|
||||
top : 4px;
|
||||
}
|
||||
|
||||
.square.slider-xl .noUi-handle:after {
|
||||
left : 10px;
|
||||
top : 4px;
|
||||
}
|
||||
|
||||
.square.slider-lg .noUi-handle:before {
|
||||
left : 3px;
|
||||
top : 2px;
|
||||
}
|
||||
|
||||
.square.slider-lg .noUi-handle:after {
|
||||
left : 8px;
|
||||
top : 2px;
|
||||
}
|
||||
|
||||
.square.slider-sm .noUi-handle:before {
|
||||
left : -1px;
|
||||
top : -1px;
|
||||
height : 7px;
|
||||
}
|
||||
|
||||
.square.slider-sm .noUi-handle:after {
|
||||
left : 4px;
|
||||
top : -1px;
|
||||
height : 7px;
|
||||
}
|
||||
|
||||
.square.slider-xs .noUi-handle:before {
|
||||
left : -3px;
|
||||
top : -3px;
|
||||
height : 5px;
|
||||
}
|
||||
|
||||
.square.slider-xs .noUi-handle:after {
|
||||
left : 1px;
|
||||
top : -3px;
|
||||
height : 5px;
|
||||
}
|
||||
|
||||
.noUi-connect {
|
||||
background : #7367F0;
|
||||
box-shadow : none;
|
||||
}
|
||||
|
||||
.noUi-vertical {
|
||||
display : inline-block;
|
||||
width : 8px;
|
||||
height : 150px;
|
||||
}
|
||||
.noUi-vertical .noUi-handle {
|
||||
width : 20px;
|
||||
height : 20px;
|
||||
top : -5px;
|
||||
left : -6px;
|
||||
}
|
||||
.noUi-vertical.square .noUi-handle {
|
||||
background : #7367F0;
|
||||
border-radius : 3px;
|
||||
}
|
||||
.noUi-vertical.square .noUi-handle:before {
|
||||
display : block;
|
||||
width : 12px;
|
||||
height : 2px;
|
||||
left : -1px;
|
||||
top : 2px;
|
||||
}
|
||||
.noUi-vertical.square .noUi-handle:after {
|
||||
display : block;
|
||||
width : 12px;
|
||||
height : 2px;
|
||||
left : -1px;
|
||||
top : 7px;
|
||||
}
|
||||
.noUi-vertical .noUi-tooltip {
|
||||
-webkit-transform : translate(-10%, -50%);
|
||||
-ms-transform : translate(-10%, -50%);
|
||||
transform : translate(-10%, -50%);
|
||||
}
|
||||
|
||||
.example-val {
|
||||
font : 400 12px Arial;
|
||||
color : #888888;
|
||||
display : block;
|
||||
margin : 15px 0;
|
||||
}
|
||||
|
||||
.noUi-handle:focus {
|
||||
outline : 0;
|
||||
}
|
||||
|
||||
_:-ms-lang(x), .slider-select {
|
||||
-ms-flex : 0 0 10%;
|
||||
flex : 0 0 10%;
|
||||
max-width : 10%;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.circle-filled .noUi-handle:after,.circle-filled .noUi-handle:before,.noUi-handle:after,.noUi-handle:before{display:none}.noUi-connect,.noUi-handle,.noUi-target,.noUi-target.noUi-connect{box-shadow:none}.noUi-background{background:#F0F0F0}.noUi-target{background-color:#EBEBEB;border:none;border-radius:1rem}.noUi-horizontal{height:10px;padding-right:17px}.noUi-horizontal .noUi-handle{width:20px;height:20px;top:-5px;left:-1px;cursor:pointer}.noUi-horizontal .noUi-origin{left:17px;right:-17px}.noUi-horizontal.slider-xl{height:14px}.noUi-horizontal.slider-xl .noUi-handle{width:28px;height:28px;top:-7px}.noUi-horizontal.slider-lg{height:12px}.noUi-horizontal.slider-lg .noUi-handle{width:24px;height:24px;top:-6px}.noUi-horizontal.slider-sm{height:6px}.noUi-horizontal.slider-sm .noUi-handle{height:15px;width:15px;right:-2px!important}.noUi-horizontal.slider-xs{height:3px}.noUi-horizontal.slider-xs .noUi-handle{height:10px;width:10px;top:-4px;right:-2px!important}.noUi-handle{border-radius:50%;background:#FFF;border:5px solid #7367F0}.circle-filled .noUi-handle{background:#7367F0;border-radius:50%}.noUi-vertical.square .noUi-handle,.square .noUi-handle{background:#7367F0;border-radius:3px}.square .noUi-handle:before{display:block;width:2px;height:10px;left:2px;top:0}.square .noUi-handle:after{display:block;width:2px;height:10px;left:7px;top:0}.square.slider-xl .noUi-handle:before{left:5px;top:4px}.square.slider-xl .noUi-handle:after{left:10px;top:4px}.square.slider-lg .noUi-handle:before{left:3px;top:2px}.square.slider-lg .noUi-handle:after{left:8px;top:2px}.square.slider-sm .noUi-handle:before{left:-1px;top:-1px;height:7px}.square.slider-sm .noUi-handle:after{left:4px;top:-1px;height:7px}.square.slider-xs .noUi-handle:before{left:-3px;top:-3px;height:5px}.square.slider-xs .noUi-handle:after{left:1px;top:-3px;height:5px}.noUi-connect{background:#7367F0}.noUi-vertical{display:inline-block;width:8px;height:150px}.noUi-vertical .noUi-handle{width:20px;height:20px;top:-5px;left:-6px}.noUi-vertical.square .noUi-handle:before{display:block;width:12px;height:2px;left:-1px;top:2px}.noUi-vertical.square .noUi-handle:after{display:block;width:12px;height:2px;left:-1px;top:7px}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(-10%,-50%);-ms-transform:translate(-10%,-50%);transform:translate(-10%,-50%)}.example-val{font:400 12px Arial;color:#888;display:block;margin:15px 0}.noUi-handle:focus{outline:0}.slider-select,_:-ms-lang(x){-ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}
|
||||
@@ -0,0 +1,181 @@
|
||||
/*=========================================================================================
|
||||
File Name: swiper.scss
|
||||
Description: swiper plugin scss.
|
||||
----------------------------------------------------------------------------------------
|
||||
Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
|
||||
Author: PIXINVENT
|
||||
Author URL: http://www.themeforest.net/user/pixinvent
|
||||
==========================================================================================*/
|
||||
/*========================================================
|
||||
DARK LAYOUT
|
||||
=========================================================*/
|
||||
/* Swiper css */
|
||||
/* ---------- */
|
||||
/* swiper slide shadow */
|
||||
.swiper-container .swiper-shadow {
|
||||
box-shadow : 2px 8px 10px 0 rgba(25, 42, 70, 0.13) !important;
|
||||
}
|
||||
|
||||
.swiper-centered-slides.swiper-container .swiper-slide {
|
||||
text-align : center;
|
||||
font-weight : 500;
|
||||
background-color : #FFFFFF;
|
||||
height : auto;
|
||||
width : auto !important;
|
||||
padding : 2rem 5.5rem;
|
||||
cursor : pointer;
|
||||
}
|
||||
.swiper-centered-slides.swiper-container .swiper-slide.swiper-slide-active {
|
||||
border : 2px solid #7367F0;
|
||||
}
|
||||
.swiper-centered-slides.swiper-container .swiper-slide.swiper-slide-active i {
|
||||
color : #7367F0;
|
||||
}
|
||||
|
||||
.swiper-centered-slides .swiper-button-next:after, .swiper-centered-slides .swiper-button-prev:after {
|
||||
border-radius : 50%;
|
||||
background-color : #7367F0;
|
||||
box-shadow : 0 2px 4px 0 rgba(34, 41, 47, 0.5) !important;
|
||||
}
|
||||
|
||||
.swiper-centered-slides-2.swiper-container .swiper-slide {
|
||||
font-weight : 500;
|
||||
background-color : #F2F4F4;
|
||||
height : auto;
|
||||
width : auto !important;
|
||||
cursor : pointer;
|
||||
}
|
||||
.swiper-centered-slides-2.swiper-container .swiper-slide.swiper-slide-active {
|
||||
color : #FFFFFF;
|
||||
background-color : #7367F0;
|
||||
box-shadow : 0 3px 6px 0 rgba(115, 103, 240, 0.5) !important;
|
||||
}
|
||||
|
||||
/* cube effect */
|
||||
.swiper-cube-effect.swiper-container {
|
||||
width : 300px;
|
||||
left : 50%;
|
||||
margin-left : -150px;
|
||||
margin-top : -12px;
|
||||
}
|
||||
|
||||
/* swiper coverflow slide width */
|
||||
.swiper-coverflow.swiper-container .swiper-slide {
|
||||
width : 300px;
|
||||
}
|
||||
|
||||
.gallery-thumbs {
|
||||
padding : 10px 0;
|
||||
background : #22292F;
|
||||
}
|
||||
.gallery-thumbs .swiper-slide {
|
||||
opacity : 0.4;
|
||||
}
|
||||
.gallery-thumbs .swiper-slide-thumb-active {
|
||||
opacity : 1;
|
||||
}
|
||||
|
||||
.swiper-parallax .swiper-slide {
|
||||
padding : 2.67rem 4rem;
|
||||
}
|
||||
.swiper-parallax .swiper-slide .title {
|
||||
font-size : 1.14rem;
|
||||
padding : 0.5rem 0;
|
||||
}
|
||||
.swiper-parallax .swiper-slide .text {
|
||||
font-size : 1rem;
|
||||
}
|
||||
|
||||
.swiper-parallax .parallax-bg {
|
||||
position : absolute;
|
||||
width : 130%;
|
||||
}
|
||||
|
||||
.swiper-virtual.swiper-container {
|
||||
height : 300px;
|
||||
}
|
||||
.swiper-virtual.swiper-container .swiper-slide {
|
||||
/* virtual slides */
|
||||
font-size : 1.51rem;
|
||||
background-color : #EEEEEE;
|
||||
display : -webkit-box;
|
||||
display : -webkit-flex;
|
||||
display : -ms-flexbox;
|
||||
display : flex;
|
||||
-webkit-box-pack : center;
|
||||
-webkit-justify-content : center;
|
||||
-ms-flex-pack : center;
|
||||
justify-content : center;
|
||||
-webkit-box-align : center;
|
||||
-webkit-align-items : center;
|
||||
-ms-flex-align : center;
|
||||
align-items : center;
|
||||
}
|
||||
|
||||
.swiper-button-prev, .swiper-button-next, .swiper-container-rtl .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
|
||||
background-image : none;
|
||||
color : #FFFFFF;
|
||||
width : 35px;
|
||||
font-size : 2rem;
|
||||
}
|
||||
.swiper-button-prev:focus, .swiper-button-next:focus, .swiper-container-rtl .swiper-button-prev:focus, .swiper-container-rtl .swiper-button-next:focus {
|
||||
outline : none;
|
||||
}
|
||||
.swiper-button-prev:after, .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
|
||||
font-family : 'feather';
|
||||
}
|
||||
|
||||
.swiper-button-prev:after {
|
||||
content : '\e843';
|
||||
padding-right : 1px;
|
||||
}
|
||||
|
||||
.swiper-button-next:after {
|
||||
content : '\e844';
|
||||
padding-left : 2px;
|
||||
}
|
||||
|
||||
.swiper-container-rtl .swiper-button-prev:after {
|
||||
content : '\e844';
|
||||
}
|
||||
|
||||
.swiper-container-rtl .swiper-button-next:after {
|
||||
content : '\e843';
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.swiper-button-prev {
|
||||
font-size : 1.32rem;
|
||||
top : 55%;
|
||||
}
|
||||
.swiper-button-next {
|
||||
font-size : 1.32rem;
|
||||
top : 55%;
|
||||
width : 15px;
|
||||
}
|
||||
.swiper-parallax .swiper-slide {
|
||||
padding : 1rem 1.2rem;
|
||||
}
|
||||
.swiper-parallax img {
|
||||
height : 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 576px) {
|
||||
.swiper-centered-slides.swiper-container .swiper-slide {
|
||||
padding : 1.6rem 2.5rem;
|
||||
}
|
||||
.swiper-centered-slides.swiper-container .swiper-slide i {
|
||||
font-size : 1.14rem !important;
|
||||
}
|
||||
.swiper-cube-effect.swiper-container {
|
||||
width : 150px;
|
||||
left : 70%;
|
||||
}
|
||||
.swiper-parallax .swiper-slide {
|
||||
padding : 1rem 1.3rem;
|
||||
}
|
||||
.swiper-virtual.swiper-container .swiper-slide {
|
||||
font-size : 1rem;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.swiper-container .swiper-shadow{box-shadow:2px 8px 10px 0 rgba(25,42,70,.13)!important}.swiper-centered-slides.swiper-container .swiper-slide{text-align:center;font-weight:500;background-color:#FFF;height:auto;width:auto!important;padding:2rem 5.5rem;cursor:pointer}.swiper-centered-slides.swiper-container .swiper-slide.swiper-slide-active{border:2px solid #7367F0}.swiper-centered-slides.swiper-container .swiper-slide.swiper-slide-active i{color:#7367F0}.swiper-centered-slides .swiper-button-next:after,.swiper-centered-slides .swiper-button-prev:after{border-radius:50%;background-color:#7367F0;box-shadow:0 2px 4px 0 rgba(34,41,47,.5)!important}.swiper-centered-slides-2.swiper-container .swiper-slide{font-weight:500;background-color:#F2F4F4;height:auto;width:auto!important;cursor:pointer}.swiper-centered-slides-2.swiper-container .swiper-slide.swiper-slide-active{color:#FFF;background-color:#7367F0;box-shadow:0 3px 6px 0 rgba(115,103,240,.5)!important}.swiper-cube-effect.swiper-container{width:300px;left:50%;margin-left:-150px;margin-top:-12px}.swiper-coverflow.swiper-container .swiper-slide{width:300px}.gallery-thumbs{padding:10px 0;background:#22292F}.gallery-thumbs .swiper-slide{opacity:.4}.gallery-thumbs .swiper-slide-thumb-active{opacity:1}.swiper-parallax .swiper-slide{padding:2.67rem 4rem}.swiper-parallax .swiper-slide .title{font-size:1.14rem;padding:.5rem 0}.swiper-parallax .swiper-slide .text{font-size:1rem}.swiper-parallax .parallax-bg{position:absolute;width:130%}.swiper-virtual.swiper-container{height:300px}.swiper-virtual.swiper-container .swiper-slide{font-size:1.51rem;background-color:#EEE;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.swiper-button-next,.swiper-button-prev,.swiper-container-rtl .swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:none;color:#FFF;width:35px;font-size:2rem}.swiper-button-next:focus,.swiper-button-prev:focus,.swiper-container-rtl .swiper-button-next:focus,.swiper-container-rtl .swiper-button-prev:focus{outline:0}.swiper-button-next:after,.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{font-family:feather}.swiper-button-prev:after{content:'\e843';padding-right:1px}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'\e844'}.swiper-button-next:after{padding-left:2px}.swiper-container-rtl .swiper-button-next:after{content:'\e843'}@media only screen and (max-width:768px){.swiper-button-next,.swiper-button-prev{font-size:1.32rem;top:55%}.swiper-button-next{width:15px}.swiper-parallax .swiper-slide{padding:1rem 1.2rem}.swiper-parallax img{height:100%!important}}@media only screen and (max-width:576px){.swiper-centered-slides.swiper-container .swiper-slide{padding:1.6rem 2.5rem}.swiper-centered-slides.swiper-container .swiper-slide i{font-size:1.14rem!important}.swiper-cube-effect.swiper-container{width:150px;left:70%}.swiper-parallax .swiper-slide{padding:1rem 1.3rem}.swiper-virtual.swiper-container .swiper-slide{font-size:1rem}}
|
||||
@@ -0,0 +1,33 @@
|
||||
/*========================================================
|
||||
DARK LAYOUT
|
||||
=========================================================*/
|
||||
#toast-container > div {
|
||||
opacity : 0.9;
|
||||
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
|
||||
filter : alpha(opacity=90);
|
||||
max-width : none;
|
||||
}
|
||||
|
||||
#toast-container > div:hover {
|
||||
box-shadow : 2px 2px 10px 0 rgba(0, 0, 0, 0.75);
|
||||
}
|
||||
|
||||
.toast {
|
||||
background-color : #7367F0;
|
||||
}
|
||||
|
||||
.toast-success {
|
||||
background-color : #28C76F;
|
||||
}
|
||||
|
||||
.toast-error {
|
||||
background-color : #EA5455;
|
||||
}
|
||||
|
||||
.toast-info {
|
||||
background-color : #00CFE8;
|
||||
}
|
||||
|
||||
.toast-warning {
|
||||
background-color : #FF9F43;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
#toast-container>div{opacity:.9;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);filter:alpha(opacity=90);max-width:none}#toast-container>div:hover{box-shadow:2px 2px 10px 0 rgba(0,0,0,.75)}.toast{background-color:#7367F0}.toast-success{background-color:#28C76F}.toast-error{background-color:#EA5455}.toast-info{background-color:#00CFE8}.toast-warning{background-color:#FF9F43}
|
||||
Reference in New Issue
Block a user