Skip to content
Snippets Groups Projects
Select Git revision
  • v0.0.9
  • main default protected
  • sync-5739
  • sync-5753
  • sync-5754
  • sync-5755
  • sync-5768
  • sync-5812
  • sync-5828
  • sync-5846
  • sync-5847
  • sync-5702
  • sync-5727
  • sync-5693
  • sync-5675
  • sync-5678
  • sync-5679
  • sync-5680
  • sync-5681
  • sync-5280
  • sync-5281
  • v0.7.1
  • v0.6.3
  • v0.6.2
  • v0.6.1
  • v0.6.0
  • v0.5.1
  • v0.5.0
  • v0.4.1
  • v0.4.0
  • v0.3.0
  • v0.2.1
  • v0.2.0
  • v0.1.0
  • v0.0.11
  • v0.0.10
  • v0.0.8
  • v0.0.7
38 results

style.css

Blame
  • style.css 1.24 KiB
    .header {
      display: flex;
      align-items: center;
      padding-bottom: 15px;
      padding-left: 20px;
      border-bottom: 2px solid darkred;
    }
    
    .header-title {
      padding: 0 5px;
    }
    
    h1 {
      font-size: 36px;
    }
    
    img {
      height: 64px;
      margin: 0 20px 0 0;
    }
    
    h2 {
      font-size: 26px;
    }
    
    label {
      font-size: 16px;
    }
    
    .inner {
      margin-left: 40px;
    }
    
    .options-list {
      padding: 0;
      list-style: none;
    }
    
    .options-list li {
      padding: 10px;
    }
    
    .time {
      font-size: 16px;
    }
    
    .limit {
      display: inline-block;
      margin: 0;
      font-size: 12px;
    }
    
    .radioChoice {
      margin-left: 15px;
    }
    
    .button-container {
      display: flex;
      justify-content: space-between;
      padding: 10px;
    }
    
    .button {
      padding: 10px;
      border: 2px solid darkred;
      font-size: 16px;
      font-weight: bold;
      cursor: pointer;
      white-space: nowrap;
      width: 150px;