Skip to content
Snippets Groups Projects
Commit 9a225d1e authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4894 revert tailwind alfa changes

parent f2de9cb0
Branches
Tags
No related merge requests found
......@@ -27,14 +27,11 @@
<ozgcloud-spinner [stateResource]="apiRoot">
<alfa-header-container [apiRootStateResource]="apiRoot"></alfa-header-container>
<div class="relative ml-4 mt-16 flex flex-grow items-start justify-between">
<div class="container">
<main class="mat-app-background"><router-outlet></router-outlet></main>
<section class="mat-app-background right-nav">
<alfa-build-info
*ngIf="apiRoot.resource"
[apiRoot]="apiRoot.resource"
data-test-id="build-info"
></alfa-build-info>
<alfa-build-info *ngIf="apiRoot.resource" [apiRoot]="apiRoot.resource" data-test-id="build-info"></alfa-build-info>
</section>
</div>
</ozgcloud-spinner>
......
@use '@angular/material' as mat;
@tailwind base;
@tailwind components;
@tailwind utilities;
/**
* Copyright (C) 2022 Das Land Schleswig-Holstein vertreten durch den
* Ministerpräsidenten des Landes Schleswig-Holstein
......@@ -27,6 +21,7 @@
* Die sprachspezifischen Genehmigungen und Beschränkungen
* unter der Lizenz sind dem Lizenztext zu entnehmen.
*/
@use '@angular/material' as mat;
@import 'libs/ui/src/lib/font/font_material';
@import 'typeface-roboto/index.css';
......@@ -75,6 +70,7 @@
@include mat.all-component-themes($alfaTheme);
@include custom-components-theme($alfaTheme);
body.dark {
@include mat.all-component-colors($alfaDarkTheme);
@include custom-components-theme($alfaDarkTheme);
......
const { createGlobPatternsForDependencies } = require('@nx/angular/tailwind');
const { join } = require('path');
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
join(__dirname, 'src/**/!(*.stories|*.spec).{ts,html}'),
...createGlobPatternsForDependencies(__dirname),
],
corePlugins: {
preflight: false
},
//prefix: 'tw-',
theme: {
extend: {},
},
plugins: [],
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment