Skip to content
Snippets Groups Projects
Select Git revision
  • 9d81d29204f2df7b3f2bdde8cd907b1565bac137
  • master default protected
2 results

add-event.component.scss

Blame
  • add-event.component.scss 2.29 KiB
    .registerPage {
      background-image: url("../../assets/images/eventAddBG.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 60rem;
      display: flex;
      flex-direction: row;
      justify-content: space-around;
    }
    
    .content {
      display: flex;
      flex-direction: column;
    }
    
    .title {
      margin-bottom: 1.5rem;
      margin-top: 20%;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      font-family: "Raleway", sans-serif;
      -webkit-text-stroke: 0.5px white;
      letter-spacing: 0.1rem;
      color: white;
      font-weight: 500;
      font-size: 2.5rem;
    }
    
    .horizontal {
      display: flex;
      color: white;
      flex-direction: row;
      justify-content: flex-start;
    }
    
    .inputs {
      color: white;
      width: 30rem;
    }
    
    .example-form {
      min-width: 150px;
      max-width: 500px;
      width: 100%;
      padding: 2rem;
    }
    
    .example-full-width {
      width: 100%;
    }
    
    .example-form {
      min-width: 150px;
      max-width: 500px;
      width: 100%;
    }
    
    .example-full-width {
      width: 100%;
    }
    
    ::ng-deep .mat-focused .mat-form-field-label {
      color: white !important;
    }
    
    ::ng-deep.mat-form-field-underline {
      background-color: white !important;