aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/confirm-page-container/confirm-page-container-header/index.scss
blob: 79cd21fd918675dfbe1a3b55ff76088f097eee3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.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: $dexon-purple;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 400;
    padding-left: 5px;
  }
}