You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
322 B

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. @import
  2. '../../node_modules/@tentakelfabrik/plain-ui/src/scss/plain-ui',
  3. 'components/buckets',
  4. 'components/note-form',
  5. 'components/field';
  6. .turbolinks-progress-bar {
  7. height: 5px;
  8. background-color: var(--danger);
  9. }
  10. .app-header {
  11. .logo {
  12. font-size: 1.3rem;
  13. fill: white;
  14. }
  15. }