fix: small icon size for payment icons (#253)
This commit is contained in:
parent
df0de0633c
commit
8998e23d37
@ -1,3 +1,3 @@
|
|||||||
<?php
|
<?php
|
||||||
$version = "v1.18.1";
|
$version = "v1.18.2";
|
||||||
?>
|
?>
|
||||||
@ -333,8 +333,9 @@ main > .contain {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.subscription .price img {
|
.subscription .price img {
|
||||||
width: 35px;
|
width: 45px;
|
||||||
height: 24px;
|
height: 30px;
|
||||||
|
aspect-ratio: 3 / 2;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
margin-right: 12px;
|
margin-right: 12px;
|
||||||
}
|
}
|
||||||
@ -976,7 +977,7 @@ input[type="text"]:disabled {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.icon-search {
|
.icon-search {
|
||||||
width: 112px;
|
width: 156px;
|
||||||
height: 224px;
|
height: 224px;
|
||||||
top: 50px;
|
top: 50px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user