-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from mortenvn/new_icons
Added four new links, added tagline promoting the apps, removed production files from the repository and fixed a small schedule bug.
- Loading branch information
Showing
37 changed files
with
1,366 additions
and
5,366 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,3 +1,8 @@ | ||
# Production files | ||
/index.html | ||
css/build/ | ||
js/build/ | ||
|
||
# Node | ||
node_modules/ | ||
|
||
|
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,59 @@ | ||
.alert { | ||
margin: 0 10px 20px 0; | ||
padding: 10px 30px 10px 65px; | ||
box-shadow: 0 1px 3px rgba(49,112,143,0.7); | ||
background-color: #d9edf7; | ||
color: #31708f; | ||
position: relative; // Needed for absolute positioning of its content | ||
display: none; // Hidden by default | ||
|
||
.alert-icon { | ||
position: absolute; | ||
top: 0; // "top: 0; bottom: 0; margin: auto" trick to center vertically | ||
bottom: 0; | ||
left: 10px; | ||
margin: auto; | ||
width: 45px; | ||
height: 45px; | ||
} | ||
|
||
.close { | ||
position: absolute; | ||
top: 7px; | ||
right: 5px; | ||
text-shadow: none; | ||
cursor: pointer; | ||
font-size: 1.5em; | ||
color: #31708f; | ||
|
||
&:hover { | ||
color: #354f5d; | ||
} | ||
} | ||
|
||
.alert-inline-icon { | ||
display: inline; | ||
color: #31708f; | ||
text-shadow: none; | ||
position: relative; | ||
top: 2px; | ||
} | ||
} | ||
|
||
#grid.alert-padding { | ||
padding-top: 20px; | ||
} | ||
|
||
@include breakpoint (tiny_m) { | ||
#grid.alert-padding { | ||
padding-top: 10px; | ||
} | ||
|
||
.alert { | ||
margin-bottom: 12px; | ||
padding-left: 12px; | ||
} | ||
.alert .alert-icon { | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -124,5 +124,7 @@ $backgrey: #666; | |
|
||
.pictogram { | ||
font-size: 4em; | ||
position: relative; | ||
top: -3px; | ||
} | ||
} |
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 |
---|---|---|
|
@@ -18,8 +18,6 @@ | |
height: 100%; | ||
position: relative; | ||
} | ||
|
||
|
||
} | ||
|
||
.cardface { | ||
|
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
Oops, something went wrong.