summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/_sila/custom/_section-divider.scss
blob: 79b14476c7857842759738448e5fe123cca50daa (plain)
1
2
3
4
5
6
7
.section-divider {
    border-bottom: 1px solid gray('400');
  }

.page-collapse-decorator {  
  border-bottom: 1px solid $faint-secondary-primary-10;
}