This commit is contained in:
2025-11-02 10:08:57 +03:00
parent 83d2666f22
commit d3d8b7522a
41 changed files with 518 additions and 496 deletions

View File

@@ -33,7 +33,7 @@ body, html, #q-app {
:root {
--body-width: 600px;
--top-raduis: 12px;
--top-radius: 12px;
--logo-color-bg-white: grey;
--dynamic-font-size: 16px;
}
@@ -61,8 +61,16 @@ body {
}
.top-rounded-card {
border-top-left-radius: var(--top-raduis);
border-top-right-radius: var(--top-raduis);
border-top-left-radius: var(--top-radius) !important;
border-top-right-radius: var(--top-radius) !important;
}
.rounded-card {
border-radius: var(--top-radius) !important;
}
.glass-card {
background-color: rgb(255, 255, 255, 0.91) !important;
}
.orline {