Merge pull request #1066 from Reflex-Gravity/master

Fixed broken tick icons placement in Settings
This commit is contained in:
Liyas Thomas
2020-08-11 08:39:16 +05:30
committed by GitHub

View File

@@ -14,6 +14,7 @@
.color {
display: inline-flex;
align-items: center;
position: relative;
justify-content: center;
margin: 8px;
padding: 16px;
@@ -36,6 +37,11 @@
.activeTick {
position: absolute;
margin: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
}
</style>