mirror of
https://github.com/google/nomulus
synced 2026-02-02 19:12:27 +00:00
15 lines
229 B
SCSS
15 lines
229 B
SCSS
.console-app {
|
|
&__users-table {
|
|
min-width: 616px;
|
|
.rowSelected {
|
|
background-color: var(--light-highlight);
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
|
|
&__users-table-wrapper {
|
|
width: 100%;
|
|
overflow: auto;
|
|
}
|
|
}
|