-
Notifications
You must be signed in to change notification settings - Fork 498
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split gh-pages.sass into partials; adjust to the updated AnchorJS.
- Loading branch information
Florian Kissling
committed
Jun 9, 2015
1 parent
2446037
commit 3b588ad
Showing
13 changed files
with
136 additions
and
229 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
.alert | ||
padding: 20px | ||
margin: 20px 0 | ||
border: 1px solid #EEE | ||
border-left-width: 5px | ||
border-radius: 3px | ||
.btn-set-scaling-classes | ||
margin-top: 5px | ||
&-info | ||
border-left-color: #CE4844 | ||
background: white | ||
color: #333 | ||
h4 | ||
color: #CE4844 | ||
margin-top: 0 | ||
margin-bottom: 5px | ||
font-size: 18px |
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,6 @@ | ||
.anchorjs-link | ||
color: inherit | ||
transition: all .25s linear | ||
|
||
*:hover > .anchorjs-link | ||
margin-left: -1.125em !important |
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,8 @@ | ||
.btn-outline | ||
border-color: $component-active-bg | ||
color: $component-active-bg | ||
background-color: transparent | ||
&:hover, | ||
&:active | ||
color: $component-active-color | ||
background-color: $component-active-bg |
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,25 @@ | ||
a | ||
&:hover, | ||
&:focus | ||
text-decoration: none | ||
|
||
h1[id] | ||
padding-top: 20px | ||
margin-top: 0 | ||
|
||
.row | ||
padding-bottom: 20px | ||
|
||
@media (min-width: $screen-sm) | ||
.jumbotron | ||
padding-top: 60px | ||
padding-bottom: 60px | ||
font-size: $lead-font-size | ||
h1 | ||
font-size: 32px | ||
.lead | ||
font-size: $lead-font-size | ||
.btn-lg | ||
margin: 20px 0 | ||
padding: 18px 24px | ||
font-size: $lead-font-size |
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,22 @@ | ||
.footer | ||
text-align: center | ||
color: #ccc | ||
a | ||
+link | ||
small a | ||
color: #999 | ||
&-links | ||
margin-top: $padding-large-horizontal | ||
margin-bottom: 0 | ||
padding-bottom: $padding-large-horizontal | ||
padding-left: 0 | ||
list-style: none | ||
font-size: 14px | ||
li | ||
display: inline | ||
margin-left: 2px | ||
margin-right: 2px | ||
.demo & | ||
padding-top: 200px | ||
padding-bottom: 80px | ||
@extend %background-image |
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,8 @@ | ||
.home | ||
padding-bottom: 30px | ||
@extend %background-image | ||
background-position: 50% 50% | ||
body | ||
background-color: transparent | ||
.container | ||
max-width: 700px |
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,36 @@ | ||
.jumbotron | ||
background-color: transparent | ||
text-align: center | ||
font-weight: normal | ||
&-title | ||
margin-top: 40px | ||
font-size: 28px | ||
h2 | ||
text-align: center | ||
font-size: 16px | ||
hr | ||
border-color: #eee | ||
width: 100px | ||
.lead | ||
font-size: 16px | ||
a | ||
+link | ||
.form-group | ||
background: none | ||
.select2-wrapper | ||
width: 300px | ||
text-align: left | ||
margin: 0 auto $padding-large-horizontal | ||
transition: all .1s ease-in-out | ||
.btn | ||
&-outline | ||
padding: 18px 24px | ||
transition: all .1s ease-in-out | ||
&-lg | ||
padding: 10px 16px | ||
font-size: 18px | ||
line-height: 1.33 | ||
border-radius: 6px | ||
margin-top: 15px | ||
margin-bottom: 15px | ||
margin-left: 0 |
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,4 @@ | ||
.navbar-default | ||
background: rgba(#fff,.95) | ||
border-width: 0 0 1px | ||
border-radius: 0 |
This file was deleted.
Oops, something went wrong.
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