update ColorPicker
This commit is contained in:
parent
77950c307b
commit
59dc2df009
3 changed files with 48 additions and 30 deletions
|
@ -45,7 +45,7 @@
|
|||
padding: 8px 8px 0;
|
||||
}
|
||||
&-panel{
|
||||
width: 200px;
|
||||
width: 240px;
|
||||
margin: 0 auto;
|
||||
box-sizing: initial;
|
||||
position: relative;
|
||||
|
@ -197,4 +197,13 @@
|
|||
transform: translateX(-2px);
|
||||
}
|
||||
}
|
||||
|
||||
&-confirm{
|
||||
position: relative;
|
||||
&-color{
|
||||
position: absolute;
|
||||
top: 11px;
|
||||
left: 8px;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue