feat: New table screen for ui
- Add table screen to ui examples - Display table with placeholder content - Add global function replaceLineBreaks()
This commit is contained in:
parent
ddbd406fc8
commit
1b3a320b17
4 changed files with 133 additions and 0 deletions
17
source/style/modules/ui/_table_module.scss
Normal file
17
source/style/modules/ui/_table_module.scss
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
@use "../../hippie-style/hippie";
|
||||
|
||||
main.io section > table {
|
||||
table-layout: auto;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
background-color: hippie.$color_back_io;
|
||||
|
||||
thead > tr > th:first-child {
|
||||
width: 1%;
|
||||
}
|
||||
|
||||
tr > th:first-child {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue