Use SVG icons in more places
This commit is contained in:
parent
280e6f93ab
commit
d85b6742fa
23 changed files with 43 additions and 13 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -37,3 +37,7 @@
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.lineawesome--gavel path {
|
||||
fill: currentColor;
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -30,6 +30,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
i.fa {
|
||||
font-size: 22px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.svg-icon {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue