mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 22:29:38 +00:00
26 lines
313 B
SCSS
26 lines
313 B
SCSS
:host {
|
|
display: contents;
|
|
}
|
|
|
|
.ui.checkbox {
|
|
display: block;
|
|
}
|
|
|
|
#checkboxColumn {
|
|
width: 34.64px;
|
|
}
|
|
|
|
#resultTable {
|
|
border-radius: 0px;
|
|
|
|
thead>tr:first-child>th:first-child,
|
|
thead>tr:first-child>th:last-child {
|
|
border-radius: 0px;
|
|
}
|
|
th {
|
|
position: sticky;
|
|
top: 0;
|
|
z-index:1;
|
|
}
|
|
}
|