Use SVG icons in more places

This commit is contained in:
Alex Gleason 2021-09-27 23:47:43 -05:00
parent 280e6f93ab
commit d85b6742fa
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
23 changed files with 43 additions and 13 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -286,10 +286,13 @@ a .account__avatar {
height: auto;
padding: 0 0 0 5px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
.dismiss-account-btn {
display: block;
margin-bottom: 5px;
.svg-icon {
width: 20px;
height: 20px;
}
}
@ -546,7 +549,7 @@ a .account__avatar {
flex-shrink: 0;
color: var(--primary-text-color--faint);
i.fa-calendar {
padding-right: 5px;
.svg-icon {
padding-right: 3px;
}
}

View file

@ -35,11 +35,12 @@
a {
color: var(--primary-text-color--faint);
margin-left: 10px;
margin-left: 8px;
}
i.fa {
font-size: 20px;
.svg-icon {
width: 18px;
height: 18px;
}
}
@ -69,6 +70,11 @@
background: var(--foreground-color);
border-radius: 8px;
padding-bottom: 13px;
.crypto-address__actions .svg-icon {
width: 22px;
height: 22px;
}
}
.profile-info-panel-content__fields {

View file

@ -37,3 +37,7 @@
align-items: center;
justify-content: center;
}
.lineawesome--gavel path {
fill: currentColor;
}

View file

@ -29,9 +29,11 @@
align-items: center;
line-height: normal;
.fa {
margin-right: 8px;
font-size: 20px;
.svg-icon {
width: 22px;
height: 22px;
margin-right: 5px;
transform: translateY(-1px);
}
}

View file

@ -18,13 +18,18 @@
.media-panel-header {
display: flex;
align-items: baseline;
align-items: center;
margin-bottom: 10px;
padding: 15px 15px 0;
&__icon {
margin-right: 10px;
font-size: 20px;
&.svg-icon {
width: 20px;
height: 20px;
}
}
&__label {

View file

@ -30,6 +30,11 @@
}
}
i.fa {
font-size: 22px;
margin-right: 10px;
}
.svg-icon {
width: 24px;
height: 24px;

View file

@ -211,11 +211,16 @@
outline: 0;
flex: 0 0 auto;
background: transparent;
padding: 5px;
padding: 5px 6px;
font-size: 16px;
border: 0;
color: rgba(#fff, 0.75);
.svg-icon {
width: 20px;
height: 20px;
}
&:active,
&:hover,
&:focus {