Files
payload/test/plugin-multi-tenant/components/Icon/styles.css
Jarrod Flesch 9a8769967c chore(plugin-multi-tenant): test suite enhancements (#10732)
### What?
Updates test suite multi-tenant config as a better example.

### Why?
So it is easier to follow and write logical tests for in the future.
2025-01-22 16:28:18 -05:00

15 lines
324 B
CSS

#tenant-icon {
border-radius: 100%;
height: 18px;
width: 18px;
background-color: var(--theme-error-300);
}
[data-selected-tenant-title="Blue Dog"] #tenant-icon {
background-color: var(--theme-success-300);
}
[data-selected-tenant-title="Steel Cat"] #tenant-icon {
background-color: var(--theme-warning-300);
}