This repository has been archived by the owner on Jan 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move custom components to Semantic (#294)
* Move Competition Box to Semantic * Make PermissionsMessage more flexible * Move RegistrationRequirements to Semantic * Move Home Info Box to Semantic * Move registration requirements to accordion * Add periods to Registration Requirements * Delete unncessary css * Make text slightly bigger * Move Processing to Modal * Make Tabs not overflow * Extract Logo out of Information and put it in the corner
- Loading branch information
1 parent
95a9a68
commit e40c677
Showing
19 changed files
with
384 additions
and
357 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,6 @@ | ||
@import '../../style/font-sizes'; | ||
@import '../../style/margins'; | ||
@import '../../style/colors'; | ||
.information{ | ||
font-size: $sub-header-size; | ||
line-height: 1.3em; | ||
padding: 30px; | ||
.information-header{ | ||
margin-bottom: $double-margin; | ||
font-weight: bold; | ||
font-size: 1.1em; | ||
img{ | ||
display: none; | ||
} | ||
} | ||
.home-container{ | ||
padding: 20px; | ||
} | ||
.registration-period{ | ||
font-size: $sub-header-size; | ||
line-height: 1.3em; | ||
padding: 0 30px 30px; | ||
.registration-header{ | ||
margin-bottom: $double-margin; | ||
font-weight: bold; | ||
} | ||
} | ||
.bookmarked{ | ||
text-align: center; | ||
font-size: $sub-header-size; | ||
margin-top: $double-margin; | ||
} | ||
.requirements{ | ||
font-weight: 500; | ||
font-size: $sub-header-size; | ||
background-color: $requirements-red; | ||
border-radius: 28px; | ||
padding: 30px; | ||
width: 90%; | ||
line-height: 3em; | ||
} | ||
.details{ | ||
font-size: $sub-header-size; | ||
line-height: $header-size; | ||
background-color: #EBEBEB; | ||
margin-top: $triple-margin; | ||
border-radius: 28px; | ||
padding: 30px; | ||
ul{ | ||
margin: 0; | ||
} | ||
.detailHeader{ | ||
font-weight: bold; | ||
} | ||
p{ | ||
display: inline; | ||
} | ||
.delegateLink{ | ||
margin-right: $single-margin; | ||
&::after{ | ||
content: ','; | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.