Skip to content
Snippets Groups Projects
styles.css 269 B
Newer Older
  • Learn to ignore specific revisions
  • /* You can add global styles to this file, and also import other style files */
    
    
    html, body { height: 100%; }
    body {
      margin: 0;
    }
    
    
    .snackbar-warning {border: 3px double #ff4d4d}
    
    .snackbar-error {background-color: #ff4d4d}
    
    
    
    .cdk-drop-list-dragging {cursor: grabbing}