Skip to content

Commit

Permalink
DDW-641 - Include wallet names in dialog windows - new approach - fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DeeJayElly committed May 13, 2021
1 parent d2a8f34 commit b399af2
Showing 1 changed file with 8 additions and 1 deletion.
Expand Up @@ -17,29 +17,36 @@
line-height: 1.38;
margin-bottom: 20px;
}

i {
opacity: 0.5;
}

.selection {
font-family: var(--font-regular);
padding: 17px 20px;
}

.decimalsDropdownLabel {
> span {
margin-left: 6px;
}
}

.warningIcon {
svg {
width: 12px;
}
}

.assetToken {
text-align: left;
}

:global {
.Dialog_subtitle {
margin: -20px 0 20px;
margin: -20px 0 0;
text-align: center;
}
}
}

0 comments on commit b399af2

Please sign in to comment.