mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
Styling
This commit is contained in:
@@ -6,6 +6,10 @@ import { AppModule } from './app/app.module';
|
||||
import { environment } from './environments/environment';
|
||||
import 'hammerjs';
|
||||
import { AppConfiguration } from './app/app-configuration';
|
||||
import { registerLocaleData } from '@angular/common';
|
||||
|
||||
import localeDe from '@angular/common/locales/de';
|
||||
registerLocaleData(localeDe, 'de');
|
||||
|
||||
if (environment.production) {
|
||||
enableProdMode();
|
||||
|
||||
@@ -17,3 +17,15 @@
|
||||
.isa-font-lightgrey {
|
||||
color: $text-lightgrey;
|
||||
}
|
||||
|
||||
.isa-text-left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.isa-text-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.isa-text-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user