sync
This commit is contained in:
@@ -319,4 +319,32 @@
|
||||
margin: 0 10px;
|
||||
height: 400px;
|
||||
}
|
||||
}
|
||||
|
||||
.wo-send-status-msg {
|
||||
width: 460px;
|
||||
display: grid;
|
||||
grid-template-columns: minmax(80px, auto) 1fr;
|
||||
grid-auto-rows: minmax(32px, auto);
|
||||
|
||||
.ui-text {
|
||||
width: 100%;
|
||||
height: 80px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.ui-icon {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
fill: rgb(123, 28, 33);
|
||||
cursor: pointer;
|
||||
transition: opacity .12s ease;
|
||||
|
||||
&:focus,
|
||||
&:active,
|
||||
&:hover {
|
||||
outline: none;
|
||||
opacity: .4;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user