Skip to content
Snippets Groups Projects

Overall UI/UX improvements

Merged Madeleine Stenberg Jonassen requested to merge ui-last-implementations into main
11 files
+ 145
176
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -8,7 +8,7 @@ input {
padding: 5px;
border-radius: 5px;
border: none;
background-color: #E5E5E5;
background-color: #dedede;
margin-bottom: 10px;
font-family: monospace;
}
@@ -25,8 +25,6 @@ select{
font-family: monospace;
}
.space{
margin: 90px;
}
@@ -51,10 +49,7 @@ select{
.course-col:hover{
box-shadow: 0 0 20px 0px rgba(0,0,0,0.3);
}
.go-back-section{
padding-top: 5vh;
padding-left: 5vh;
}
/* ERROR HANDLE */
Loading