-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Bernard Kolobara
committed
Aug 21, 2013
1 parent
146c2a8
commit b4ed9ae
Showing
12 changed files
with
8,991 additions
and
38 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,43 @@ | ||
body { | ||
padding-top: 70px; | ||
} | ||
|
||
.absolute-center { | ||
margin: auto; | ||
position: absolute; | ||
top: 0; left: 0; bottom: 0; right: 0; | ||
margin: auto; | ||
position: absolute; | ||
top: 0; left: 0; bottom: 0; right: 0; | ||
} | ||
|
||
.checkin-nav { | ||
text-shadow: 0 -1px 0 rgba(0,0,0,.15); | ||
background-color: #563d7c; | ||
border-color: #463265; | ||
box-shadow: 0 1px 0 rgba(255,255,255,.1); | ||
} | ||
|
||
.navbar-toggle .icon-bar { | ||
background-color: #fff; | ||
} | ||
|
||
.checkin-nav .navbar-toggle { | ||
border-color: #563d7c; | ||
} | ||
|
||
.checkin-nav .navbar-nav > li > a { | ||
color: #cdbfe3; | ||
} | ||
|
||
.checkin-nav .navbar-nav > .active > a { | ||
color: #fff; | ||
background-color: #463265; | ||
} | ||
|
||
.title { | ||
color: #ffffff; | ||
} | ||
|
||
.logo { | ||
height: 30px; | ||
float: left; | ||
margin: 15px 5px; | ||
} |
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.