Removed unused app component css file (#4438)
* Removed unused css for app component * Removed empty css file
This commit is contained in:
parent
09e019841c
commit
5a4a001d18
|
|
@ -1,6 +0,0 @@
|
||||||
@media (max-width: 767px) {
|
|
||||||
/* On small screens, the nav menu spans the full width of the screen. Leave a space for it. */
|
|
||||||
.body-content {
|
|
||||||
padding-top: 50px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -2,8 +2,7 @@ import { Component } from '@angular/core';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-root',
|
selector: 'app-root',
|
||||||
templateUrl: './app.component.html',
|
templateUrl: './app.component.html'
|
||||||
styleUrls: ['./app.component.css']
|
|
||||||
})
|
})
|
||||||
export class AppComponent {
|
export class AppComponent {
|
||||||
title = 'app';
|
title = 'app';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue