aboutsummaryrefslogblamecommitdiffstats
path: root/ui/app/css/itcss/components/pages/reveal-seed.scss
blob: b8f13af4ae22fb8a93f26a0ebd9caa10273ebe6c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                          
.reveal-seed {
  &__content {
    padding: 20px;
  }

  &__label {
    padding-bottom: 10px;
    font-weight: 400;
    display: inline-block;
  }

  &__error {
    color: $crimson;
    font-size: 14px;
    padding-top: 5px;
  }
}