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

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