Redesign UI
This commit is contained in:
parent
eaa7be6ec6
commit
d38342ad43
1 changed files with 4 additions and 5 deletions
|
@ -297,16 +297,15 @@ ul.problem-list {
|
||||||
|
|
||||||
.problem-feed-option {
|
.problem-feed-option {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
margin-left: auto;
|
margin-left: 2.5%;
|
||||||
margin-right: auto;
|
padding-bottom: 1em;
|
||||||
padding: 1em;
|
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
margin-bottom: 1em
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.problem-feed-option-item {
|
.problem-feed-option-item {
|
||||||
padding: 10px 15px;
|
padding: 10px 15px;
|
||||||
border-radius: 2em;
|
border-radius: 1em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background: lightgray;
|
background: lightgray;
|
||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
|
|
Loading…
Reference in a new issue