feat: implement mobile header (#2559)

* feat: implement mobile header

* chore: remove remaining ties to old ui project

* chore: remove ionic from login page

* chore: address comments
This commit is contained in:
Alex Inkin
2024-02-13 20:03:09 +04:00
committed by GitHub
parent 9a0ae549f6
commit 513fb3428a
63 changed files with 1551 additions and 799 deletions

View File

@@ -1,11 +1,22 @@
ion-card-title {
font-size: 42px;
.card {
border-radius: 0.25rem;
padding: 1rem;
margin: 1.5rem;
text-align: center;
// TODO: Theme
background: #e0e0e0;
color: #333;
--tui-clear-inverse: rgba(0, 0, 0, 0.1);
}
.title {
font-size: 2.5rem;
margin: 1rem;
}
.progress {
max-width: 700px;
padding-bottom: 20px;
margin: auto auto 40px;
max-width: 40rem;
margin: 1rem auto;
}
.logs {
@@ -13,7 +24,7 @@ ion-card-title {
flex-direction: column;
height: 18rem;
padding: 1rem;
margin: 1.5rem 0.75rem;
margin: 0 1.5rem auto;
text-align: left;
overflow: hidden;
border-radius: 2rem;