1
0
mirror of synced 2025-12-20 18:36:31 -05:00
Files
docs/components/rest/RestOperation.module.scss
2022-05-02 10:10:33 -07:00

15 lines
175 B
SCSS

.restOperation {
h2,
h3,
h4 {
a {
text-decoration: none;
color: var(--color-fg-default);
}
}
}
.statusTable {
table-layout: fixed !important;
}