scss improvments

This commit is contained in:
_Bastler
2021-03-26 14:13:17 +01:00
parent 34755be840
commit b3f77eb721
13 changed files with 77 additions and 50 deletions
+1 -2
View File
@@ -6,8 +6,7 @@ import {ProfileService} from '../../services/profile.service';
@Component({
selector: 'app-user',
templateUrl: './user.component.html',
styleUrls: ['./user.component.scss']
templateUrl: './user.component.html'
})
export class UserComponent implements OnInit {