Fix close icon

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-02-25 08:10:54 +01:00
parent fe8e90f920
commit 5a9e1a1482
No known key found for this signature in database
GPG key ID: 9760693FDD98A790
2 changed files with 6 additions and 6 deletions

View file

@ -90,7 +90,7 @@ limitations under the License.
}
.mx_ImageView_button {
padding-left: 24px;
margin-left: 24px;
display: block;
&::before {
@ -130,11 +130,12 @@ limitations under the License.
}
.mx_ImageView_button_close {
padding-left: 32px;
border-radius: 100%;
background: #21262C;
&::before {
width: 32px;
height: 32px;
mask-image: url('$(res)/img/image-view/close.svg');
background-color: none;
mask-size: 40%;
}
}