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.

108 lines
1.6 KiB

2 years ago
.device-container {
height: 100vh;
position: relative;
}
.title-rev {
position: absolute;
top: 0px;
left: 20px;
line-height: 45px;
font-size: 17px;
}
.bt-clear {
position: absolute;
top: 8px;
right: 165px;
width: 55px !important;
height: 29px;
font-size: 14px;
display: flex;
justify-content: center;
align-items: center;
padding: 0;
}
.checkbox-scroll {
position: absolute;
top: 0;
right: 90px;
height: 45px;
font-size: 15px;
display: flex;
align-items: center;
}
.checkbox-rev-hex {
position: absolute;
top: 0px;
right: 20px;
height: 45px;
font-size: 15px;
display: flex;
align-items: center;
}
.scroll-view-container {
position: absolute;
top: 45px;
left: 20px;
right: 20px;
padding: 0 3px 0 5px;
background-color: #E5E5E5;
}
.scroll-view-rev {
height: 150px;
background-color: #E5E5E5;
}
.view-rev-gap {
height: 5px;
}
.text-rev {
font-size: 14px;
word-break: break-all;
font-family: Monospace;
}
.title-send {
position: absolute;
top: 200px;
left: 20px;
font-size: 17px;
line-height: 45px;
}
.checkbox-send-hex {
position: absolute;
top: 200px;
right: 20px;
height: 45px;
font-size: 15px;
display: flex;
align-items: center;
}
.view-input-send {
position: absolute;
top: 245px;
left: 20px;
right: 20px;
padding: 2px 3px;
background-color: #E5E5E5;
overflow-x: hidden;
}
.input-send {
height: 84px;
width: 100%;
background-color: #E5E5E5;
}
.view-bt-send {
position: absolute;
top: 370px;
left: 20px;
right: 20px;
display: flex;
}
.bt-send {
flex: 1;
height: 45px;
display: flex;
justify-content: center;
align-items: center;
}