mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-15 08:13:07 -06:00
Re-add red border to form errors, limit like button to logged in users
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user