Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Layerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ RUN REPEATABLE docker-compose up -d --build --force-recreate --remove-orphans &&

EXPOSE WEBSITE localhost:8000

RUN docker-compose exec cypress bash /app/run_tests.sh
6 changes: 3 additions & 3 deletions services/web/src/views/main/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ body {
}

.mainBody header {
background: #0c5db8;
background: red;
}

.mainBody .sidebar {
background: #1c4784;
background: pink;
height: auto;
flex: 0 0 200px;
}
Expand Down Expand Up @@ -88,4 +88,4 @@ header {
background: #fff;
border-radius: 5px;
border: 1px solid #000;
}
}