Color swatch "selected" state - Icon looks weird (#11003)

This commit is contained in:
Jan Skovgaard
2021-09-01 16:35:13 +02:00
committed by GitHub
parent b201c85c2c
commit 95386cd116

View File

@@ -1,19 +1,17 @@
.check_circle {
display: flex;
justify-content: center;
align-items: center;
width: 20px;
height: 20px;
margin: 0 auto;
.icon {
background-color: rgba(0,0,0,.15);
border-radius: 50%;
padding: 3px;
color: @white;
font-size: 1em;
display: flex;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
float: left;
}
}