You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
willaengine/resources/styles/scss/Modify.scss

652 lines
14 KiB

#app {
padding: 0em 0;
}
.v-application {
font-family: "iranyekan-regular", "Montserrat-Regular" !important;
font-weight: 100;
}
.v-application--is-rtl .v-list-item__action:first-child, .v-application--is-rtl .v-list-item__icon:first-child {
margin-left: 2px;
}
.container {
width: 100%;
max-width: 100%;
padding: 5px 0px 0px 0px;
}
.we-dark .Header .Time, .we-dark .Header .Name, .we-dark .Header .v-icon, {
color: #000;
}
.we-dark .Tile.Shadowed {
background-color: #fff;
box-shadow: none;
border: 1px solid #d6d6d6;
}
.Tile {
margin: 0px 0px 10px 0px;
}
.row.reverse {
flex-direction: row-reverse;
}
a:-webkit-any-link {
text-decoration: none;
}
hr {
margin: 10px 0px;
border: 1px solid #eeeeee;
}
.v-application .headline, .v-application .title {
font-family: inherit !important;
}
// a {
// color:#000 !important;
// }
// a:hover {
// color:inherit !important;
// }
/* --------------------------------------------------------
Navigation :: Bootstrap Tabs
-------------------------------------------------------- */
.nav-tabs {
justify-content: center;
}
.nav-item {
text-align: center;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
border: 1px solid transparent;
border-bottom: 1px solid #ee3552;
color: #ee3552;
}
.nav-tabs .nav-link {
color: #000;
}
.nav-tabs .nav-link .v-chip {
margin: 12px 10px;
transition: 0.2s;
}
.v-chip {
margin-bottom: 2px;
}
.nav-tabs .nav-link:not(.active) .v-chip {
background-color: #000 !important;
border-color: #000 !important;
}
@each $Color,
$Value in $Colors {
.nav-tabs .nav-link.WM-#{$Color}.active,
.nav-tabs .nav-link.WM-#{$Color}:hover,
.nav-tabs .nav-link.WM-#{$Color}:focus {
border-bottom: 1px solid $Value;
color: $Value;
}
.nav-tabs .nav-link.WM-#{$Color}.active .WM-Notification,
.nav-tabs .nav-link.WM-#{$Color}:hover .WM-Notification,
.nav-tabs .nav-link.WM-#{$Color}:focus .WM-Notification {
background-color: $Value;
}
}
/* --------------------------------------------------------
Vuetify :: Data Iterator
-------------------------------------------------------- */
.v-data-iterator .v-data-footer {
width: 100%;
}
/* --------------------------------------------------------
Vuetify :: Dialog
-------------------------------------------------------- */
.v-dialog.XS {
width: 30%;
}
.v-dialog.v-dialog--active {
overflow-x: hidden;
}
.v-card__title--primary {
padding-top: 10px;
}
.theme--light.v-text-field>.v-input__control>.v-input__slot:before {
border-color: rgba(0, 0, 0, .22);
}
.theme--light.v-icon,
.theme--dark.v-icon {
font-size: 16px;
}
.v-input__prepend-outer {
margin-left: 9px;
}
.v-input.en-suffix .v-text-field__suffix {
font-family: 'Montserrat-ExtraBold', sans-serif;
}
.v-input.suffix-padd-10 .v-text-field__suffix {
padding: 10px 10px;
}
.v-input.icon-wide .v-input__icon.v-input__icon--prepend {
margin-right: 10px;
}
.v-input.LTR .v-messages__message, .v-input.LTR .v-counter {
font-family: 'Montserrat-Regular', sans-serif;
text-align: left;
}
.v-select--chips.v-autocomplete .v-label {
margin-top: 8px;
}
.v-select--chips.v-autocomplete .v-input__prepend-outer {
margin-top: 10px;
}
.v-select--chips.v-autocomplete .v-input__append-inner {
margin-top: 10px;
}
.v-select--chips.v-autocomplete .v-label.v-label--active {
margin-top: 0px;
}
table.v-table thead th {
font-size: 18px;
text-align: right;
}
table.v-table tbody td,
table.v-table tbody th {
height: 80px;
}
table.v-table tbody td {
font-weight: 400;
font-size: 16px;
}
.v-datatable thead th.column.sortable .v-icon {
line-height: 1.1;
}
.v-datatable__actions {
font-size: 15px;
}
// ------------------------------------------------------------------
// .v-chip :: BEGIN
// ------------------------------------------------------------------
.v-chip .v-chip__content {
padding: 0 10px;
font-size: 14px;
}
.v-application--is-rtl .v-chip--pill .v-avatar--left {
margin-right: -24px;
font-family: 'Montserrat-ExtraBold', sans-serif;
}
.v-chip {
height: 32px;
}
// ------------------------------------------------------------------
// .inputs :: BEGIN
// ------------------------------------------------------------------
.v-label {
font-size: 14px;
}
.v-list-item__title {
font-size: 0.8rem;
}
.v-application--is-rtl .v-input.LTR .v-input__prepend-outer {
margin: 5px 3px 0px 0px;
}
.v-input.LTR input {
direction: ltr;
font-family: "Montserrat-Regular";
}
.v-input.LTR .v-label {
font-size: 14px;
top: 8px;
}
.v-input.LTR .v-text-field__suffix {
border-top-left-radius: 0px;
border-top-right-radius: 10px;
}
.v-input.LTR input {
padding-bottom: 5px;
}
.v-input--selection-controls.v-input .Fa .v-label {
top: 3px;
}
.label-bottom .v-label {
left: calc(50% - 80px) !important;
right: auto;
position: absolute !important;
top: 25px !important;
}
.v-list .v-list-item {
font-size: 14px;
}
// ------------------------------------------------------------------
// .inputs :: END
// ------------------------------------------------------------------
.router-link-active.WM-Link-Cyan.disabled {
color: #32c5d2;
border-bottom: 2px solid #32c5d2;
}
.v-data-footer {
padding-left: 150px;
}
.orange.darken-2 {
background-color: #ff6b57 !important;
border-color: #ff6b57 !important;
}
.v-btn+.v-btn {
margin-right: 5px;
}
.v-card__text.WM-JustSide {
padding: 0px 16px;
}
.v-badge__badge span {
font-size: 16px;
line-height: 16px;
font-family: 'Montserrat-ExtraBold', sans-serif;
}
.v-chip .v-avatar {
font-size: 22px;
}
.Buttons {
text-align: center;
display: contents;
}
.v-btn {
margin: 6px 2px;
transition: 0.4s
}
.v-btn--fab.v-btn--small .v-icon {
font-size: 16px;
}
.v-btn.XS {
width: 32px;
height: 32px;
}
.v-btn.XS .v-icon {
font-size: 14px;
}
.v-btn.S {
width: 40px;
height: 40px;
}
.v-btn.S .v-icon {
font-size: 20px;
}
.v-btn.M {
width: 50px;
height: 50px;
}
.v-btn.M .v-icon {
font-size: 25px;
}
.v-btn.icon-20 .v-icon {
font-size: 20px !important;
}
.theme--dark.v-btn.v-btn--disabled:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined) {
background-color: rgba(0, 0, 0, 0.12) !important;
cursor: not-allowed;
}
.theme--dark.v-btn.v-btn--disabled,
.theme--dark.v-btn.v-btn--disabled .v-btn__loading,
.theme--dark.v-btn.v-btn--disabled .v-icon {
color: rgba(0, 0, 0, 0.26) !important;
}
.v-tooltip .v-btn--outline:hover .v-icon,
.v-tooltip .v-btn--outline:focus .v-icon {
color: #fff;
}
.v-tooltip span {
font-size: 14px;
}
.v-input.LTR label {
left: 0px !important;
right: auto !important;
}
.v-input .v-text-field__suffix {
background-color: #eee;
padding: 5px 10px;
border-top-left-radius: 10px;
border: 1px solid rgb(199, 199, 199);
border-bottom: 0px;
font-size: 12px;
}
.v-input--switch.RTL .v-label {
text-align: right;
direction: rtl;
}
.v-card__text {
padding: 6px 16px;
}
.v-timeline--dense.RTL:before {
right: 18px;
left: inherit;
}
.v-timeline--dense.RTL .v-timeline-item__dot--small {
right: 7px;
left: inherit;
}
@each $Color,
$Value in $colors {
.v-application .#{$Color} {
background-color: $Value !important;
border-color: $Value !important;
}
.v-application .#{$Color}--text {
color: $Value !important;
caret-color: $Value !important;
}
}
@each $Shadow,
$Value in $Shadows {
.v-application .v-btn.v-btn--fab.#{$Shadow} {
box-shadow: 0 10px 30px 0px $Value;
-moz-box-shadow: 0 10px 30px 0px $Value;
-webkit-box-shadow: 0 10px 30px 0px $Value;
-o-box-shadow: 0 10px 30px 0px $Value;
-ms-box-shadow: 0 10px 30px 0px $Value;
}
}
.v-application .v-btn--fab:not(.v-btn--outlined).v-btn--active,
.v-application .v-btn--fab:not(.v-btn--outlined).v-btn:focus,
.v-application .v-btn--fab:not(.v-btn--outlined).v-btn:hover {
background-color: #000 !important;
color: #fff !important;
box-shadow: 0 10px 30px 0px $BlackShadow;
-moz-box-shadow: 0 10px 30px 0px $BlackShadow;
-webkit-box-shadow: 0 10px 30px 0px $BlackShadow;
-o-box-shadow: 0 10px 30px 0px $BlackShadow;
-ms-box-shadow: 0 10px 30px 0px $BlackShadow;
}
.v-btn--fab.v-size--small .v-icon {
font-size: 16px;
}
.v-list {
text-align: right;
}
.v-application .primary--text {
color: #525252 !important;
}
.v-btn {
letter-spacing: 0;
}
.v-application a {
color: #000;
}
.theme--light.v-card>.v-card__text {
color: rgba(0, 0, 0, .7);
}
.v-snack {
font-size: 16px;
}
// ------------------------------------------------------------------
// Badge :: Begin
// ------------------------------------------------------------------
.v-application--is-rtl .v-badge__badge {
right: auto;
left: -48px;
}
.v-badge__badge {
padding: 0 6px;
}
// ------------------------------------------------------------------
// Badge :: End
// ------------------------------------------------------------------
// ------------------------------------------------------------------
// vue-dropzone :: begin
// ------------------------------------------------------------------
.vue-dropzone {
font-family: "iranyekan-regular", "Montserrat-Regular" !important;
}
.v-application--wrap .dropzone {
border: 1px solid #bdbdbd;
background: #eeeeee;
}
// ------------------------------------------------------------------
// vue-dropzone :: end
// ------------------------------------------------------------------
// ------------------------------------------------------------------
// vue-advanced-cropper :: begin
// ------------------------------------------------------------------
.vue-advanced-cropper {
background-image: url('/images/Global/Backgrounds/Cropper-BG.png');
background-size: cover;
background-position: center;
}
// ------------------------------------------------------------------
// vue-advanced-cropper :: end
// ------------------------------------------------------------------
// ------------------------------------------------------------------
// Expansion-Panel :: Begin
// ------------------------------------------------------------------
.v-expansion-panel:before {
box-shadow: none;
}
.v-expansion-panel-header {
padding: 0px;
}
.v-expansion-panels.flat .v-expansion-panel.v-expansion-panel--active.v-item--active {
border: none;
}
.theme--light.v-expansion-panels .v-expansion-panel {
background-color: transparent;
}
// ------------------------------------------------------------------
// Expansion-Panel :: End
// ------------------------------------------------------------------
// ------------------------------------------------------------------
// tree select :: Begin
// ------------------------------------------------------------------
.vue-treeselect__control {
border: none;
border-bottom: 1px solid #c7c7c7;
border-radius: 0px;
}
.vue-treeselect__multi-value-item {
background: #eeeeee;
color: #484848;
}
.vue-treeselect__value-remove {
color: #484848;
}
// ------------------------------------------------------------------
// tree select :: End
// ------------------------------------------------------------------
// ------------------------------------------------------------------
// validation-error:: Begin
// ------------------------------------------------------------------
.theme--light.v-text-field.error--text > .v-input__control > .v-input__slot:before {
border-color: rgba(235, 15, 15, 0.76);
border-top-color: rgba(235, 15, 15, 0.76);
border-right-color: rgba(235, 15, 15, 0.76);
border-bottom-color: rgba(235, 15, 15, 0.76);
border-left-color: rgba(235, 15, 15, 0.76);
}
.theme--light.v-messages.error--text {
color: rgba(216, 17, 17, 0.8);
}
// ------------------------------------------------------------------
// validation-error:: End
// ------------------------------------------------------------------
.v-stepper.we-stepper {
box-shadow: none;
}
.v-stepper.we-stepper .v-stepper__step:first-child {
padding-right: 0px;
}
.v-stepper.we-stepper .v-stepper__header {
height: 83px;
background-color: #eeeeee;
}
.v-stepper.we-stepper .v-stepper__step {
flex: 1;
padding: 0px;
justify-content: center;
}
.v-stepper.we-stepper .v-stepper__step .v-stepper__label {
color: #32c5d2;
text-align: right;
}
.v-stepper.we-stepper .v-stepper__step .v-stepper__step__step {
color: #32c5d2;
border-radius: 0px;
height: auto;
min-width: auto;
width: auto;
border-right: 2px solid;
padding-right: 10px;
}
.v-stepper.we-stepper .v-stepper__step__step {
font-size: 50px;
line-height: 50px;
margin-left: 10px;
font-family: "Montserrat-ExtraBold";
background: transparent !important;
color: rgba(0,0,0,.38);
}
.v-stepper.we-stepper .v-stepper__label .Fa {
font-size: 18px;
}
.v-stepper.we-stepper .v-stepper__label .En {
font-size: 12px;
margin-top: 5px;
text-transform: uppercase;
letter-spacing: 3px;
}
//------------------------------------------------------
// Theme Gray
//------------------------------------------------------
.v-stepper.we-stepper .v-stepper__step.v-stepper__step--inactive {
//border-right: 2px solid #00000061;
background-color: transparent;
}
.v-stepper.we-stepper .v-stepper__step.v-stepper__step--inactive .v-stepper__label {
color: #00000061;
}
.v-stepper.we-stepper .v-stepper__step.v-stepper__step--inactive .v-stepper__step__step {
color: #00000061;
}
//------------------------------------------------------
// Small v-switch
//------------------------------------------------------
.v-input--switch.small {
margin-top: 0px;
}
.v-input--switch.small .v-input__slot {
margin-bottom: 0px;
}
.v-input--switch.small .v-messages {
min-height: 0px;
}