Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
o5t6x7pgljbm
/
public_html
/
admin
/
public
/
src
/
sass
/
theme-components
/
Filename :
_table.scss
back
Copy
/*---------------------------------------- Tables ------------------------------------------*/ // DataTable table { &.dataTable { &.dtr-inline { &.collapsed { & > tbody { & > tr[role="row"] { & > td, & > th { &:first-child { &:before { top: 19px; line-height: 15px; text-indent: -1px !important; } } } } } } } } &.bordered{ th, td{ border: 1px solid rgba(0, 0, 0, 0.12) !important; padding: 15px !important; } } }