Merge pull request #1066 from Reflex-Gravity/master
Fixed broken tick icons placement in Settings
This commit is contained in:
commit
1c95ac7f07
1 changed files with 6 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
||||||
.color {
|
.color {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
position: relative;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin: 8px;
|
margin: 8px;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
|
|
@ -36,6 +37,11 @@
|
||||||
|
|
||||||
.activeTick {
|
.activeTick {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
margin: auto;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue