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.

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