update
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user