File "menu.scss"
Full Path: /home/rattkxnv/byattorney.com/wp-content/plugins/everest-forms/assets/css/menu.scss
File size: 5.93 KB
MIME-type: text/plain
Charset: utf-8
/**
* menu.scss
* Styles applied to dashboard menu items added via EverestForms.
* Adds icons to top level menu items, etc.
*/
/**
* Imports
*/
@import 'mixins/mixins';
@import 'variables/variables';
@import 'fonts';
/**
* Styling begins.
*/
#evf-modal-wrap {
display: none;
background-color: #fff;
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
width: 500px;
height: 250px;
overflow: hidden;
margin-left: -250px;
margin-top: -125px;
position: fixed;
top: 50%;
left: 50%;
z-index: 100105;
-webkit-transition: height 0.2s, margin-top 0.2s;
transition: height 0.2s, margin-top 0.2s;
#evf-modal {
height: 100%;
position: relative;
#evf-modal-title {
background: #fcfcfc;
border-bottom: 1px solid #dfdfdf;
height: 36px;
font-size: 18px;
font-weight: 600;
line-height: 36px;
padding: 0 36px 0 16px;
top: 0;
right: 0;
left: 0;
}
#evf-modal-close {
color: #666;
padding: 0;
position: absolute;
top: 0;
right: 0;
width: 36px;
height: 36px;
text-align: center;
background: 0 0;
border: none;
cursor: pointer;
&:hover,
&:focus {
color: #2ea2cc;
}
&:focus {
outline: 0;
box-shadow: 0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, 0.8);
}
&::before {
content: '\f158';
font: normal 20px/36px dashicons;
vertical-align: top;
speak: none;
width: 36px;
height: 36px;
}
}
#evf-modal-inner {
padding: 0 16px 50px;
#evf-modal-notice {
padding: 10px;
color: #31708f;
background-color: #d9edf7;
border: 1px solid #bce8f1;
}
#evf-modal-options {
padding: 8px 0 12px;
.evf-modal-inline {
margin: 0;
padding: 0 20px 0 0;
display: inline-block;
}
#evf-modal-select-form {
max-width: 100%;
margin-bottom: 1em;
}
}
}
.submitbox {
padding: 8px 16px;
background: #fcfcfc;
border-top: 1px solid #dfdfdf;
position: absolute;
bottom: 0;
left: 0;
right: 0;
#evf-modal-cancel {
float: left;
line-height: 25px;
}
#evf-modal-update {
float: right;
line-height: 23px;
#evf-modal-submit {
float: right;
margin-bottom: 0;
}
}
}
}
}
#evf-modal-backdrop {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
min-height: 360px;
background: #000;
opacity: 0.7;
filter: alpha(opacity=70);
z-index: 100100;
}
@media screen and (max-width: 782px) {
#evf-modal-wrap {
height: 280px;
margin-top: -140px;
}
#evf-modal-inner {
padding: 0 16px 60px;
}
#evf-modal-cancel {
line-height: 32px;
}
}
@media screen and (max-width: 520px) {
#evf-modal-wrap {
width: auto;
margin-left: 0;
left: 10px;
right: 10px;
max-width: 500px;
}
}
@media screen and (max-height: 520px) {
#evf-modal-wrap {
-webkit-transition: none;
transition: none;
}
}
@media screen and (max-height: 290px) {
#evf-modal-wrap {
height: auto;
margin-top: 0;
top: 10px;
bottom: 10px;
}
#evf-modal-inner {
overflow: auto;
height: -webkit-calc(100% - 92px);
height: calc(100% - 92px);
padding-bottom: 2px;
}
}
/**
* Fonts icons.
*/
[class^='evf-icon-'],
[class*=' evf-icon-'] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: EverestForms !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Enable Ligatures ================ */
letter-spacing: 0;
-webkit-font-feature-settings: 'liga';
-moz-font-feature-settings: 'liga=1';
-moz-font-feature-settings: 'liga';
-ms-font-feature-settings: 'liga' 1;
font-feature-settings: 'liga';
-webkit-font-variant-ligatures: discretionary-ligatures;
font-variant-ligatures: discretionary-ligatures;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.evf-icon- {
&captcha::before {
content: '\e004';
}
&password::before {
content: '\e004';
}
&email::before {
content: '\e005';
}
&map-marker::before {
content: '\e007';
}
&flag::before {
content: '\e00a';
}
&first-name::before {
content: '\e00d';
}
&last-name::before {
content: '\e00e';
}
&text::before {
content: '\e00f';
}
¶graph::before {
content: '\e010';
}
&dropdown::before {
content: '\e011';
}
&checkbox::before {
content: '\e012';
}
&multiple-choices::before {
content: '\e013';
}
&multiple-choices-radio::before {
content: '\e014';
}
&number::before {
content: '\e015';
}
&website::before {
content: '\e016';
}
&calendar::before {
content: '\e017';
}
&single-item::before {
content: '\e018';
}
&file-upload::before {
content: '\e019';
}
&hidden::before {
content: '\e01a';
}
&phone::before {
content: '\e01b';
}
&custom-html::before {
content: '\e01c';
}
§ion-divider::before {
content: '\e01d';
}
&payment::before {
content: '\e01f';
}
&total::before {
content: '\e020';
}
&subtotal::before {
content: '\e020';
}
&img-upload::before {
content: '\e022';
}
&star::before {
content: '\e024';
}
&likert::before {
content: '\e025';
}
&scale-rating::before {
content: '\e026';
}
&signature::before {
content: '\e028';
}
&privacy-policy::before {
content: '\e02c';
}
&repeater::before {
content: '\e032';
}
&range-slider::before {
content: '\e02b';
}
÷r::before {
content: '\e031';
}
&wysiwyg::before {
content: '\e922';
}
&eye::before {
content: '\e903';
}
&coupon::before {
content: '\e90b';
}
&yes-no::before {
content: '\e921';
}
&reset::before {
content: '\e907';
}
&progress::before {
content: '\e908';
}
&color::before {
content: '\e909';
}
&ai::before {
content: '\e913';
}
&lookup::before {
content: '\e914';
}
&turnstile,
&recaptcha,
&hcaptcha {
&::before {
content: '\e917';
}
}
&builder::before {
content: '\e904';
}
&subscription-plan::before{
content: '\e923';
}
}