This website requires JavaScript.
Explore
Help
Sign In
m
/
metamask-extension
Watch
1
Star
0
Fork
0
You've already forked metamask-extension
mirror of
https://github.com/kremalicious/metamask-extension.git
synced
2024-11-27 12:56:01 +01:00
Code
ff521fe210
metamask-extension
/
ui
/
components
/
app
/
add-token-button
/
index.scss
7 lines
85 B
SCSS
Raw
Normal View
History
Unescape
Escape
Extract Add Token button into its own component
2018-10-16 22:54:34 +02:00
.
add-token-button
{
Redesign 'Add Token' component (#8260) The 'Add Token' component has been redesigned to be more in-line with the new home screen design. The description instructing the user to click the 'Add Token' button has been removed, and the section itself has been made roughly the same size as one of the list item. The text now appears on just one line, overflowing to two if necessary.
2020-03-31 15:31:32 +02:00
&
__button
{
use UI button for add token functionality (#8781)
2020-06-12 18:22:00 +02:00
max-width
:
200
px
;
margin
:
16
px
auto
;
Extract Add Token button into its own component
2018-10-16 22:54:34 +02:00
}
}
Copy Permalink