summaryrefslogtreecommitdiffstats
path: root/front/odiparpack/app/styles/components/Form.scss
blob: eb13fe30b5e4209cc4fb5c6ca9bd0c1cef7e762a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@import "./../mixins";
$sm: "(max-width: 600px)";
.bodyForm{
  position: relative;
  background: $white;
  padding: 24px;
  @media #{$sm} {
    padding: 15px 10px;
  }
  max-height: 450px;
  overflow: auto;
}
.buttonArea{
  background: material-color('grey', '100');
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
  padding: 8px 24px;
  button{
    margin-right: 5px;
  }
}