PHP Classes

File: public/assets/less/default/pages/_login_v2.less

Recommend this page to a friend!
  Classes of Wang   Tagydes   public/assets/less/default/pages/_login_v2.less   Download  
File: public/assets/less/default/pages/_login_v2.less
Role: Auxiliary data
Content typex: text/plain
Description: Auxiliary data
Class: Tagydes
E-commerce Web administration panel and API
Author: By
Last change:
Date: 2 years ago
Size: 2,104 bytes
 

Contents

Class file image Download
/* Pages - Login V2 */ .login.login-v2 { color: #ccc; width: 400px; margin: 168px 0 0 -200px; position: absolute; top: 0; left: 50%; border-radius: 4px; } .login.login-v2 a { color: #fff; } .login.login-v2 label { color: #ccc; } .login.login-v2 .login-content { padding: 20px; width: 400px; } .login.login-v2 .login-header { width: 400px; padding: 0 20px; margin: 0; top: 0; left: 0; right: 0; position: relative; } .login.login-v2 .login-header, .login.login-v2 .login-header .brand, .login.login-v2 .login-header .brand small { color: #fff; } .login.login-v2 .login-header .brand small { color: rgba(255,255,255,0.5); } .login.login-v2 .login-header .icon { opacity: 0.4; right: 20px; top: 2px; } .login.login-v2 .login-header .icon i { font-size: 56px; } .login.login-v2 .form-control { background: rgba(0,0,0,0.5); border: 1px solid transparent; color: #fff; } .login.login-v2 .form-control:focus { border-color: transparent; box-shadow: 0 0 0 0.125rem rgba(255,255,255, 0.3); } .login-cover, .login-cover-bg, .login-cover-image { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-size: cover; background-repeat: no-repeat; background-position: center; transition: background .2s linear; } .login-cover-image img { max-width: 100%; top: 0; left: 0; position: absolute; } .login-cover-bg { background: rgba(0,0,0,0.5); } .login-bg-list { position: absolute; right: 20px; bottom: 20px; z-index: 1020; list-style-type: none; margin: 0; padding: 0 0 0 20px; } .login-bg-list > li { width: 66px; height: 66px; overflow: hidden; float: left; transition: all .2s linear; border: 3px solid transparent; border-radius: 66px; } .login-bg-list > li:hover, .login-bg-list > li:focus { border-color: rgba(255,255,255,0.5); } .login-bg-list > li a { display: block; height: 60px; height: 60px; overflow: hidden; background-size: cover; background-repeat: no-repeat; background-position: center; } .login-bg-list > li.active { border-color: #fff; z-index: 1020; position: relative; } .login-bg-list > li img { max-height: 100%; }