mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
scss
This commit is contained in:
1
src/app/app.d.ts
vendored
1
src/app/app.d.ts
vendored
@@ -1 +1,2 @@
|
||||
declare module '*.html';
|
||||
declare function require(s: string): any;
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
import { enableProdMode } from '@angular/core';
|
||||
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
|
||||
|
||||
require('../scss/styles.scss');
|
||||
|
||||
import { AppModule } from './app.module';
|
||||
|
||||
platformBrowserDynamic().bootstrapModule(AppModule);
|
||||
|
||||
6
src/scss/styles.scss
Normal file
6
src/scss/styles.scss
Normal file
@@ -0,0 +1,6 @@
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
background-color: gray;
|
||||
}
|
||||
Reference in New Issue
Block a user