Add border to colorpicker (fixes #146)
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-06-04 13:59:32 +02:00
parent 23d73adeae
commit 3c45f34f78
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 5 additions and 0 deletions

View File

@ -61,3 +61,8 @@ button.table {
.pagination {
padding-bottom: 1em;
}
.verte__guide {
border: 2px dashed $dark;
border-radius: 100%;
}