mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 19:10:22 +01:00
20 lines
293 B
SCSS
20 lines
293 B
SCSS
.confirm-send-token {
|
|
&__title {
|
|
padding: 4px 0;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
&__identicon {
|
|
flex: 0 0 auto;
|
|
}
|
|
|
|
&__title-text {
|
|
font-size: 2.25rem;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
padding-left: 8px;
|
|
}
|
|
}
|