Color swatch "selected" state - Icon looks weird (#11003)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user