Compare commits
No commits in common. "1e65484e93269b0fa613a1fc70d6a67ae4190795" and "431eab7e49ada1e014339b42c0280db1de545ce2" have entirely different histories.
1e65484e93
...
431eab7e49
|
@ -181,7 +181,7 @@
|
|||
<div class="dropdown">
|
||||
<div
|
||||
id="colorBar"
|
||||
|
||||
class="icon"
|
||||
style="display: flex;align-items: center;width:266px"
|
||||
>
|
||||
<canvas id="colorBarCanvas" />
|
||||
|
@ -2075,14 +2075,13 @@ export default {
|
|||
align-items: center;
|
||||
margin-right: 30px;
|
||||
.icon{
|
||||
padding: 0px;
|
||||
padding: 5px;
|
||||
border: 1px solid #404040;
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
.svg-icon{
|
||||
font-size:30px;
|
||||
font-size:20px;
|
||||
color:#ddd;
|
||||
padding: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue