A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ciphermask/ui/components/app/modals/hide-token-confirmation-modal/index.scss

57 lines
879 B

.hide-token-confirmation {
min-height: 250.72px;
border-radius: 4px;
background-color: $white;
box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.5);
&__container {
padding: 24px 27px 21px;
display: flex;
flex-direction: column;
align-items: center;
}
&__identicon {
margin-bottom: 10px;
}
&__symbol {
@include Paragraph;
color: $tundora;
text-align: center;
margin-bottom: 7.5px;
}
&__title {
@include H3;
height: 30px;
width: 271.28px;
color: $tundora;
text-align: center;
margin-bottom: 10.5px;
}
&__copy {
@include Paragraph;
min-height: 41px;
width: 318px;
color: $scorpion;
text-align: center;
}
&__buttons {
display: flex;
flex-direction: row;
justify-content: center;
margin-top: 15px;
width: 100%;
}
&__button {
margin: 0 5px;
}
}