update TWA Management v0.0.1

This commit is contained in:
2025-11-05 10:08:06 +07:00
parent d4e91c7960
commit b4b191f829
73 changed files with 2249 additions and 418 deletions

View File

@ -8,13 +8,14 @@
--text-color-primary: #09205c;
--text-color-1: #5e5873;
--text-color-heading-1: #5d596c;
--text-disable: #a5a3ae
--text-disable: #a5a3ae;
--radius:10px
}
.pointer:hover{
cursor: pointer
}
.mini-scrollbar{
height: calc(100vh - 176px)
height: calc(100vh - 196px)
}
.ellipsis {
@ -26,6 +27,17 @@ html {
font-size: 18px;
font-weight: 500;
}
a{
text-decoration: none
}
body[page="10001"] .main-wrapper{
padding: 0 !important;
margin: 0
}
body[page="10001"] #header {
left:-500px
}
/*Control*/
[data-dropdown]:not(.nav-i) .sub-item {
border-radius: var(--border-radius);
@ -208,7 +220,8 @@ nav {
}
.menu-content {
height: calc(100% - 172px)
padding-top:20px;
height: calc(100% - 176px)
}
.m-footer {
@ -219,12 +232,12 @@ nav {
}
.nav-overlay {
margin-top: -.7rem;
margin-top: -10px;
background: -webkit-gradient(linear,left top,left bottom,color-stop(41%,#fff),color-stop(95%,hsla(0,0%,100%,.11)),to(hsla(0,0%,100%,0)));
background: linear-gradient(#fff 41%,hsla(0,0%,100%,.11) 95%,hsla(0,0%,100%,0));
position: absolute;
z-index: 2;
height: 50px;
height: 30px;
width: 100%;
pointer-events: none;
-webkit-filter: blur(5px);
@ -574,7 +587,7 @@ nav {
}
.btn-secondary {
color: #a8aaae;
color: #5e5873;
border-color: rgba(0, 0, 0, 0);
background: #f1f1f2;
}