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