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

.custom-collapse {
  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;
  }
}