Gitlab@Informatics

Skip to content
Snippets Groups Projects
Select Git revision
  • 76e35eee95c9b783483f53e4e3ce22e71175fab9
  • main default protected
  • revert
  • 64160159
  • 64160292
  • 64160073
  • html-v_page
  • 64160174
  • 64160072
  • 64160295
  • production
11 results

sidebar.css

Blame
  • sidebar.css 4.82 KiB
    /* Google Fonts - Kanit */
    @import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600&display=swap');
    
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Kanit', sans-serif;
    }
    
    body {
        min-height: 100%;
        width: 100%;
        background: #e0e4e7;
    }
    
    nav {
        position: fixed;
        top: 0;
        left: 0;
        height: 70px;
        width: 100%;
        display: flex;
        align-items: center;
        background: #ffffff;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    }
    
    nav .logo {
        display: flex;
        align-items: center;
        margin: 0 24px;
    }
    
    nav .user {
        display: flex;
        width: 1500%;
        justify-content: end;
    }
    
    nav .dropdown {
        position: relative;
        display: inline-block;
    }
    
    
    .logo .nav-link {
        display: flex;
        align-items: center;
        background-color: #ffffff;
        text-decoration: none;
    }
    
    .user .role {
        display: flex;
        align-items: center;
        background-color: #ffffff;
        text-decoration: none;
        font-size: 16px;
        color: #000;
        font-weight: 400;
        padding-left: 10px;
      }
    
    .user .nav-link {
        display: flex;
        align-items: center;
        background-color: #ffffff;
        text-decoration: none;
        font-size: 16px;