summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/_sila/_section-divider.scss
blob: 78415435b7447b7d26727588064da5e9d11c9366 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.section-divider {
  border-bottom: 1px solid gray('400');
}

.custom-divider {
  margin: 0 -1.95rem 0 -2rem;
  @include media-breakpoint-down(md) {
    margin-left: -0.95rem;
  }
  .page-section {
    margin-left: 2rem;
    margin-right: 2rem;
    @include media-breakpoint-down(md) {
      margin-left: 2rem;
    }
  }
  .form-group {
     margin-bottom: 0;
     .col-form-label {
        white-space: nowrap;
     }
  }
}