aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.scss
blob: f35d15f935fc30843112d98b6d1e3717683707a6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                  



                      
                                                   


                    

   
         
                  
 

                   

     
                                                      
                     
                    


                     
   
 
@use '_variables';
@use '_mixins';

.custom-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid $separator-border-color;

  &:first-child {
    font-size: 16px;
  }

  > div {
    padding: 10px;

    &:first-child {
      width: 350px;
    }

    @media screen and (max-width: #{breakpoint(sm)}) {
      &:first-child {
        width: auto;
        flex-grow: 1;
      }
    }
  }
}