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/signature-request/signature-request-message/index.scss

24 lines
364 B

.signature-request-message {
flex: 1 60%;
max-height: 231px;
position: relative;
&__root {
flex: 1 100%;
overflow: auto;
@include screen-sm-min {
width: auto;
}
}
&__scroll-button {
position: absolute;
right: 28px;
bottom: 12px;
border-radius: 50%;
height: 24px;
width: 24px;
cursor: pointer;
}
}