mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 00:10:14 +01:00
fix(grid): remove unused incorrect styles
This commit is contained in:
parent
f612bfe733
commit
e602783e22
2 changed files with 0 additions and 31 deletions
|
|
@ -11,7 +11,6 @@ import {CheckboxInputs} from './components/checkboxInputs';
|
||||||
selector: 'inputs',
|
selector: 'inputs',
|
||||||
encapsulation: ViewEncapsulation.None,
|
encapsulation: ViewEncapsulation.None,
|
||||||
directives: [BaCard, StandardInputs, ValidationInputs, GroupInputs, CheckboxInputs],
|
directives: [BaCard, StandardInputs, ValidationInputs, GroupInputs, CheckboxInputs],
|
||||||
styles: [require('./inputs.scss')],
|
|
||||||
template: require('./inputs.html'),
|
template: require('./inputs.html'),
|
||||||
})
|
})
|
||||||
export class Inputs {
|
export class Inputs {
|
||||||
|
|
|
||||||
|
|
@ -1,30 +0,0 @@
|
||||||
@import '../../../../theme/sass/conf/conf';
|
|
||||||
|
|
||||||
.show-grid div[class^=col-]{
|
|
||||||
padding: 10px;
|
|
||||||
box-sizing: border-box;
|
|
||||||
div {
|
|
||||||
color: $default-text;
|
|
||||||
text-align: center;
|
|
||||||
font-size: 18px;
|
|
||||||
background-color: $border-light;
|
|
||||||
padding: 12px 5px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.grid-h{
|
|
||||||
margin-top: 10px;
|
|
||||||
margin-bottom: 0;
|
|
||||||
&:first-child{
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
body.badmin-transparent {
|
|
||||||
.show-grid div[class^=col-]{
|
|
||||||
div {
|
|
||||||
color: $default;
|
|
||||||
background-color: rgba(255, 255, 255, 0.3);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue