Skip to content
Snippets Groups Projects
_auth.scss 436 B
Newer Older
  • Learn to ignore specific revisions
  • Yoan VALLET's avatar
    Yoan VALLET committed
    @import '../base/color';
    @import '../base/breakpoint';
    
    .authform-button-content{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
    
      @media #{$large-phone} {
       justify-content: left;
    
    Yoan VALLET's avatar
    Yoan VALLET committed
      }
    
      .authform-button-content-icon{
    
    Yoan VALLET's avatar
    Yoan VALLET committed
        margin: 0 1.375rem;
      }
    
      .authform-button-text{
    
    Yoan VALLET's avatar
    Yoan VALLET committed
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    
        max-width: 10.625rem;