2
0

_messages.capability.scss 293 B

1234567891011121314
  1. .capabilitymessage {
  2. display: block;
  3. background-color: theme('colors.critical.200');
  4. color: theme('colors.white.DEFAULT');
  5. padding: 1em 2em;
  6. margin: 0;
  7. position: relative;
  8. text-align: center;
  9. a {
  10. color: theme('colors.white.DEFAULT');
  11. text-decoration: underline;
  12. }
  13. }