Skip to content

Commit

Permalink
wip replacing fundament with bootstrap
Browse files Browse the repository at this point in the history
* also removed (hopefully) not needed files
  • Loading branch information
csae8092 committed Jun 3, 2024
1 parent 42d0c6f commit 871b5e0
Show file tree
Hide file tree
Showing 13 changed files with 133 additions and 239 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ webpage/migrations/*
# envs

env/
venv/
server.py
s_wsgy.py
.env_dev
Expand Down
19 changes: 0 additions & 19 deletions webpage/static/webpage/css/fundament.css

This file was deleted.

10 changes: 7 additions & 3 deletions webpage/static/webpage/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ body {
display: flex;
flex-direction: column;
height: 100%;
font-family: 'Fira Sans' !important;
}

/*remove round corners everywhere*/
Expand All @@ -33,8 +32,8 @@ footer {


.card {
overflow: visible;
margin-bottom: 20px;
border-top: 5px solid #88dbdf;
overflow: hidden;
}

a, .btn-link {
Expand Down Expand Up @@ -153,4 +152,9 @@ label:first-letter {
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

.navbar {
border-bottom: 5px solid #88dbdf;
margin-bottom: 20px;
}
4 changes: 0 additions & 4 deletions webpage/static/webpage/fonts/font-awesome.min.css

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions webpage/static/webpage/libraries/jquery/jquery.js

This file was deleted.

5 changes: 0 additions & 5 deletions webpage/static/webpage/libraries/popper/popper.min.js

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 871b5e0

Please sign in to comment.