Some UI improvements

This commit is contained in:
cuom1999 2023-03-02 18:43:15 -06:00
parent 0708eb7bb0
commit 5d15cb9bad
21 changed files with 147 additions and 184 deletions

View file

@ -364,34 +364,10 @@ ul.problem-list {
}
}
.problem-feed-option {
width: 90%;
margin-left: 2.5%;
padding-bottom: 1em;
border-radius: 5px;
display: flex;
justify-content: space-between;
}
.problem-feed-option-item {
padding: 10px 15px;
border-radius: 1em;
font-weight: bold;
background: lightgray;
margin-right: 1em;
color: gray;
cursor: pointer;
}
.pcodecell {
text-transform: uppercase;
}
.problem-feed-option-item.active {
background: lightblue;
color: darkblue;
}
.problem-data-form {
.bad-file input, .bad-file .select2-selection {
border-color: red;