Save Problem UI

This commit is contained in:
Le Van Duc 2023-11-17 07:43:07 +07:00
parent 9211bd1788
commit 01006b315b
2 changed files with 51 additions and 48 deletions

View file

@ -416,3 +416,19 @@ ul.problem-list {
}
}
}
.new-problem-info {
background-color: #fff6dd;
border-radius: 25px;
font-size: 14px;
height: 25px;
width: 100%;
display: table;
padding: 5px;
margin-top: 12px;
}
.info-block {
display:table-cell;
vertical-align:middle;
}