Cleaning styles
Some checks failed
Music Collection CI Workflow / test (./frontend) (push) Successful in 18s
Music Collection CI Workflow / test (./backend) (push) Successful in 21s
Music Collection CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/msuic-collection-backend, ./backend) (push) Successful in 49s
Music Collection CI Workflow / deploy (push) Has been cancelled
Music Collection CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/music-collection-frontend, ./frontend) (push) Has been cancelled

This commit is contained in:
Phill Pover 2025-04-05 10:21:14 +01:00
parent de19903ec1
commit f7b2d36a85
2 changed files with 9 additions and 5 deletions

View File

@ -71,9 +71,13 @@ export default function Page() {
<div className="six columns"> <div className="six columns">
<label htmlFor="album-artist">Artist</label><input type="text" name="artist" id="album-artist" /> <label htmlFor="album-artist">Artist</label><input type="text" name="artist" id="album-artist" />
</div> </div>
</div>
<div className="row">
<div className="six columns"> <div className="six columns">
<label htmlFor="album-genre">Genre</label><input type="text" name="genre" id="album-genre" /> <label htmlFor="album-genre">Genre</label><input type="text" name="genre" id="album-genre" />
</div> </div>
</div>
<div className="row">
<div className="six columns"> <div className="six columns">
<button type="submit">Create</button> <button type="submit">Create</button>
</div> </div>

View File

@ -558,7 +558,7 @@ body {
font-weight: 400; font-weight: 400;
font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #3fc6f1; color: #3fc6f1;
background-color: #736b5e} background-color: #1e1c18}
/* Typography /* Typography
@ -972,10 +972,10 @@ there.
display: block; display: block;
width: 100%; width: 100%;
height: 6.5rem; height: 6.5rem;
background: #fff; background: #1e1c18;
z-index: 99; z-index: 99;
border-top: 1px solid #eee; border-top: 1px solid #333;
border-bottom: 1px solid #eee; } border-bottom: 1px solid #333; }
.navbar-spacer { .navbar-spacer {
display: none; } display: none; }
.navbar > .container { .navbar > .container {
@ -995,7 +995,7 @@ there.
margin-right: 35px; margin-right: 35px;
text-decoration: none; text-decoration: none;
line-height: 6.5rem; line-height: 6.5rem;
color: #222; } color: #c7c7c7; }
.navbar-link.active { .navbar-link.active {
color: #33C3F0; } color: #33C3F0; }
.has-docked-nav .navbar { .has-docked-nav .navbar {