Refactor in send view
This commit is contained in:
parent
aec012ea46
commit
7bba563287
2 changed files with 7 additions and 4 deletions
|
|
@ -52,6 +52,9 @@
|
|||
position: absolute;
|
||||
bottom: 254px;
|
||||
top: 66px;
|
||||
.light {
|
||||
color: #A4A4A4;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -84,7 +87,8 @@
|
|||
|
||||
.operator-send {
|
||||
font-weight: bolder;
|
||||
background-color: #f7f7f7;
|
||||
color: #f8f8f8;
|
||||
background-color: #172565;
|
||||
font-size: 36px;
|
||||
cursor: pointer;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue