File size: 194 Bytes
dcce454
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
.textUpdaterNode {
  height: 50px;
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 5px;
  background: white;
  label {
    display: block;
    color: #777;
    font-size: 12px;
  }
}