-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Redesign to support tabbed early voting view (#50)
* use OFFICIAL bootstrap sass instead of whatever this buggy one was. Updates bootstrap from 3.0.0 to 3.3.7. * initial redesigned site, no early info added yet. WIP for #35 * fix jquery, map resize fix for tabs * pin down jquery version (the updated bootstrap will upgrade it otherwise) * make it usable on mobile * adjust spinner position and make it not bigger than the button text
- Loading branch information
1 parent
078fdea
commit dc27e50
Showing
27 changed files
with
657 additions
and
717 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
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
main { | ||
background-color: $cambridgeLightBlue; | ||
} | ||
|
||
.navbar-cambridge { | ||
border-radius: 0; | ||
border: 0; | ||
border-bottom: 3px solid $cambridgeBorder; | ||
background-color: $cambridgeLightBlue; | ||
margin-bottom: 0; | ||
|
||
img { | ||
height: $navbarLogoHeight; | ||
} | ||
.navbar-nav li a { | ||
line-height: $navbarLogoHeight; | ||
color: darken($cambridgeLightBlue, 60%); | ||
} | ||
} | ||
|
||
.jumbotron-cambridge { | ||
margin-bottom: 0; | ||
padding: 3rem; | ||
background: inherit; | ||
|
||
h1 { | ||
font-size: calc(1rem + 4vw); | ||
} | ||
} | ||
|
||
.voting-result { | ||
display: none; | ||
} |
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.
dc27e50
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sweet, I will fetch these new changes to my fork and merge :3