Skip to content
Snippets Groups Projects
Commit 3eb021cb authored by Ahmet Hamdi Janusch Cetin's avatar Ahmet Hamdi Janusch Cetin
Browse files

Added colorpicker border

parent d800bb88
No related merge requests found
...@@ -63,10 +63,12 @@ mat-divider { ...@@ -63,10 +63,12 @@ mat-divider {
.color-box{ .color-box{
flex: 1 1 100%; flex: 1 1 100%;
box-sizing: border-box; box-sizing: border-box;
border: 2px solid var(--on-dialog);
height: 30px; height: 30px;
width: 20px; width: 20px;
border-radius: 50%; border-radius: 50%;
margin-top: 13px; margin-top: 13px;
transform: translateY(-4px);
display: block; display: block;
position: relative; position: relative;
right: 40px; right: 40px;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment