1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/src/component/feature/variant/variant.scss
2019-02-08 08:59:27 +01:00

23 lines
303 B
SCSS

.variantTable {
width: 100%;
th, td {
text-align: center;
width: 100px;
}
th:first-of-type, td:first-of-type {
text-align: left;
width: 100%;
}
}
th.actions {
text-align: right;
}
td.actions {
text-align: right;
vertical-align: top;
}