You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
821 lines
25 KiB
CSS
821 lines
25 KiB
CSS
|
9 months ago
|
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||
|
|
!*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./app/components/button.module.scss ***!
|
||
|
|
\*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||
|
|
.button_icon-button__VwAMf {
|
||
|
|
background-color: var(--white);
|
||
|
|
border-radius: 10px;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
padding: 10px;
|
||
|
|
cursor: pointer;
|
||
|
|
transition: all 0.3s ease;
|
||
|
|
overflow: hidden;
|
||
|
|
-webkit-user-select: none;
|
||
|
|
-moz-user-select: none;
|
||
|
|
user-select: none;
|
||
|
|
outline: none;
|
||
|
|
border: none;
|
||
|
|
color: var(--black);
|
||
|
|
}
|
||
|
|
.button_icon-button__VwAMf[disabled] {
|
||
|
|
cursor: not-allowed;
|
||
|
|
opacity: 0.5;
|
||
|
|
}
|
||
|
|
.button_icon-button__VwAMf.button_primary__dwYZ6 {
|
||
|
|
background-color: var(--primary);
|
||
|
|
color: white;
|
||
|
|
}
|
||
|
|
.button_icon-button__VwAMf.button_primary__dwYZ6 path {
|
||
|
|
fill: white !important;
|
||
|
|
}
|
||
|
|
.button_icon-button__VwAMf.button_danger__aE7By {
|
||
|
|
color: rgba(255, 0, 0, 0.8);
|
||
|
|
border-color: rgba(255, 0, 0, 0.5);
|
||
|
|
background-color: rgba(255, 0, 0, 0.05);
|
||
|
|
}
|
||
|
|
.button_icon-button__VwAMf.button_danger__aE7By:hover {
|
||
|
|
border-color: red;
|
||
|
|
background-color: rgba(255, 0, 0, 0.1);
|
||
|
|
}
|
||
|
|
.button_icon-button__VwAMf.button_danger__aE7By path {
|
||
|
|
fill: red !important;
|
||
|
|
}
|
||
|
|
.button_icon-button__VwAMf:hover, .button_icon-button__VwAMf:focus {
|
||
|
|
border-color: var(--primary);
|
||
|
|
}
|
||
|
|
|
||
|
|
.button_shadow__G4m_0 {
|
||
|
|
box-shadow: var(--card-shadow);
|
||
|
|
}
|
||
|
|
|
||
|
|
.button_border__F3gcK {
|
||
|
|
border: var(--border-in-light);
|
||
|
|
}
|
||
|
|
|
||
|
|
.button_icon-button-icon__AMZta {
|
||
|
|
width: 16px;
|
||
|
|
height: 16px;
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media only screen and (max-width: 600px) {
|
||
|
|
.button_icon-button__VwAMf {
|
||
|
|
padding: 16px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
.button_icon-button-text__my76e {
|
||
|
|
font-size: 12px;
|
||
|
|
overflow: hidden;
|
||
|
|
text-overflow: ellipsis;
|
||
|
|
white-space: nowrap;
|
||
|
|
}
|
||
|
|
.button_icon-button-text__my76e:not(:first-child) {
|
||
|
|
margin-left: 5px;
|
||
|
|
}
|
||
|
|
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||
|
|
!*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./app/components/ui-lib.module.scss ***!
|
||
|
|
\*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||
|
|
@keyframes ui-lib_slide-in__1VMXW {
|
||
|
|
from {
|
||
|
|
opacity: 0;
|
||
|
|
transform: translateY(20px);
|
||
|
|
}
|
||
|
|
to {
|
||
|
|
opacity: 1;
|
||
|
|
transform: translateY(0px);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
@keyframes ui-lib_slide-in-from-top__cfJKh {
|
||
|
|
from {
|
||
|
|
opacity: 0;
|
||
|
|
transform: translateY(-20px);
|
||
|
|
}
|
||
|
|
to {
|
||
|
|
opacity: 1;
|
||
|
|
transform: translateY(0px);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
.ui-lib_card__7vhpy {
|
||
|
|
background-color: var(--white);
|
||
|
|
border-radius: 10px;
|
||
|
|
box-shadow: var(--card-shadow);
|
||
|
|
padding: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui-lib_popover___HGhK {
|
||
|
|
position: relative;
|
||
|
|
z-index: 2;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui-lib_popover-content__DAsxM {
|
||
|
|
position: absolute;
|
||
|
|
width: 350px;
|
||
|
|
animation: ui-lib_slide-in__1VMXW 0.3s ease;
|
||
|
|
right: 0;
|
||
|
|
top: calc(100% + 10px);
|
||
|
|
}
|
||
|
|
|
||
|
|
@media screen and (max-width: 600px) {
|
||
|
|
.ui-lib_popover-content__DAsxM {
|
||
|
|
width: auto;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
.ui-lib_popover-mask__HfrgX {
|
||
|
|
position: fixed;
|
||
|
|
top: 0;
|
||
|
|
left: 0;
|
||
|
|
width: 100vw;
|
||
|
|
height: 100vh;
|
||
|
|
background-color: rgba(0, 0, 0, 0.3);
|
||
|
|
-webkit-backdrop-filter: blur(5px);
|
||
|
|
backdrop-filter: blur(5px);
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui-lib_list-item__YH0DO {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
align-items: center;
|
||
|
|
min-height: 40px;
|
||
|
|
border-bottom: var(--border-in-light);
|
||
|
|
padding: 10px 20px;
|
||
|
|
animation: ui-lib_slide-in__1VMXW ease 0.6s;
|
||
|
|
}
|
||
|
|
.ui-lib_list-item__YH0DO .ui-lib_list-header__RwThu {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.ui-lib_list-item__YH0DO .ui-lib_list-header__RwThu .ui-lib_list-icon__HuWqu {
|
||
|
|
margin-right: 10px;
|
||
|
|
}
|
||
|
|
.ui-lib_list-item__YH0DO .ui-lib_list-header__RwThu .ui-lib_list-item-title__Fsa9c {
|
||
|
|
font-size: 14px;
|
||
|
|
font-weight: bolder;
|
||
|
|
}
|
||
|
|
.ui-lib_list-item__YH0DO .ui-lib_list-header__RwThu .ui-lib_list-item-sub-title__jSgHb {
|
||
|
|
font-size: 12px;
|
||
|
|
font-weight: normal;
|
||
|
|
}
|
||
|
|
.ui-lib_list-item__YH0DO.ui-lib_vertical__HpgSa {
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: start;
|
||
|
|
}
|
||
|
|
.ui-lib_list-item__YH0DO.ui-lib_vertical__HpgSa .ui-lib_list-header__RwThu .ui-lib_list-item-title__Fsa9c {
|
||
|
|
margin-bottom: 5px;
|
||
|
|
}
|
||
|
|
.ui-lib_list-item__YH0DO.ui-lib_vertical__HpgSa .ui-lib_list-header__RwThu .ui-lib_list-item-sub-title__jSgHb {
|
||
|
|
margin-bottom: 2px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui-lib_list__1KN23 {
|
||
|
|
border: var(--border-in-light);
|
||
|
|
border-radius: 10px;
|
||
|
|
box-shadow: var(--card-shadow);
|
||
|
|
margin-bottom: 20px;
|
||
|
|
animation: ui-lib_slide-in__1VMXW ease 0.3s;
|
||
|
|
background: var(--white);
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui-lib_list__1KN23 .ui-lib_list-item__YH0DO:last-child {
|
||
|
|
border: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui-lib_modal-container__V07hJ {
|
||
|
|
box-shadow: var(--card-shadow);
|
||
|
|
background-color: var(--white);
|
||
|
|
border-radius: 12px;
|
||
|
|
width: 80vw;
|
||
|
|
max-width: 900px;
|
||
|
|
min-width: 300px;
|
||
|
|
animation: ui-lib_slide-in__1VMXW ease 0.3s;
|
||
|
|
--modal-padding: 20px;
|
||
|
|
}
|
||
|
|
.ui-lib_modal-container-max__9yDQB {
|
||
|
|
width: 95vw;
|
||
|
|
max-width: unset;
|
||
|
|
height: 95vh;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
}
|
||
|
|
.ui-lib_modal-container-max__9yDQB .ui-lib_modal-content___F0dm {
|
||
|
|
max-height: unset !important;
|
||
|
|
flex-grow: 1;
|
||
|
|
}
|
||
|
|
.ui-lib_modal-container__V07hJ .ui-lib_modal-header__ez8kk {
|
||
|
|
padding: var(--modal-padding);
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: space-between;
|
||
|
|
border-bottom: var(--border-in-light);
|
||
|
|
}
|
||
|
|
.ui-lib_modal-container__V07hJ .ui-lib_modal-header__ez8kk .ui-lib_modal-title__uDyyZ {
|
||
|
|
font-weight: bolder;
|
||
|
|
font-size: 16px;
|
||
|
|
}
|
||
|
|
.ui-lib_modal-container__V07hJ .ui-lib_modal-header__ez8kk .ui-lib_modal-header-actions__sGgzm {
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
.ui-lib_modal-container__V07hJ .ui-lib_modal-header__ez8kk .ui-lib_modal-header-actions__sGgzm .ui-lib_modal-header-action__TQHsu {
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
.ui-lib_modal-container__V07hJ .ui-lib_modal-header__ez8kk .ui-lib_modal-header-actions__sGgzm .ui-lib_modal-header-action__TQHsu:not(:last-child) {
|
||
|
|
margin-right: 20px;
|
||
|
|
}
|
||
|
|
.ui-lib_modal-container__V07hJ .ui-lib_modal-header__ez8kk .ui-lib_modal-header-actions__sGgzm .ui-lib_modal-header-action__TQHsu:hover {
|
||
|
|
filter: brightness(1.2);
|
||
|
|
}
|
||
|
|
.ui-lib_modal-container__V07hJ .ui-lib_modal-content___F0dm {
|
||
|
|
max-height: 40vh;
|
||
|
|
padding: var(--modal-padding);
|
||
|
|
overflow: auto;
|
||
|
|
}
|
||
|
|
.ui-lib_modal-container__V07hJ .ui-lib_modal-footer__U6Gef {
|
||
|
|
padding: var(--modal-padding);
|
||
|
|
display: flex;
|
||
|
|
justify-content: flex-end;
|
||
|
|
border-top: var(--border-in-light);
|
||
|
|
box-shadow: var(--shadow);
|
||
|
|
}
|
||
|
|
.ui-lib_modal-container__V07hJ .ui-lib_modal-footer__U6Gef .ui-lib_modal-actions__Ag5eX {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.ui-lib_modal-container__V07hJ .ui-lib_modal-footer__U6Gef .ui-lib_modal-actions__Ag5eX .ui-lib_modal-action__o5vae:not(:last-child) {
|
||
|
|
margin-right: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media screen and (max-width: 600px) {
|
||
|
|
.ui-lib_modal-container__V07hJ {
|
||
|
|
width: 100vw;
|
||
|
|
border-bottom-left-radius: 0;
|
||
|
|
border-bottom-right-radius: 0;
|
||
|
|
}
|
||
|
|
.ui-lib_modal-container__V07hJ .ui-lib_modal-content___F0dm {
|
||
|
|
max-height: 50vh;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
.ui-lib_show__Oyrs0 {
|
||
|
|
opacity: 1;
|
||
|
|
transition: all ease 0.3s;
|
||
|
|
transform: translateY(0);
|
||
|
|
position: fixed;
|
||
|
|
left: 0;
|
||
|
|
bottom: 0;
|
||
|
|
animation: ui-lib_slide-in__1VMXW ease 0.6s;
|
||
|
|
z-index: 99999;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui-lib_hide__HRR6J {
|
||
|
|
opacity: 0;
|
||
|
|
transition: all ease 0.3s;
|
||
|
|
transform: translateY(20px);
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui-lib_toast-container__t7drF {
|
||
|
|
position: fixed;
|
||
|
|
bottom: 5vh;
|
||
|
|
left: 0;
|
||
|
|
width: 100vw;
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
pointer-events: none;
|
||
|
|
}
|
||
|
|
.ui-lib_toast-container__t7drF .ui-lib_toast-content__gUAwT {
|
||
|
|
max-width: 80vw;
|
||
|
|
word-break: break-all;
|
||
|
|
font-size: 14px;
|
||
|
|
background-color: var(--white);
|
||
|
|
box-shadow: var(--card-shadow);
|
||
|
|
border: var(--border-in-light);
|
||
|
|
color: var(--black);
|
||
|
|
padding: 10px 20px;
|
||
|
|
border-radius: 50px;
|
||
|
|
margin-bottom: 20px;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
pointer-events: all;
|
||
|
|
}
|
||
|
|
.ui-lib_toast-container__t7drF .ui-lib_toast-content__gUAwT .ui-lib_toast-action__fBR8E {
|
||
|
|
padding-left: 20px;
|
||
|
|
color: var(--primary);
|
||
|
|
opacity: 0.8;
|
||
|
|
border: 0;
|
||
|
|
background: none;
|
||
|
|
cursor: pointer;
|
||
|
|
font-family: inherit;
|
||
|
|
}
|
||
|
|
.ui-lib_toast-container__t7drF .ui-lib_toast-content__gUAwT .ui-lib_toast-action__fBR8E:hover {
|
||
|
|
opacity: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui-lib_input__5JXLJ {
|
||
|
|
border: var(--border-in-light);
|
||
|
|
border-radius: 10px;
|
||
|
|
padding: 10px;
|
||
|
|
font-family: inherit;
|
||
|
|
background-color: var(--white);
|
||
|
|
color: var(--black);
|
||
|
|
resize: none;
|
||
|
|
min-width: 50px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui-lib_select-with-icon__L6FLF {
|
||
|
|
position: relative;
|
||
|
|
max-width: -moz-fit-content;
|
||
|
|
max-width: fit-content;
|
||
|
|
}
|
||
|
|
.ui-lib_select-with-icon__L6FLF.ui-lib_left-align-option__GsJMu option {
|
||
|
|
text-align: left;
|
||
|
|
}
|
||
|
|
.ui-lib_select-with-icon__L6FLF .ui-lib_select-with-icon-select__JhHwp {
|
||
|
|
height: 100%;
|
||
|
|
border: var(--border-in-light);
|
||
|
|
padding: 10px 35px 10px 10px;
|
||
|
|
border-radius: 10px;
|
||
|
|
-webkit-appearance: none;
|
||
|
|
-moz-appearance: none;
|
||
|
|
appearance: none;
|
||
|
|
cursor: pointer;
|
||
|
|
background-color: var(--white);
|
||
|
|
color: var(--black);
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
.ui-lib_select-with-icon__L6FLF .ui-lib_select-with-icon-icon__7R2_b {
|
||
|
|
position: absolute;
|
||
|
|
top: 50%;
|
||
|
|
right: 10px;
|
||
|
|
transform: translateY(-50%);
|
||
|
|
pointer-events: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui-lib_modal-input__vxrdT {
|
||
|
|
height: 100%;
|
||
|
|
width: 100%;
|
||
|
|
border-radius: 10px;
|
||
|
|
border: var(--border-in-light);
|
||
|
|
box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.03);
|
||
|
|
background-color: var(--white);
|
||
|
|
color: var(--black);
|
||
|
|
font-family: inherit;
|
||
|
|
padding: 10px;
|
||
|
|
resize: none;
|
||
|
|
outline: none;
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|
||
|
|
.ui-lib_modal-input__vxrdT:focus {
|
||
|
|
border: 1px solid var(--primary);
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui-lib_selector__tdy57 {
|
||
|
|
position: fixed;
|
||
|
|
top: 0;
|
||
|
|
left: 0;
|
||
|
|
height: 100vh;
|
||
|
|
width: 100vw;
|
||
|
|
background-color: rgba(0, 0, 0, 0.5);
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
z-index: 999;
|
||
|
|
}
|
||
|
|
.ui-lib_selector__tdy57 .ui-lib_selector-item-disabled__ggiJt {
|
||
|
|
opacity: 0.6;
|
||
|
|
}
|
||
|
|
.ui-lib_selector-content__Ucr2_ {
|
||
|
|
min-width: 300px;
|
||
|
|
}
|
||
|
|
.ui-lib_selector-content__Ucr2_ .ui-lib_list__1KN23 {
|
||
|
|
max-height: 90vh;
|
||
|
|
overflow-x: hidden;
|
||
|
|
overflow-y: auto;
|
||
|
|
}
|
||
|
|
.ui-lib_selector-content__Ucr2_ .ui-lib_list__1KN23 .ui-lib_list-item__YH0DO {
|
||
|
|
cursor: pointer;
|
||
|
|
background-color: var(--white);
|
||
|
|
}
|
||
|
|
.ui-lib_selector-content__Ucr2_ .ui-lib_list__1KN23 .ui-lib_list-item__YH0DO:hover {
|
||
|
|
filter: brightness(0.95);
|
||
|
|
}
|
||
|
|
.ui-lib_selector-content__Ucr2_ .ui-lib_list__1KN23 .ui-lib_list-item__YH0DO:active {
|
||
|
|
filter: brightness(0.9);
|
||
|
|
}
|
||
|
|
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||
|
|
!*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./app/components/home.module.scss ***!
|
||
|
|
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||
|
|
.home_container__4PEJZ {
|
||
|
|
background-color: var(--white);
|
||
|
|
border: var(--border-in-light);
|
||
|
|
border-radius: 20px;
|
||
|
|
box-shadow: var(--shadow);
|
||
|
|
color: var(--black);
|
||
|
|
background-color: var(--white);
|
||
|
|
min-width: 600px;
|
||
|
|
min-height: 370px;
|
||
|
|
max-width: 1200px;
|
||
|
|
display: flex;
|
||
|
|
overflow: hidden;
|
||
|
|
box-sizing: border-box;
|
||
|
|
width: var(--window-width);
|
||
|
|
height: var(--window-height);
|
||
|
|
}
|
||
|
|
|
||
|
|
@media only screen and (min-width: 600px) {
|
||
|
|
.home_tight-container__ztaM7 {
|
||
|
|
--window-width: 100vw;
|
||
|
|
--window-height: var(--full-height);
|
||
|
|
--window-content-width: calc(100% - var(--sidebar-width));
|
||
|
|
background-color: var(--white);
|
||
|
|
border: var(--border-in-light);
|
||
|
|
border-radius: 20px;
|
||
|
|
box-shadow: var(--shadow);
|
||
|
|
color: var(--black);
|
||
|
|
background-color: var(--white);
|
||
|
|
min-width: 600px;
|
||
|
|
min-height: 370px;
|
||
|
|
max-width: 1200px;
|
||
|
|
display: flex;
|
||
|
|
overflow: hidden;
|
||
|
|
box-sizing: border-box;
|
||
|
|
width: var(--window-width);
|
||
|
|
height: var(--window-height);
|
||
|
|
max-width: 100vw;
|
||
|
|
max-height: var(--full-height);
|
||
|
|
border-radius: 0;
|
||
|
|
border: 0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
.home_sidebar__fPZfq {
|
||
|
|
top: 0;
|
||
|
|
width: var(--sidebar-width);
|
||
|
|
box-sizing: border-box;
|
||
|
|
padding: 20px;
|
||
|
|
background-color: var(--second);
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
box-shadow: inset -2px 0px 2px 0px rgba(0, 0, 0, 0.05);
|
||
|
|
position: relative;
|
||
|
|
transition: width ease 0.05s;
|
||
|
|
}
|
||
|
|
.home_sidebar__fPZfq .home_sidebar-header-bar__SVjIN {
|
||
|
|
display: flex;
|
||
|
|
margin-bottom: 20px;
|
||
|
|
}
|
||
|
|
.home_sidebar__fPZfq .home_sidebar-header-bar__SVjIN .home_sidebar-bar-button__zJdvw {
|
||
|
|
flex-grow: 1;
|
||
|
|
}
|
||
|
|
.home_sidebar__fPZfq .home_sidebar-header-bar__SVjIN .home_sidebar-bar-button__zJdvw:not(:last-child) {
|
||
|
|
margin-right: 10px;
|
||
|
|
}
|
||
|
|
.home_sidebar__fPZfq:hover .home_sidebar-drag__G9SJI, .home_sidebar__fPZfq:active .home_sidebar-drag__G9SJI {
|
||
|
|
background-color: rgba(0, 0, 0, 0.01);
|
||
|
|
}
|
||
|
|
.home_sidebar__fPZfq:hover .home_sidebar-drag__G9SJI svg, .home_sidebar__fPZfq:active .home_sidebar-drag__G9SJI svg {
|
||
|
|
opacity: 0.2;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home_sidebar-drag__G9SJI {
|
||
|
|
position: absolute;
|
||
|
|
top: 0;
|
||
|
|
right: 0;
|
||
|
|
height: 100%;
|
||
|
|
width: 14px;
|
||
|
|
background-color: rgba(0, 0, 0, 0);
|
||
|
|
cursor: ew-resize;
|
||
|
|
transition: all ease 0.3s;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.home_sidebar-drag__G9SJI svg {
|
||
|
|
opacity: 0;
|
||
|
|
margin-left: -2px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home_window-content__2WGYf {
|
||
|
|
width: var(--window-content-width);
|
||
|
|
height: 100%;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home_mobile__Wfp_k {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media only screen and (max-width: 600px) {
|
||
|
|
.home_container__4PEJZ {
|
||
|
|
min-height: unset;
|
||
|
|
min-width: unset;
|
||
|
|
max-height: unset;
|
||
|
|
min-width: unset;
|
||
|
|
border: 0;
|
||
|
|
border-radius: 0;
|
||
|
|
}
|
||
|
|
.home_sidebar__fPZfq {
|
||
|
|
position: absolute;
|
||
|
|
left: -100%;
|
||
|
|
z-index: 1000;
|
||
|
|
height: var(--full-height);
|
||
|
|
transition: all ease 0.3s;
|
||
|
|
box-shadow: none;
|
||
|
|
}
|
||
|
|
.home_sidebar-show__9bQfu {
|
||
|
|
left: 0;
|
||
|
|
}
|
||
|
|
.home_mobile__Wfp_k {
|
||
|
|
display: block;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
.home_sidebar-header___NHg_ {
|
||
|
|
position: relative;
|
||
|
|
padding-top: 20px;
|
||
|
|
padding-bottom: 20px;
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.home_sidebar-header-narrow___9iq_ {
|
||
|
|
justify-content: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home_sidebar-logo__Cd7hL {
|
||
|
|
display: inline-flex;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home_sidebar-title-container__aX2l2 {
|
||
|
|
display: inline-flex;
|
||
|
|
flex-direction: column;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home_sidebar-title__l3KhW {
|
||
|
|
font-size: 20px;
|
||
|
|
font-weight: bold;
|
||
|
|
animation: home_slide-in__h1Bn_ ease 0.3s;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home_sidebar-sub-title__sbT6Z {
|
||
|
|
font-size: 12px;
|
||
|
|
font-weight: 400;
|
||
|
|
animation: home_slide-in__h1Bn_ ease 0.3s;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home_sidebar-body__9zbei {
|
||
|
|
flex: 1 1;
|
||
|
|
overflow: auto;
|
||
|
|
overflow-x: hidden;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home_chat-item__Oblai {
|
||
|
|
padding: 10px 14px;
|
||
|
|
background-color: var(--white);
|
||
|
|
border-radius: 10px;
|
||
|
|
margin-bottom: 10px;
|
||
|
|
box-shadow: var(--card-shadow);
|
||
|
|
transition: background-color 0.3s ease;
|
||
|
|
cursor: pointer;
|
||
|
|
-webkit-user-select: none;
|
||
|
|
-moz-user-select: none;
|
||
|
|
user-select: none;
|
||
|
|
border: 2px solid transparent;
|
||
|
|
position: relative;
|
||
|
|
content-visibility: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home_chat-item__Oblai:hover {
|
||
|
|
background-color: var(--hover-color);
|
||
|
|
}
|
||
|
|
|
||
|
|
.home_chat-item-selected__b6eBe {
|
||
|
|
border-color: var(--primary);
|
||
|
|
}
|
||
|
|
|
||
|
|
.home_chat-item-title__sRstw {
|
||
|
|
font-size: 14px;
|
||
|
|
font-weight: bolder;
|
||
|
|
display: block;
|
||
|
|
width: calc(100% - 15px);
|
||
|
|
overflow: hidden;
|
||
|
|
text-overflow: ellipsis;
|
||
|
|
white-space: nowrap;
|
||
|
|
animation: home_slide-in__h1Bn_ ease 0.3s;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home_chat-item-delete__3qV5m {
|
||
|
|
position: absolute;
|
||
|
|
top: 0;
|
||
|
|
right: 0;
|
||
|
|
transition: all ease 0.3s;
|
||
|
|
opacity: 0;
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home_chat-item__Oblai:hover > .home_chat-item-delete__3qV5m {
|
||
|
|
opacity: 0.5;
|
||
|
|
transform: translateX(-4px);
|
||
|
|
}
|
||
|
|
|
||
|
|
.home_chat-item__Oblai:hover > .home_chat-item-delete__3qV5m:hover {
|
||
|
|
opacity: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home_chat-item-info__9r6z_ {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
color: rgb(166, 166, 166);
|
||
|
|
font-size: 12px;
|
||
|
|
margin-top: 8px;
|
||
|
|
animation: home_slide-in__h1Bn_ ease 0.3s;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home_chat-item-count____Lpy,
|
||
|
|
.home_chat-item-date__NOFrp {
|
||
|
|
overflow: hidden;
|
||
|
|
text-overflow: ellipsis;
|
||
|
|
white-space: nowrap;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home_narrow-sidebar__SFIXN .home_sidebar-title__l3KhW,
|
||
|
|
.home_narrow-sidebar__SFIXN .home_sidebar-sub-title__sbT6Z {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
.home_narrow-sidebar__SFIXN .home_sidebar-logo__Cd7hL {
|
||
|
|
position: relative;
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
}
|
||
|
|
.home_narrow-sidebar__SFIXN .home_sidebar-header-bar__SVjIN {
|
||
|
|
flex-direction: column;
|
||
|
|
}
|
||
|
|
.home_narrow-sidebar__SFIXN .home_sidebar-header-bar__SVjIN .home_sidebar-bar-button__zJdvw:not(:last-child) {
|
||
|
|
margin-right: 0;
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
.home_narrow-sidebar__SFIXN .home_chat-item__Oblai {
|
||
|
|
padding: 0;
|
||
|
|
min-height: 50px;
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
transition: all ease 0.3s;
|
||
|
|
overflow: hidden;
|
||
|
|
}
|
||
|
|
.home_narrow-sidebar__SFIXN .home_chat-item__Oblai:hover .home_chat-item-narrow__Kd4e0 {
|
||
|
|
transform: scale(0.7) translateX(-50%);
|
||
|
|
}
|
||
|
|
.home_narrow-sidebar__SFIXN .home_chat-item-narrow__Kd4e0 {
|
||
|
|
line-height: 0;
|
||
|
|
font-weight: lighter;
|
||
|
|
color: var(--black);
|
||
|
|
transform: translateX(0);
|
||
|
|
transition: all ease 0.3s;
|
||
|
|
padding: 4px;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
justify-content: center;
|
||
|
|
}
|
||
|
|
.home_narrow-sidebar__SFIXN .home_chat-item-narrow__Kd4e0 .home_chat-item-avatar__KJu_J {
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
opacity: 0.2;
|
||
|
|
position: absolute;
|
||
|
|
transform: scale(4);
|
||
|
|
}
|
||
|
|
.home_narrow-sidebar__SFIXN .home_chat-item-narrow__Kd4e0 .home_chat-item-narrow-count__B3b3g {
|
||
|
|
font-size: 24px;
|
||
|
|
font-weight: bolder;
|
||
|
|
text-align: center;
|
||
|
|
color: var(--primary);
|
||
|
|
opacity: 0.6;
|
||
|
|
}
|
||
|
|
.home_narrow-sidebar__SFIXN .home_sidebar-tail__T2_u7 {
|
||
|
|
flex-direction: column-reverse;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.home_narrow-sidebar__SFIXN .home_sidebar-tail__T2_u7 .home_sidebar-actions__LcDT9 {
|
||
|
|
flex-direction: column-reverse;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.home_narrow-sidebar__SFIXN .home_sidebar-tail__T2_u7 .home_sidebar-actions__LcDT9 .home_sidebar-action__IVfyJ {
|
||
|
|
margin-right: 0;
|
||
|
|
margin-top: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home_sidebar-tail__T2_u7 {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
padding-top: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home_sidebar-actions__LcDT9 {
|
||
|
|
display: inline-flex;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home_sidebar-action__IVfyJ:not(:last-child) {
|
||
|
|
margin-right: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home_loading-content__7_JjP {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
height: 100%;
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home_rtl-screen__Pwr_6 {
|
||
|
|
direction: rtl;
|
||
|
|
}
|
||
|
|
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||
|
|
!*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[9].use[5]!./app/components/auth.module.scss ***!
|
||
|
|
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||
|
|
.auth_auth-page___xlla {
|
||
|
|
display: flex;
|
||
|
|
justify-content: flex-start;
|
||
|
|
align-items: center;
|
||
|
|
height: 100%;
|
||
|
|
width: 100%;
|
||
|
|
flex-direction: column;
|
||
|
|
}
|
||
|
|
.auth_auth-page___xlla .auth_top-banner__c8Ojv {
|
||
|
|
position: relative;
|
||
|
|
width: 100%;
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
padding: 12px 64px;
|
||
|
|
box-sizing: border-box;
|
||
|
|
background: var(--second);
|
||
|
|
}
|
||
|
|
.auth_auth-page___xlla .auth_top-banner__c8Ojv .auth_top-banner-inner__ldJDF {
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
font-size: 14px;
|
||
|
|
line-height: 150%;
|
||
|
|
}
|
||
|
|
.auth_auth-page___xlla .auth_top-banner__c8Ojv .auth_top-banner-inner__ldJDF span {
|
||
|
|
gap: 8px;
|
||
|
|
}
|
||
|
|
.auth_auth-page___xlla .auth_top-banner__c8Ojv .auth_top-banner-inner__ldJDF span a {
|
||
|
|
display: inline-flex;
|
||
|
|
align-items: center;
|
||
|
|
text-decoration: none;
|
||
|
|
margin-left: 8px;
|
||
|
|
color: var(--primary);
|
||
|
|
}
|
||
|
|
.auth_auth-page___xlla .auth_top-banner__c8Ojv .auth_top-banner-close__odCd0 {
|
||
|
|
cursor: pointer;
|
||
|
|
position: absolute;
|
||
|
|
top: 50%;
|
||
|
|
right: 48px;
|
||
|
|
transform: translateY(-50%);
|
||
|
|
}
|
||
|
|
@media (max-width: 600px) {
|
||
|
|
.auth_auth-page___xlla .auth_top-banner__c8Ojv {
|
||
|
|
padding: 12px 24px 12px 12px;
|
||
|
|
}
|
||
|
|
.auth_auth-page___xlla .auth_top-banner__c8Ojv .auth_top-banner-close__odCd0 {
|
||
|
|
right: 10px;
|
||
|
|
}
|
||
|
|
.auth_auth-page___xlla .auth_top-banner__c8Ojv .auth_top-banner-inner__ldJDF .auth_top-banner-logo__dcxaG {
|
||
|
|
margin-right: 8px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
.auth_auth-page___xlla .auth_auth-header__0Hqhv {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
width: 100%;
|
||
|
|
padding: 10px;
|
||
|
|
box-sizing: border-box;
|
||
|
|
animation: auth_slide-in-from-top___U4lF ease 0.3s;
|
||
|
|
}
|
||
|
|
.auth_auth-page___xlla .auth_auth-logo__nRpuh {
|
||
|
|
margin-top: 10vh;
|
||
|
|
transform: scale(1.4);
|
||
|
|
}
|
||
|
|
.auth_auth-page___xlla .auth_auth-title__HOqZA {
|
||
|
|
font-size: 24px;
|
||
|
|
font-weight: bold;
|
||
|
|
line-height: 2;
|
||
|
|
margin-bottom: 1vh;
|
||
|
|
}
|
||
|
|
.auth_auth-page___xlla .auth_auth-tips__RhhUb {
|
||
|
|
font-size: 14px;
|
||
|
|
}
|
||
|
|
.auth_auth-page___xlla .auth_auth-input__qZhCU {
|
||
|
|
margin: 3vh 0;
|
||
|
|
}
|
||
|
|
.auth_auth-page___xlla .auth_auth-input-second__SLYNw {
|
||
|
|
margin: 0 0 3vh 0;
|
||
|
|
}
|
||
|
|
.auth_auth-page___xlla .auth_auth-actions__SW4gf {
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
flex-direction: column;
|
||
|
|
}
|
||
|
|
.auth_auth-page___xlla .auth_auth-actions__SW4gf button:not(:last-child) {
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|