Skip to content
Snippets Groups Projects
AdminView.css 187 B
Newer Older
  • Learn to ignore specific revisions
  • .background {
      background: linear-gradient(to top, #efd5ff 0%, #3d55b3 100%);
      height: 100%;
    }
    
    .top-bar {
      display:flex;
      justify-content: space-between;
      align-items: flex-start;
    }