This commit is contained in:
Le Van Duc 2023-11-24 09:32:15 +07:00
parent 7f7f3d06b5
commit 23cbf32455
4 changed files with 196 additions and 195 deletions

View file

@ -415,4 +415,32 @@ ul.problem-list {
min-width: 7em;
}
}
}
.new-problem-info {
background-color: #fff6dd;
border-radius: 25px;
font-size: 14px;
height: 25px;
width: 98%;
display: table;
padding: 5px;
margin-top: 14px;
border: solid;
border-color: black;
border-width: 0.1px;
}
.info-block {
display:table-cell;
vertical-align:middle;
margin-right: auto;
}
@media screen and (min-width: 1100px) {
.d-flex-problem {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
}