Skip to content

Commit

Permalink
Merge pull request #3679 from webkom/changes-to-interest-form
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarnakken committed Mar 15, 2023
2 parents c01c8b3 + ef674cd commit 101ace0
Show file tree
Hide file tree
Showing 4 changed files with 503 additions and 437 deletions.
20 changes: 1 addition & 19 deletions app/routes/companyInterest/components/CompanyInterest.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,6 @@
}
}

.mainHeading {
color: var(--lego-font-color);
letter-spacing: 2px;
text-transform: uppercase;
font-size: 25px;
font-weight: bold;
}

.semesterBox {
justify-content: space-between;
width: 125px;
Expand All @@ -82,16 +74,6 @@
margin-top: 5px;
}

.content {
display: flex;
flex-direction: row;
justify-content: flex-end;

@media (--small-viewport) {
flex-direction: column;
}
}

.section {
display: flex;
flex-direction: row;
Expand Down Expand Up @@ -160,5 +142,5 @@
}

.label {
color: rgb(194, 69, 56);
color: var(--danger-color);
}

0 comments on commit 101ace0

Please sign in to comment.