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.
trezor-wallet/src/styles/signverify.less

36 lines
563 B

.signverify {
flex: 1;
display: flex;
flex-direction: row;
background: @color_white;
h2 {
line-height: 74px;
}
.sign,
.verify {
flex: 1;
display: flex;
flex-direction: column;
padding-left: 50px;
textarea {
resize: vertical;
width: 100%;
}
// textarea[readonly] {
// background: #A9A9A9;
// }
}
label {
color: #A9A9A9;
padding: 5px 0px;
}
.verify {
padding-right: 20px;
}
}