Re-add red border to form errors, limit like button to logged in users

This commit is contained in:
Xevion
2022-03-30 01:36:32 -05:00
parent d16df75bf5
commit 11394bfb7e
4 changed files with 9 additions and 15 deletions

View File

@@ -304,6 +304,7 @@ nav, footer {
right: 1em;
color: #b0c9f3;
cursor: pointer;
&.liked {
color: #1b53a8;
}
@@ -382,6 +383,7 @@ nav, footer {
.index-flex {
display: flex;
justify-content: space-around;
.new-users, .statistics {
margin-top: 0 !important;
@@ -403,15 +405,10 @@ nav, footer {
}
}
span.error-message {
margin: 0.5em;
.errors > li {
//margin: 0.5em;
border: 1px solid red;
padding: 0.3em;
&.center-message {
margin: 0 auto;
display: table;
}
}
form {