Files
payloadcms/test/admin-root
Paul 7c62e2a327 feat(ui)!: scope all payload css to payload-default layer (#8545)
All payload css is now encapsulated inside CSS layers under `@layer
payload-default`

Any custom css will now have the highest possible specificity.
We have also provided a new layer `@layer payload` if you want to use
layers and ensure that your styles are applied after payload.

To override existing styles in a way that the existing rules of
specificity would be respected you can use the default layer like so
```css
@layer payload-default {
  // my styles within the payload specificity
}
```
2024-10-04 13:02:56 -06:00
..
2024-08-13 12:54:33 -04:00
2024-09-26 11:09:29 -03:00
2024-09-26 11:09:29 -03:00
2024-08-13 12:54:33 -04:00
2024-08-13 12:54:33 -04:00
2024-07-23 13:44:44 -04:00
2024-07-23 13:44:44 -04:00