PATH:
home
/
lab2454c
/
costbloc.com
/
public
/
datta-able
/
scss
/
partials
/
theme-elements
/** ===================== Authentication css start ========================== **/ .auth-wrapper { position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; min-width: 100%; min-height: 100vh; &:before { } a, p > a { color: $theme-heading-color; font-weight: 600; } .btn-auth-gen { .btn-icon { width: 140px; height: 140px; display: flex; align-items: center; justify-content: center; font-size: 45px; small { font-size: 15px; } } } .card { margin-bottom: 0; } > div { z-index: 5; } .auth-content { position: relative; width: 390px; padding: 15px; &.multyform, &.subscribe { width: 750px; } } @media only screen and (max-width: 768px) { max-width: 360px; } @media only screen and (max-width: 575px) { .card { .card-body { padding: 30px 15px; } } } .auth-icon { font-size: 30px; &:before { background: $theme-color; background-clip: text; text-fill-color: transparent; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } } &.offline { background-image: none; &:before { display: none; } } .auth-bg { .r { position: absolute; width: 300px; height: 300px; border-radius: 50%; &:first-child { top: -100px; right: -100px; background: $theme-color; } &:last-child { left: -100px; bottom: -100px; background: $theme-color2; } &.s { width: 20px; height: 20px; &:nth-child(2) { top: 150px; right: -150px; background: $primary-color; } &:nth-child(3) { left: -150px; bottom: 150px; background: $success-color; } } &:nth-child(odd) { animation: floating 7s infinite; } &:nth-child(even) { animation: floating 9s infinite; } } } } @keyframes floating { from { transform: rotate(0deg) translate(-10px) rotate(0deg); } to { transform: rotate(360deg) translate(-10px) rotate(-360deg); } } /**====== Authentication css end ======**/
[-] _radiobox-checkbox.scss
[edit]
[-] _modal.scss
[edit]
[-] _popover.scss
[edit]
[+]
..
[-] _button.scss
[edit]
[-] _breadcrumb-pagination.scss
[edit]
[-] _form.scss
[edit]
[-] _progress.scss
[edit]
[-] _labels-badges.scss
[edit]
[-] _tooltip.scss
[edit]
[-] _nav.scss
[edit]
[-] _alert.scss
[edit]
[-] _data-tables.scss
[edit]
[-] _authentication.scss
[edit]