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/Misc.scss

650 lines
12 KiB

@import '_vars.scss';
.we-item {
text-align: center;
border: 1px solid #eeeeee;
transition: 0.4s;
border-radius: 5px;
margin-bottom: 10px;
position: relative;
}
6 years ago
/* --------------------------------------------------------
Borders :: Begin
-------------------------------------------------------- */
.WM-Border, .border-1x {
6 years ago
border: 1px solid;
}
6 years ago
.WM-Border-2x {
border: 2px solid;
}
6 years ago
.WM-Border-R {
border-right: 1px solid;
}
6 years ago
.WM-Border-L {
border-left: 1px solid;
}
6 years ago
.WM-Border-T {
border-top: 1px solid;
}
6 years ago
.WM-Border-B {
border-bottom: 1px solid;
}
/* --------------------------------------------------------
Labels :: Begin
-------------------------------------------------------- */
.WM-SubText {
display: inline-block;
padding: 10px 25px 5px 25px;
color: #fff;
border-radius: 5px;
margin: 3px 0px 10px 0px;
}
5 years ago
.Context {
font-family: BYekan-Edited, Montserrat-Regular !important;
}
6 years ago
.WM-SubText.SmallPad {
padding: 3px 15px 0px 15px;
}
6 years ago
.WM-Notification {
display: inline-block;
text-align: center;
line-height: 24px;
width: 26px;
height: 26px;
color: #fff;
border-radius: 13px;
}
/* --------------------------------------------------------
Price :: Begin
-------------------------------------------------------- */
.Price {
text-align: left;
direction: ltr;
font-size: 24px;
}
.Price .Unit {
font-size: 12px;
}
.Price .Old {
font-size: 14px;
margin-left: 20px;
text-decoration: line-through;
text-decoration-color: #ee3552;
color: #ee3552;
margin-top: -5px;
}
5 years ago
/* --------------------------------------------------------
Others :: Begin
-------------------------------------------------------- */
5 years ago
.zIndex99 {
z-index: 99;
}
5 years ago
.has-blur {
-webkit-filter: blur(5px);
transition: 0.5s -webkit-filter linear;
cursor: not-allowed;
5 years ago
}
.has-blur * {
pointer-events: none;
}
.flex-justified-center {
display: flex;
justify-content: center;
align-items: center;
}
.flex-justified-right {
display: flex;
justify-content: start;
align-items: center;
}
.flex-justified-left {
display: flex;
justify-content: flex-end;
align-items: center;
}
.flex-justified-space-between {
display: flex;
justify-content: space-between;
align-items: center;
}
6 years ago
/* --------------------------------------------------------
Navigation :: Begin
-------------------------------------------------------- */
6 years ago
.WM-NavWrapper {
z-index: 1000;
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
background: #fff;
width: calc(100% - 2em);
margin: 0 1em;
position: fixed;
top: 1em;
.WM-Nav {
padding: 0.8em 1em;
list-style: none;
margin-bottom: 0;
}
}
6 years ago
.WM-PageNav {
border-left: 1px solid #c7c8c9;
padding: 3px 25px;
}
.modal-mask {
position: fixed;
z-index: 9998;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .5);
display: table;
transition: opacity .3s ease;
6 years ago
}
.modal-wrapper {
display: table-cell;
vertical-align: middle;
}
5 years ago
/* --------------------------------------------------------
Tabs :: Begin
-------------------------------------------------------- */
@media screen and (min-width: 600px) {
.v-tab {
min-width: 300px;
}
}
.v-tab .Fa {
font-size: 18px;
letter-spacing: 0px;
}
.v-tab .En {
font-size: 12px;
letter-spacing: 10px;
text-transform: uppercase;
}
/* --------------------------------------------------------
Blocks :: Begin
-------------------------------------------------------- */
// ----------------------info Block----------------------
.WM-Info .v-icon {
margin-left: 5px;
line-height: 22px;
font-size: 14px;
color: $Gray;
6 years ago
}
.WM-Section {
5 years ago
padding: 10px 10px;
margin: 10px 0px;
border: 1px solid #eeeeee;
border-right: 2px solid #000;
5 years ago
margin-bottom: 30px;
}
5 years ago
.WM-Section .Step {
font-size: 50px;
opacity: 0.2;
float: right;
line-height: 60px;
}
.WM-Section .Title {
float: right;
margin-right: -30px;
5 years ago
margin-top: 8px;
5 years ago
}
.WM-Section .Title .FA {
5 years ago
font-size: 20px;
line-height: 1.2;
5 years ago
}
.WM-Section .Title .EN {
font-size: 12px;
letter-spacing: 5px;
text-transform: uppercase;
5 years ago
font-family: 'Montserrat-Regular', sans-serif;
5 years ago
}
.Duplicate {
border: 1px solid #ddd;
5 years ago
position: relative;
5 years ago
}
.hasConfig .v-autocomplete, .hasConfig .vue-treeselect, .hasConfig .v-input {
5 years ago
width: calc(100% - 45px);
float: right;
}
.hasConfig.x2 .v-autocomplete, .hasConfig.x2 .vue-treeselect, .hasConfig.x2 .v-input {
5 years ago
width: calc(100% - 90px);
float: right;
}
5 years ago
.hasConfig .v-btn {
float: right;
margin-top: 20px;
margin-right: 5px;
5 years ago
}
5 years ago
.hasConfig .v-btn:nth-of-type(2) {
margin-right: 2px;
5 years ago
}
5 years ago
.hasConfig .v-card__text {
width: calc(100% - 50px);
float: right;
}
5 years ago
.WM-Pointer {
cursor: pointer;
}
5 years ago
.we-pointer {
cursor: pointer;
}
.WM-ToDuplicate-Block {
padding: 5px 10px 2px 10px;
border: 1px solid #eeeeee;
border-right: 2px solid #000;
margin: 5px;
;
}
.WM-ToDuplicate-Block .Header {
text-align: right;
font-size: 22px;
margin: 5px 0px;
}
/* --------------------------------------------------------
Float Buttons :: Begin
-------------------------------------------------------- */
.float-buttons-placeholder {
position: fixed;
left: 5%;
bottom: 5%;
z-index: 999;
}
.float-buttons-placeholder .v-btn.XS {
margin-left: -15px;
margin-bottom: -25px;
}
/* --------------------------------------------------------
Float Buttons :: End
5 years ago
-------------------------------------------------------- */
5 years ago
.color-square {
width: 16px;
height: 16px;
border-radius: 8px;
margin-left: 8px;
}
5 years ago
/* --------------------------------------------------------
Cropper :: Begin
-------------------------------------------------------- */
.upload-example-cropper {
border: 1px solid #afafaf;
height: 300px;
width: 100%;
border-radius: 5px;
}
.button-wrapper {
display: flex;
justify-content: center;
margin-top: 17px;
}
.button {
color: white;
font-size: 16px;
padding: 10px 20px;
background: #3fb37f;
cursor: pointer;
transition: background 0.5s;
}
.button:hover {
background: #38d890;
}
.button input {
display: none;
}
/* --------------------------------------------------------
Cropper :: End
-------------------------------------------------------- */
5 years ago
/* --------------------------------------------------------
masonry :: End
-------------------------------------------------------- */
.masonry { /* Masonry container */
column-gap: 1em;
}
.masonry-item { /* Masonry bricks or child elements */
display: inline-block;
width: 100%;
}
.masonry-item img {
width: 100%;
}
/* Masonry on large screens */
@media only screen and (min-width: 1024px) {
.masonry {
column-count: 4;
}
}
/* Masonry on medium-sized screens */
@media only screen and (max-width: 1023px) and (min-width: 768px) {
.masonry {
column-count: 3;
}
}
/* Masonry on small screens */
@media only screen and (max-width: 767px) and (min-width: 540px) {
.masonry {
column-count: 2;
}
}
/*---------------------------------------------------------------*/
/* Qunatity :: Begin*/
/*---------------------------------------------------------------*/
.we-quantity {
transition: 0.2s;
border: 1px solid transparent;
border-radius: 5px;
padding: 5px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.we-quantity .number {
font-size: 60px;
line-height: 45px;
}
.we-quantity .icon .v-icon {
font-size: 40px;
margin-left: -5px;
line-height: 45px;
}
.we-quantity .label {
font-size: 14px;
opacity: 0.7;
text-align: right;
line-height: 16px;
margin-right: 3px;
}
.we-quantity.sm .number {
font-size: 50px;
line-height: 40px;
}
.we-quantity.sm .label {
font-size: 12px;
opacity: 0.7;
text-align: right;
line-height: 14px;
margin-right: 3px;
}
.we-quantity.xl .number {
font-size: 70px;
line-height: 60px;
}
.we-quantity.xl .label {
font-size: 15px;
opacity: 0.7;
text-align: right;
line-height: 18px;
margin-right: 3px;
margin-top: 4px;
}
.we-quantity.variation {
padding: 5px 10px;
background-color: #eeeeee;
border-radius: 3px;
color: var(--color-store-order);
}
@each $color,
$value in $colors {
.we-quantity.theme-#{$color} .v-icon {
color: $value;
}
.we-quantity.theme-#{$color} .value {
color: $value;
}
}
/*---------------------------------------------------------------*/
/* Qunatity :: End*/
/*---------------------------------------------------------------*/
.we-color {
width: 16px;
height: 16px;
border-radius: 8px;
display: block;
float: right;
margin: 3px 5px 0px 5px;
}
/*---------------------------------------------------------------*/
/* Price :: Begin*/
/*---------------------------------------------------------------*/
.we-price {
transition: 0.2s;
border: 1px solid transparent;
border-radius: 5px;
padding: 5px;
}
.we-price {
text-align: center;
padding: 5px 0px;
}
.we-price .number {
font-size: 25px;
line-height: 20px;
}
.we-price .number-original {
font-size: 12px;
line-height: 10px;
color: var(--color-red);
text-decoration: line-through;
text-align: right;
}
.we-price .top-label,
.we-price .bottom-label, {
font-size: 12px;
opacity: 0.7;
text-align: left;
}
//-----------------------------------Unit Inline---------------------------------
.we-price.unit-inline {
}
//-----------------------------------XL---------------------------------
.we-price.xl .number {
font-size: 32px;
line-height: 25px;
}
.we-price.xl .number-original {
font-size: 14px;
line-height: 12px;
color: var(--color-red);
text-decoration: line-through;
text-align: right;
}
.we-price.xl .top-label,
.we-price.xl .bottom-label, {
font-size: 14px;
opacity: 0.7;
text-align: left;
}
//-----------------------------------SM---------------------------------
.we-price.sm .number {
font-size: 26px;
line-height: 22px;
}
.we-price.sm .number-original {
font-size: 12px;
line-height: 10px;
color: var(--color-red);
text-decoration: line-through;
text-align: right;
}
.we-price.sm .top-label,
.we-price.sm .bottom-label, {
font-size: 12px;
opacity: 0.7;
text-align: left;
}
.we-price.total {
background-color: #eeeeee;
padding: 5px 20px;
transform: scale(1.1, 1.1);
}
/*---------------------------------------------------------------*/
/* Price :: End*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/* Name :: Begin*/
/*---------------------------------------------------------------*/
.we-name .Fa {
font-size: 20px;
}
.we-name .En {
font-size: 12px;
letter-spacing: 5px;
text-transform: uppercase;
color: #9a9a9a;
}
.we-name .Date {
font-size: 12px;
color: #9a9a9a;
}
.we-relative {
position: relative;
}
.we-iterator {
position: absolute;
right: 10px;
display: flex;
justify-content: center;
align-items: center;
height: 100%;
font-size: 50px;
color: #6d6d6d;
opacity: 0.3;
}
.we-buttons {
display: flex;
justify-content: flex-end;
align-items: center;
height: 100%;
}
.filters {
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
padding: 10px;
border: 1px solid var(--color-light-gray);
margin: 10px 0px;
}
.v-chip.bubble-chip {
border-top-right-radius: 0px;
}
.end-row {
margin-left: -18px;
margin-right: -18px;
padding: 5px 10px;
}
@each $color,
$value in $colors {
.end-row.theme-#{$color} {
border: 2px solid $value;
}
}
@each $backgroundColor,
$value in $backgrounds {
.end-row.theme-#{$backgroundColor} {
background-color: $value;
}
}