1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Update icons on the settings page (#12359)

This commit is contained in:
filipsekulic 2021-10-29 13:55:23 +02:00 committed by GitHub
parent 90e55a445e
commit 6221365980
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,3 @@
<svg viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg">
<path d="M380.4 756.7c-4.5 0-9-1.7-12.4-5.1-6.8-6.8-6.8-17.9 0-24.7L594.9 500 368 273.2c-6.8-6.8-6.8-17.9 0-24.7s17.9-6.8 24.7 0L632 487.6c6.8 6.8 6.8 17.9 0 24.7L392.8 751.6c-3.5 3.4-7.9 5.1-12.4 5.1z" fill="#231f20"/>
<svg viewBox="0 0 10 14" fill="#6A737D" xmlns="http://www.w3.org/2000/svg">
<path d="M8.90625 7.53125C9.1875 7.25 9.1875 6.78125 8.90625 6.5L2.84375 0.40625C2.53125 0.125 2.0625 0.125 1.78125 0.40625L1.0625 1.125C0.78125 1.40625 0.78125 1.875 1.0625 2.1875L5.875 7L1.0625 11.8438C0.78125 12.1562 0.78125 12.625 1.0625 12.9062L1.78125 13.625C2.0625 13.9062 2.53125 13.9062 2.84375 13.625L8.90625 7.53125Z" fill="#6A737D"/>
</svg>

Before

Width:  |  Height:  |  Size: 296 B

After

Width:  |  Height:  |  Size: 429 B

View File

@ -61,9 +61,8 @@
@media screen and (max-width: $break-small) {
display: block;
background-image: url('/images/caret-right.svg');
width: 36px;
height: 36px;
opacity: 0.5;
width: 8.27px;
height: 13.64px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;

View File

@ -115,7 +115,7 @@
&__close-button::after {
content: '\00D7';
font-size: 40px;
color: $dusty-gray;
color: $ui-4;
cursor: pointer;
}