Penambahan FrontEnd All-New-Manufacture
This commit is contained in:
25
public/scss/components/tables/_table-jsgrid.scss
Normal file
25
public/scss/components/tables/_table-jsgrid.scss
Normal file
@@ -0,0 +1,25 @@
|
||||
.jsgrid-table{
|
||||
|
||||
.jsgrid-header-row{
|
||||
|
||||
& > .jsgrid-header-cell{
|
||||
color: $dark;
|
||||
}
|
||||
}
|
||||
|
||||
& > tbody > tr > td{
|
||||
padding: 1.2em;
|
||||
}
|
||||
|
||||
.jsgrid-insert-row, .jsgrid-edit-row{
|
||||
|
||||
input, select{
|
||||
border: 0.0625rem solid #DDDFE1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.jsgrid .jsgrid-button{
|
||||
border: 0 !important;
|
||||
margin-#{$dlab-pos-left}: 0.625rem;
|
||||
}
|
||||
Reference in New Issue
Block a user