[Glitch] Fix layout of the closed registrations modal
Port fe31571965 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
			
			
This commit is contained in:
		@@ -1413,6 +1413,44 @@ img.modal-warning {
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  &__choices {
 | 
			
		||||
    display: flex;
 | 
			
		||||
    gap: 40px;
 | 
			
		||||
 | 
			
		||||
    &__choice {
 | 
			
		||||
      flex: 1;
 | 
			
		||||
      box-sizing: border-box;
 | 
			
		||||
 | 
			
		||||
      h3 {
 | 
			
		||||
        margin-bottom: 20px;
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      p {
 | 
			
		||||
        color: $darker-text-color;
 | 
			
		||||
        margin-bottom: 20px;
 | 
			
		||||
        font-size: 15px;
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      .button {
 | 
			
		||||
        margin-bottom: 10px;
 | 
			
		||||
 | 
			
		||||
        &:last-child {
 | 
			
		||||
          margin-bottom: 0;
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  @media screen and (max-width: $no-gap-breakpoint - 1px) {
 | 
			
		||||
    &__choices {
 | 
			
		||||
      flex-direction: column;
 | 
			
		||||
 | 
			
		||||
      &__choice {
 | 
			
		||||
        margin-top: 40px;
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .link-button {
 | 
			
		||||
    font-size: inherit;
 | 
			
		||||
    display: inline;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user