marketplace release fixes and refactors

This commit is contained in:
Lucy Cifferello
2024-04-01 18:09:28 -04:00
parent 352b2fb4e7
commit 0d4ebffc0e
43 changed files with 748 additions and 565 deletions

View File

@@ -1,72 +1,5 @@
@import '@taiga-ui/core/styles/taiga-ui-local';
@font-face {
font-family: 'text-security-disc';
src: url('/assets/fonts/text-security-disc.woff2') format('woff2');
}
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: normal;
src: url('/assets/fonts/Montserrat/Montserrat-Regular.ttf');
}
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: bold;
src: url('/assets/fonts/Montserrat/Montserrat-Bold.ttf');
}
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: thin;
src: url('/assets/fonts/Montserrat/Montserrat-Light.ttf');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: normal;
src: url('/assets/fonts/Open_Sans/OpenSans-Regular.ttf');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: url('/assets/fonts/Open_Sans/OpenSans-SemiBold.ttf');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: bold;
src: url('/assets/fonts/Open_Sans/OpenSans-Bold.ttf');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: thin;
src: url('/assets/fonts/Open_Sans/OpenSans-Light.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');
}
@import '@start9labs/shared/styles/shared.scss';
/** Ionic CSS Variables overrides **/
:root {