File size: 320 Bytes
e4f4821
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.color-picker {
    width: 220px
}

.color-picker-option {
    height: 25px
}

.color-picker-square {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    border: 1px solid #000
}

.color-picker-label {
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 3px
}