@import '../../../styles/config'; .theme__dark .workspace-table { .workspace-table__column-info .mdi { color: $dark-theme-gray-lightest; } .workspace-table__row { border-bottom: 1px solid $dark-theme-gray-darker; &:hover { background: $dark-theme-gray-darker; } &.workspace-table__row--disabled { color: $dark-theme-gray; } } } .workspace-table { width: 100%; .workspace-table__toggle { width: 60px; .franz-form__field { margin-bottom: 0; } } .workspace-table__column-action { width: 40px } .workspace-table__column-info { width: 40px; .mdi { color: $theme-gray-light; display: block; font-size: 18px; } } .workspace-table__row { border-bottom: 1px solid $theme-gray-lightest; &:hover { cursor: initial; background: $theme-gray-lightest; } &.workspace-table__row--disabled { color: $theme-gray-light; } } td { padding: 10px; } }