Project

General

Profile

1
.left, .right {
2
  padding: 0 10px;
3
}
4

    
5
.left {
6
  position: absolute;
7
  left: 40px;
8
  top: 50%;
9
  transform: translateY(-50%);
10
}
11

    
12
.uk-grid-small .left {
13
  left: 20px;
14
}
15

    
16
.left + .input-box {
17
  padding-left: 41px;
18
}
19

    
20
.right {
21
  position: absolute;
22
  right: 0;
23
  top: 50%;
24
  transform: translateY(-50%);
25
}
26

    
27
.right + .input-box {
28
  padding-right: 41px;
29
}
30

    
31
.input-message {
32
  font-family: "Roboto", sans-serif;
33
  font-size: 14px;
34
}
35

    
36
.chip-input {
37
  min-width: 100px;
38
}
(1-1/3)