aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/mixins.scss
blob: 06efb475a40c0ad0ea327ffc448d0e1810fb59a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
@import './config.scss';

@mixin formLabel {
  color: $theme-gray-light;
  display: block;
  margin-bottom: 5px;
  order: 0;
  width: 100%;
}