Skip to content

Commit

Permalink
Adds proper styles, Solves Issue rugk#12
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanksies committed Oct 3, 2020
1 parent 2e6985c commit 9b83e84
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/common/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,20 @@ a:active {
margin-top: 8px;
}

#messageContrast {
display: grid;
grid-template-columns: 30px 1fr;
grid-template-rows: 1fr 40px;
}

#messageContrast > a {
grid-area: 2/2;
}

#messageContrast > a > button {
margin-left: 0;
}

.error {
color: var(--white-100);
background-color: var(--red-60);
Expand Down Expand Up @@ -211,6 +225,7 @@ a:active {
/* icons for the message boxes */
.message-box::before {
display: inline-block;
align-self: baseline;

/* fixed size */
background-size: 16px 16px;
Expand Down

0 comments on commit 9b83e84

Please sign in to comment.