This repository has been archived by the owner on Feb 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 308
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Style the tabs and the initial pay form
- Loading branch information
1 parent
3f428f8
commit 87f377b
Showing
6 changed files
with
233 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
#npm { | ||
|
||
#notice { | ||
display: none; | ||
} | ||
|
||
#main { | ||
margin-top: 0; | ||
} | ||
|
||
#content { | ||
.nav { | ||
margin-bottom: 40px; | ||
|
||
li { | ||
width: 50%; | ||
text-align: center; | ||
display: block; | ||
float: left; | ||
margin: 40px 0 0; | ||
padding: 0; | ||
a { | ||
font: normal 18pt/24pt $Ideal; | ||
display: block; | ||
height: 64pt; | ||
padding: 20pt 0; | ||
border-bottom: 0; | ||
|
||
.textwrap { | ||
color: $black; | ||
display: inline-block; | ||
border-bottom: 4pt solid transparent; | ||
} | ||
|
||
&:hover { | ||
background: none; | ||
} | ||
|
||
&.selected { | ||
.textwrap { | ||
border-bottom-color: $green; | ||
font-weight: bold; | ||
} | ||
} | ||
} | ||
} | ||
} | ||
|
||
textarea { | ||
height: 192px; | ||
width: 100%; | ||
font: 10px/12px $Mono; | ||
} | ||
} | ||
} |
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