Skip to content
Snippets Groups Projects
Commit 88008fa5 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6999 Change build info colors

* Add roboto font
* Show header over build info
parent a7850f18
Branches
Tags
No related merge requests found
<ng-container *ngIf="(apiRootStateResource$ | async)?.resource as apiRoot"> <ng-container *ngIf="(apiRootStateResource$ | async)?.resource as apiRoot">
<header <header
class="flex h-16 items-center justify-between border-b border-b-ozggray-300 bg-white px-9 py-2" class="z-50 flex h-16 items-center justify-between border-b border-b-ozggray-300 bg-white px-9 py-2"
data-test-id="admin-header" data-test-id="admin-header"
> >
<a <a
......
alfa-client/apps/admin/src/favicon.ico

14.7 KiB

...@@ -7,12 +7,17 @@ ...@@ -7,12 +7,17 @@
@import 'libs/design-system/src/lib/tailwind-preset/root.css'; @import 'libs/design-system/src/lib/tailwind-preset/root.css';
@import 'libs/ui/src/lib/font/font_material'; @import 'libs/ui/src/lib/font/font_material';
@import 'variables'; @import 'variables';
@import 'typeface-roboto/index.css';
@include mat.all-component-typographies(); @include mat.all-component-typographies();
@include mat.core(); @include mat.core();
@include mat.all-component-themes($alfaTheme); @include mat.all-component-themes($alfaTheme);
body {
font-family: Roboto, 'Helvetica Neue', sans-serif;
}
body.dark { body.dark {
@include mat.all-component-colors($alfaDarkTheme); @include mat.all-component-colors($alfaDarkTheme);
} }
...@@ -36,10 +36,6 @@ ...@@ -36,10 +36,6 @@
transform-origin: right bottom; transform-origin: right bottom;
} }
:host-context(.dark) {
color: #ccc;
}
p { p {
margin: 0; margin: 0;
line-height: 1; line-height: 1;
...@@ -47,7 +43,7 @@ p { ...@@ -47,7 +43,7 @@ p {
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
font-size: 0.6875rem; font-size: 0.6875rem;
color: #999; color: theme('colors.text/70');
&.version { &.version {
span { span {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment