Update icon on Select when changing country on Photos

This commit is contained in:
2021-10-05 23:39:39 +02:00
parent 4a793b49af
commit d0fedfcc80
2 changed files with 20 additions and 5 deletions

View File

@@ -93,14 +93,15 @@
display: block;
width: 20px;
height: 20px;
fill: #fff;
overflow: hidden;
margin-right: 12px;
fill: #fff;
border-radius: 100%;
transition: fill 0.2s;
@include bp (sm) {
width: 26px;
height: 26px;
margin-right: 16px;
}
}