Skip to content
Snippets Groups Projects
deleteGRDFAccountModal.scss 372 B
Newer Older
  • Learn to ignore specific revisions
  • @import 'src/styles/base/color';
    
    
    .delete-grdf-modal {
      .icon-main {
        display: flex;
        svg {
          margin: auto;
        }
      }
      .text1 {
        margin-top: 1rem;
      }
      .text2 {
        color: $grey-bright;
        margin: 1rem 0;
      }
      .text3 {
        margin-bottom: 1rem;
      }
      .buttons {
        display: flex;
        button.btn-secondary-positive {
          margin-right: 1rem;
        }
      }
    }