Skip to content

Commit

Permalink
[req-changes] Added CSS for plan selection on status page
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Jan 4, 2024
1 parent f9c26a4 commit 210f5bc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions client/components/status/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,19 @@ progress + p.progress {
margin-top: 0px;
margin-bottom: 15px;
}
#status .plans .plan {
padding: 20px;
margin-bottom: 20px;
text-align: left;
line-height: 1.8em;
border: 1px solid #b4b4b4 !important;
}
#status .plans .plan:last-child {
margin-bottom: 0;
}
#status .plan:hover {
border: 1px solid #464646 !important;
}

@media screen and (min-width: 0px) and (max-width: 500px) {
.logout-modal-container p.message {
Expand Down

0 comments on commit 210f5bc

Please sign in to comment.