mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
* feat: move all frontend projects under the same Angular workspace * Refactor/angular workspace (#1154) * update frontend build steps Co-authored-by: waterplea <alexander@inkin.ru> Co-authored-by: Matt Hill <matthewonthemoon@gmail.com> Co-authored-by: Lucy Cifferello <12953208+elvece@users.noreply.github.com>
28 lines
553 B
SCSS
28 lines
553 B
SCSS
ion-card-title {
|
|
margin: 24px 0;
|
|
font-family: 'Montserrat';
|
|
font-size: x-large;
|
|
--color: var(--ion-color-light);
|
|
}
|
|
|
|
ion-item {
|
|
--border-radius: 6px;
|
|
--border-style: solid;
|
|
--border-width: 1px;
|
|
--border-color: var(--ion-color-light);
|
|
}
|
|
|
|
.input-label {
|
|
text-align: left;
|
|
padding-bottom: 2px;
|
|
font-size: small;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.login-button {
|
|
margin-inline-start: 0;
|
|
margin-inline-end: 0;
|
|
margin-top: 24px;
|
|
height: 48px;
|
|
--background: linear-gradient(45deg, var(--ion-color-light) 16%, var(--ion-color-dark) 150%);
|
|
} |