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/customize-nonce/index.scss

53 lines
691 B

.customize-nonce-modal {
padding-left: 24px;
padding-right: 18px;
display: flex;
flex-flow: column nowrap;
&__main-header {
display: flex;
align-items: center;
padding-top: 24px;
}
&__main-title {
flex: 1;
}
&__close {
@include H4;
color: var(--ui-black);
background: none;
flex: 0;
align-self: flex-start;
}
& &__link {
@include H6;
display: inline;
padding-left: 5px;
}
& &__reset {
@include H7;
}
&__input {
input {
@include Paragraph;
width: 100%;
}
}
}
.customize-nonce-modal-content {
padding: 0;
}
.customize-nonce-modal-container {
height: 324px;
width: 100%;
}