mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 08:20:13 +01:00
fix(buttons): fix buttons styles
This commit is contained in:
parent
ea7342008a
commit
10f74ef6b1
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
import {Component, ViewEncapsulation} from '@angular/core';
|
import {Component, ViewEncapsulation} from '@angular/core';
|
||||||
|
|
||||||
|
import 'style-loader!./buttons.scss';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'buttons',
|
selector: 'buttons',
|
||||||
// encapsulation: ViewEncapsulation.None,
|
|
||||||
styleUrls: ['./buttons.scss'],
|
|
||||||
templateUrl: './buttons.html',
|
templateUrl: './buttons.html',
|
||||||
})
|
})
|
||||||
export class Buttons {
|
export class Buttons {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue