mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 11:01:41 +01:00
27 lines
433 B
SCSS
27 lines
433 B
SCSS
.add-token-button {
|
|
display: flex;
|
|
flex-direction: column;
|
|
color: lighten($scorpion, 25%);
|
|
width: 185px;
|
|
margin: 36px auto;
|
|
text-align: center;
|
|
|
|
&__help-header {
|
|
font-weight: bold;
|
|
font-size: 1rem;
|
|
}
|
|
|
|
&__help-desc {
|
|
font-size: 0.75rem;
|
|
margin-top: 1rem;
|
|
}
|
|
|
|
&__button {
|
|
font-size: 0.75rem;
|
|
margin: 1rem;
|
|
text-transform: uppercase;
|
|
color: $curious-blue;
|
|
cursor: pointer;
|
|
}
|
|
}
|