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.

18 lines
339 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
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. 'container';
  7. .turbolinks-progress-bar {
  8. height: 5px;
  9. background-color: var(--danger);
  10. }
  11. .app-header {
  12. .logo {
  13. font-size: 1.3rem;
  14. fill: white;
  15. }
  16. }