6 lines
81 B
CSS
6 lines
81 B
CSS
|
.swatch {
|
||
|
border: 1px solid black;
|
||
|
margin-left: 3px;
|
||
|
padding: 0px;
|
||
|
}
|