You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
.layout { position: relative; display: flex; justify-content: center; padding: 1rem;
.container-header { width: 100%; height: 430px; position: absolute; inset: 0; background-color: #009688; border-bottom-left-radius: 2rem; border-bottom-right-radius: 2rem; z-index: -1; }
.container-aplication { max-width: 1420px; width: 100%; display: flex;
.divider { width: 100%; height: 1px; background-color: #fff; transform: scaleY(0.1); margin-bottom: 20px; } }
}
.sidenav-left { width: 250px; min-width: 250px; background-color: 'link'; height: 400px;
.tab-box { background-color: #009688; width: 112px; height: 112px; border-radius: 10px; }
.img { width: 70px; height: 70px; }
.avatar { width: 96px; height: 96px; border-radius: 48px; }
.balance-button { width: 188px; height: 58px; border-radius: 29px; background-color: #fff; color: #000; font-size: 14px; font-weight: normal; text-align: center; overflow: hidden; } }
.header { .avatar { width: 40px; height: 40px; border-radius: 20px; object-fit: contain; }
}
:where(.css-dev-only-do-not-override-1q0h2je).ant-drawer .ant-drawer-body { padding: 0;
&::-webkit-scrollbar { display: none; } }
.ant-collapse-expand-icon{ color: #fff; font-weight: bold; }
.ant-collapse-header-text{ color: #fff; font-weight: bold; }
|