aboutsummaryrefslogblamecommitdiffstats
path: root/ui/app/components/confirm-page-container/confirm-page-container-header/index.scss
blob: be77edbdf67ef5ed440007f12cf5893de876dc77 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                     
                               
















                            
.confirm-page-container-header {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;

  &__row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid $geyser;
    padding: 4px 13px 4px 13px;
    flex: 0 0 auto;
  }

  &__back-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  &__back-button {
    color: #2f9ae0;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 400;
    padding-left: 5px;
  }
}