We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7316d70 commit aa8083dCopy full SHA for aa8083d
src/assets/dai-logo.svg
src/components/card/UplinkCard.vue
@@ -376,8 +376,8 @@ export default Vue.extend({
376
&__front {
377
background-color: $dai-background;
378
background-image: url('~@/assets/dai-logo.svg');
379
- background-position: left -120px top -60px;
380
- background-size: auto 380px;
+ background-position: left -80px top -20px;
+ background-size: auto 300px;
381
382
&__balance {
383
// Needs additional specificity to override previous style
src/components/dialog/pages/SelectAsset.vue
@@ -101,7 +101,7 @@ export default {
101
102
&--dai {
103
104
- background-size: 100px;
+ background-size: 78px;
105
}
106
107
@at-root #{$button}:hover:not(#{$button}--disabled) & {
0 commit comments