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

144 lines
2.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;
}
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;
}
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 {
padding-right: 10px;
padding-left: 10px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 20px;
border: 1px solid #eeeeee;
border-right: 2px solid #000;
}