mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
Fix/misc UI (#2215)
* add courier new as asset * fix login button on mobile
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -77,3 +77,15 @@ ion-card {
|
||||
.item-interactive {
|
||||
--highlight-background: #5260ff !important;
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 500px) {
|
||||
ion-button {
|
||||
--border-radius: 4px;
|
||||
margin-top: 0.7rem;
|
||||
}
|
||||
|
||||
ion-item {
|
||||
--border-radius: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -54,6 +54,20 @@
|
||||
src: url('/assets/fonts/Redacted/redacted.regular.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Courier New';
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
src: url('/assets/fonts/Courier_New/CourierNew-Regular.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Courier New';
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
src: url('/assets/fonts/Courier_New/CourierNew-Bold.ttf');
|
||||
}
|
||||
|
||||
/** Ionic CSS Variables overrides **/
|
||||
:root {
|
||||
--ion-font-family: 'Open Sans';
|
||||
|
||||
Reference in New Issue
Block a user