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/js/Global/scss/Modify.scss

482 lines
10 KiB

#app {
padding: 0em 0;
}
.v-application {
font-family: "iranyekan-regular", "Montserrat-Regular" !important;
font-weight: 100;
}
.container {
width: 100%;
max-width: 100%;
}
a:-webkit-any-link {
text-decoration: none;
}
hr {
margin: 10px 0px;
border: 1px solid #eeeeee;
}
// 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 :: Dialog
-------------------------------------------------------- */
.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-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: 8px 3px 0px 0px;
}
.v-input.LTR input {
direction: ltr;
font-family: "Montserrat-Regular";
}
.v-input.LTR .v-label {
font-size: 14px;
top: 10px;
}
.v-input--selection-controls.v-input .Fa .v-label {
top: 3px;
}
// ------------------------------------------------------------------
// .inputs :: END
// ------------------------------------------------------------------
.router-link-active.WM-Link-Cyan.disabled {
color: #32c5d2;
border-bottom: 2px solid #32c5d2;
}
.v-data-footer {
padding-left: 90px;
}
.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;
}
.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-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;
}
// ------------------------------------------------------------------
// 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
// ------------------------------------------------------------------