summaryrefslogtreecommitdiffstats
path: root/public/src/app/import-rules/import-rules.component.scss
blob: ec1fd300c98cf4a19409c96328751d1a9cb9781c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.import-container {
  position: relative;
  overflow: hidden;
  display: flex;
  .field-text {
    width: 100%;
    min-width: 250px;
    padding: 5px 0 5px 5px;
    margin-right: 10px;
    border-radius: 2px;
    border: 1px solid #d2d2d2;
    color: #5a5a5a;
    height: 36px;
  }
}
.import-container input[type='file'] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 36px;
}