golden hour
/home/godaofbq/dev.hyperredbed.com/wp-content/plugins/essential-addons-elementor/src/css/view
⬆️ Go Up
Upload
File/Folder
Size
Actions
adv-google-map.scss
970 B
Del
OK
advanced-menu.scss
18.74 KB
Del
OK
advanced-search.scss
10.41 KB
Del
OK
content-timeline.scss
25.86 KB
Del
OK
counter.scss
788 B
Del
OK
creative-btn.scss
14.68 KB
Del
OK
divider.scss
1.55 KB
Del
OK
dynamic-filter-gallery.scss
11.07 KB
Del
OK
fancy-text.scss
191 B
Del
OK
flip-carousel.scss
2.44 KB
Del
OK
image-hotspots.scss
4.24 KB
Del
OK
image-scroller.scss
776 B
Del
OK
img-comparison.scss
1.07 KB
Del
OK
instagram-gallery.scss
11.2 KB
Del
OK
interactive-cards.scss
432 B
Del
OK
interactive-promo.scss
25.96 KB
Del
OK
learn-dash-course-list.scss
17.46 KB
Del
OK
lightbox.scss
7.45 KB
Del
OK
login-register.scss
3.81 KB
Del
OK
logo-carousel.scss
1.44 KB
Del
OK
mailchimp.scss
2.77 KB
Del
OK
offcanvas.scss
5.8 KB
Del
OK
one-page-navigation.scss
5.24 KB
Del
OK
post-block-overlay.scss
943 B
Del
OK
post-block.scss
15.37 KB
Del
OK
post-carousel.scss
6.13 KB
Del
OK
post-list.scss
14.43 KB
Del
OK
price-menu.scss
1.99 KB
Del
OK
price-table.scss
19.66 KB
Del
OK
progress-bar.scss
1.72 KB
Del
OK
protected-content.scss
645 B
Del
OK
section-parallax.scss
423 B
Del
OK
section-particles.scss
390 B
Del
OK
social-feed.scss
5.49 KB
Del
OK
static-product.scss
3.92 KB
Del
OK
team-member-carousel.scss
3.39 KB
Del
OK
team-members.scss
765 B
Del
OK
testimonial-slider.scss
16.57 KB
Del
OK
toggle.scss
1.71 KB
Del
OK
woo-account-dashboard.scss
44.25 KB
Del
OK
woo-checkout-pro.scss
13.66 KB
Del
OK
woo-collections.scss
3.03 KB
Del
OK
woo-cross-sells.scss
8.17 KB
Del
OK
woo-product-slider.scss
44.06 KB
Del
OK
woo-thank-you.scss
28.97 KB
Del
OK
Edit: login-register.scss
/*------------------------------*/ /* Login Register Pro Style /*------------------------------*/ /*-----Form Specific---*/ .eael-lr-form-wrapper { //Style when when input icon is showing &.lr-icon-showing { .eael-lr-form-group { position: relative; } .eael-lr-form-control { padding: 15px 15px 15px 30px; } i { position: absolute; bottom: 20px; left: 10px; color: inherit; } svg { position: absolute; bottom: 20px; left: 10px; color: inherit; height: 1rem; width: 1rem; line-height: 1rem; } .lr-social-login-container svg { position: relative; bottom: 0; left: 0; right: 5px; } } .eael-lr-form-loader-wrapper { display: flex; align-items: center; position: relative; .eael-lr-form-loader { position: absolute; right: 10px; svg{ animation: eael-lr-spin 2s linear infinite; } } @keyframes eael-lr-spin { from { transform:rotate(0deg); } to { transform:rotate(360deg); } } } /* Password Strength Meter */ meter { /* Reset the default appearance */ display: block; margin: 0 auto; width: 100%; height: 1em; } @supports (-moz-appearance: none) { /* Applicable only to Firefox */ meter { -moz-appearance: none; height: 0.5em; background: none; background-color: rgba(0, 0, 0, 0.1); } } meter::-webkit-meter-bar { background: none; background-color: rgba(0, 0, 0, 0.1); } /* Webkit based browsers */ meter[value="0"]::-webkit-meter-optimum-value, meter[value="1"]::-webkit-meter-optimum-value, meter[value="2"]::-webkit-meter-optimum-value { background: #ff2828; } meter[value="3"]::-webkit-meter-optimum-value { background: #ffa500; } meter[value="4"]::-webkit-meter-optimum-value { background: #008000; } /* Gecko based browsers */ meter[value="0"]::-moz-meter-bar, meter[value="1"]::-moz-meter-bar, meter[value="2"]::-moz-meter-bar { background: #ff2828; } meter[value="3"]::-moz-meter-bar { background: #ffa500; } meter[value="4"]::-moz-meter-bar { background: #008000; } meter::-webkit-meter-optimum-value { transition: width .4s linear; } meter::-moz-meter-bar { transition: width .4s linear; } } // strength text .eael-pass-notice { &.mismatch { color: #ff2828; } &.short { color: #ff2828; } &.bad { color: #ff2828; } &.good { color: #FFA500; } &.strong { color: #5cb85c; } } //Social Login .lr-social-login-container { margin-top: 1rem; .lr-separator { width: 100%; text-align: center; p { padding: 0; margin: 0; } hr { width: 100%; height: 1px; background: gray; } } .lr-social-buttons-container { display: flex; flex-wrap: wrap; } .eael-social-button { display: flex; max-width: 100%; justify-content: space-evenly; align-items: center; padding-top: 10px; margin-left: auto; margin-right: auto; cursor: pointer; &.eael-gis iframe { margin: 0 !important; } &.eael-facebook { width: 190px; } } }
Save