Created
November 3, 2013 21:30
-
-
Save JFickel/7295076 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
@import bourbon | |
@import layout | |
@import components | |
@import groups | |
@import home | |
@import teams | |
@import tournaments | |
@import users |
This file contains hidden or 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
.small-btn | |
text-decoration: none | |
padding: 1px 20px | |
margin-bottom: 0 | |
font-size: 15px | |
font-weight: normal | |
line-height: 1.33 | |
text-align: center | |
white-space: nowrap | |
vertical-align: middle | |
cursor: pointer | |
border: 1px solid transparent | |
border-radius: 6px | |
background-color: $primary | |
color: white | |
text-shadow: 0px 0px 10px white | |
&:hover | |
background-color: dodgerblue | |
.medium-btn | |
text-decoration: none | |
padding: 10px 20px | |
margin-bottom: 0 | |
font-size: 16px | |
font-weight: normal | |
line-height: 1.33 | |
text-align: center | |
white-space: nowrap | |
vertical-align: middle | |
cursor: pointer | |
border: 1px solid transparent | |
border-radius: 6px | |
background-color: $primary | |
color: white | |
text-shadow: 0px 0px 10px white | |
&:hover | |
background-color: dodgerblue |
This file contains hidden or 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
$primary: red | |
// $secondary: | |
// $tertiary: | |
// $quarternary: | |
// $quinary: | |
html | |
font-family: 'Expletus Sans', sans-serif | |
// .alert | |
// margin-left: 5% | |
// margin-right: 5% | |
// border-radius: 6px | |
// color: white | |
// background-color: #DB4D4D | |
// .devise_errors | |
// margin-left: 5% | |
// margin-right: 5% | |
// border-radius: 6px | |
// color: white | |
// background-color: #DB4D4D | |
// .notice | |
// margin-left: 5% | |
// margin-right: 5% | |
// border-radius: 6px | |
// color: white | |
// background-color: #6666FF | |
.nav | |
float: left | |
width: 100% | |
a | |
text-decoration: none | |
color: $primary | |
&:hover | |
color: dodgerblue | |
text-shadow: 0px 0px 5px dodgerblue | |
h1.logo | |
margin-top: 0 | |
float: left | |
font-weight: bold | |
margin-left: 2% | |
font-size: 250% | |
a | |
text-decoration: none | |
color: $primary | |
// text-shadow: 0px 0px 8px blue | |
&:hover | |
color: dodgerblue | |
text-shadow: 0px 0px 5px dodgerblue | |
.nav-links | |
list-style: none | |
float: right | |
width: 78% | |
margin-right: 2% | |
padding-top: 0.5% | |
a | |
text-decoration: none | |
display: inline-block | |
padding: 8px 16px | |
margin-bottom: 0 | |
font-size: 20px | |
font-weight: normal | |
line-height: 1.33 | |
text-align: center | |
white-space: nowrap | |
vertical-align: middle | |
cursor: pointer | |
border: 1px solid transparent | |
border-radius: 6px | |
background-color: $primary | |
color: white | |
text-shadow: 0px 0px 10px white | |
&:hover | |
color: white | |
background-color: dodgerblue | |
.in-controller | |
background-color: steelblue | |
text-shadow: 0px 0px 10px white | |
li | |
padding-top: 0px | |
float: left | |
margin-left: 4% | |
font-weight: bold | |
font-size: 18px | |
width: 160px | |
height: 30px | |
text-align: center | |
// padding: 8px 10px | |
.login_elements | |
margin-top: 1% | |
list-style: none | |
float: right | |
margin-right: 5% | |
padding-left: 0 | |
.first-tier | |
list-style: none | |
li | |
float: left | |
margin: 0 20px 0 0 | |
.second-tier | |
list-style: none | |
li | |
padding-top: 10px | |
width: 100% | |
text-align: right | |
padding-right: 20% | |
float: right | |
margin: 0 20px 0 0 | |
.signin-input | |
display: block | |
width: 95% | |
margin-right: 15px | |
height: 28px | |
padding: 4px 10px | |
font-size: 13px | |
line-height: 1.428571429 | |
color: #555555 | |
vertical-align: middle | |
background-color: #ffffff | |
border: 1px solid #cccccc | |
border-radius: 4px | |
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) | |
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s | |
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s | |
.signin-btn | |
text-shadow: 0px 0px 10px white | |
&:hover | |
background-color: dodgerblue | |
color: white | |
.container | |
margin-left: 5% | |
clear: left |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment