Add border to colorpicker (fixes #146)
This commit is contained in:
parent
23d73adeae
commit
3c45f34f78
1 changed files with 5 additions and 0 deletions
|
@ -61,3 +61,8 @@ button.table {
|
||||||
.pagination {
|
.pagination {
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.verte__guide {
|
||||||
|
border: 2px dashed $dark;
|
||||||
|
border-radius: 100%;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue