Skip to content
Snippets Groups Projects
_oauth.scss 341 B
Newer Older
  • Learn to ignore specific revisions
  • @import '../base/color';
    @import '../base/breakpoint';
    
    .oauthform-button-content{
      display: flex;
      justify-content: center;
      align-items: center;
      .oauthform-button-content-icon{
        margin: 0 1.375rem;
      }
      .oauthform-button-text{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        text-align: left;