feat(design): correct bitcoin icon across all views
This commit is contained in:
parent
b78dd84a23
commit
c19bbc539e
8 changed files with 47 additions and 9 deletions
|
|
@ -27,3 +27,14 @@ ion-tabs.ion-tabs-transparent {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// .placeholder-icon padding cannot be modified by a variable
|
||||
$placeholder-icon-padding: 10px;
|
||||
.placeholder-icon {
|
||||
&:first-child {
|
||||
padding-right: $placeholder-icon-padding;
|
||||
}
|
||||
&:last-child {
|
||||
padding-left: $placeholder-icon-padding;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue