18 lines
250 B
SCSS
18 lines
250 B
SCSS
|
|
@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;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|