aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/menu/language-chooser.component.scss
blob: c9345fc230863251ce969e5b332955faa02b734f (plain) (tree)
1
2
3
4
5
6
7
8
9

                  
 


                                
 

                   



                     

 



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

.help-to-translate {
  @include peertube-button-link;
  @include orange-button;

  border-radius: 0;

  &.focus-visible,
  &:focus {
    box-shadow: none;
  }
}

.modal-body {
  text-align: center;

  a {
    display: block;
    font-size: 16px;
    margin: 15px;
  }
}