Skip to content
Snippets Groups Projects
Select Git revision
  • 1d27613498d6269568e5dff846b5f08a58903dac
  • master default protected
2 results

experiment-storage-service.js

Blame
  • error-dialog.css 216 B
    .modal-dialog-wrapper {
      position: fixed;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      z-index: 999;
    }
    
    .modal-header{
      background-color: rgb(241, 185, 185);
      color: rgb(138, 41, 41);
    }