forked from codeforboston/cambridge_voting_locations
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initial redesigned site, no early info added yet. WIP for codeforbost…
- Loading branch information
thecristen
committed
Oct 10, 2016
1 parent
1601fa9
commit 190281f
Showing
15 changed files
with
311 additions
and
470 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
$navbarLogoHeight: 28px; | ||
$cambridgeBorder: darken($cambridgeLightBlue, 40%); | ||
|
||
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); | ||
} | ||
} | ||
|
||
.cambridge-tabs { | ||
padding-left: 3em; | ||
border-color: $cambridgeBorder; | ||
|
||
li a { | ||
text-transform: uppercase; | ||
font-weight: 600; | ||
padding: .75em 1.5em; | ||
border: 0; | ||
|
||
span { | ||
display: block; | ||
font-size: 2em; | ||
} | ||
|
||
&:hover { | ||
background-color: darken($cambridgeLightBlue, 10%); | ||
} | ||
} | ||
|
||
li.active a, li.active a:hover, li.active a:focus { | ||
border: 1px solid $cambridgeBorder; | ||
border-bottom-color: transparent; | ||
} | ||
} | ||
|
||
.cambridge-tab-content { | ||
background: $body-bg; | ||
padding: 3em; | ||
} | ||
|
||
.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
Oops, something went wrong.