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

204 lines
3.7 KiB

6 years ago
/* --------------------------------------------------------
Borders :: Begin
-------------------------------------------------------- */
6 years ago
.WM-Border {
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;
}
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;
}
/* --------------------------------------------------------
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 {
width: calc(100% - 40px);
float: right;
5 years ago
}
5 years ago
.hasConfig .v-btn {
float: right;
margin-top: 20px;
margin-right: 5px;
}
5 years ago
.WM-Pointer {
cursor: pointer;
}