feat: Additions for tables and io
- Add active state for rows - New elements for io - Remove unused SASS placeholders
This commit is contained in:
parent
295626eb6e
commit
530748663f
3 changed files with 19 additions and 24 deletions
|
|
@ -11,25 +11,6 @@
|
|||
|
||||
// General classes
|
||||
// -----------------------------------------------------------------------------
|
||||
%size_content {
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
%size_content_solo {
|
||||
@extend %size_content;
|
||||
|
||||
*,
|
||||
::before,
|
||||
::after {
|
||||
box-sizing: config.$box_sizing;
|
||||
}
|
||||
}
|
||||
|
||||
%size_io_button {
|
||||
border: config.$width_border_io solid transparent;
|
||||
padding: config.$padding_basic;
|
||||
}
|
||||
|
||||
.di_none {
|
||||
display: none !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue