sifatbaho
This commit is contained in:
79
resources/scss/plugins/_tour.scss
vendored
Executable file
79
resources/scss/plugins/_tour.scss
vendored
Executable file
@@ -0,0 +1,79 @@
|
||||
//
|
||||
// tour.scss
|
||||
//
|
||||
|
||||
.shepherd-element{
|
||||
background: var(--#{$prefix}card-bg-custom);
|
||||
box-shadow: $box-shadow;
|
||||
}
|
||||
|
||||
.shepherd-has-title{
|
||||
.shepherd-content{
|
||||
.shepherd-header{
|
||||
background-color: var(--#{$prefix}light);
|
||||
padding: $toast-padding-y $toast-padding-x;
|
||||
}
|
||||
|
||||
.shepherd-cancel-icon{
|
||||
color: rgba(var(--#{$prefix}dark-rgb), .75);
|
||||
&:hover{
|
||||
color: rgba(var(--#{$prefix}dark-rgb), .75);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.shepherd-element.shepherd-has-title[data-popper-placement^=bottom]>.shepherd-arrow:before{
|
||||
background-color: var(--#{$prefix}light);
|
||||
}
|
||||
|
||||
.shepherd-title{
|
||||
font-size: 15px;
|
||||
font-weight: $font-weight-medium;
|
||||
color: var(--#{$prefix}body-color);
|
||||
}
|
||||
|
||||
.shepherd-text{
|
||||
padding: $toast-padding-x;
|
||||
font-size: $font-size-base;
|
||||
color: var(--#{$prefix}body-color);
|
||||
}
|
||||
|
||||
.shepherd-button{
|
||||
&.btn-success:not(:disabled):hover{
|
||||
background: darken($success, 2.5%);
|
||||
color: $white;
|
||||
}
|
||||
|
||||
&.btn-light:not(:disabled):hover{
|
||||
background: rgba(var(--#{$prefix}light-rgb), .75);
|
||||
color: var(--#{$prefix}dark);
|
||||
}
|
||||
|
||||
&.btn-primary:not(:disabled):hover{
|
||||
background: darken($primary, 2.5%);
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
|
||||
.shepherd-footer{
|
||||
padding: 0 $toast-padding-x $toast-padding-x;
|
||||
}
|
||||
.shepherd-arrow,
|
||||
.shepherd-arrow:before{
|
||||
content: "\ea75";
|
||||
font-family: 'remixicon';
|
||||
font-size: 24px;
|
||||
z-index: 1;
|
||||
background-color: transparent !important;
|
||||
transform: rotate(0deg);
|
||||
color: $primary;
|
||||
}
|
||||
|
||||
.shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow{
|
||||
top: -18px;
|
||||
}
|
||||
|
||||
.shepherd-button{
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
Reference in New Issue
Block a user