-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* References Working on issue #67 SAFETAG/SAFETAG#67
- Loading branch information
Seamus Tuohy
committed
Dec 17, 2014
1 parent
de35a2b
commit 2e86e76
Showing
2 changed files
with
83 additions
and
0 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,71 @@ | ||
|
||
/* Colors */ | ||
|
||
h1, | ||
h2, | ||
h3 { | ||
text-transform: uppercase; | ||
color: #404965; | ||
} | ||
|
||
h4 { | ||
color: #60A144; | ||
} | ||
|
||
.h5 { | ||
color: #000000; | ||
} | ||
|
||
.orange_sub { | ||
color: #DE5D5A; | ||
} | ||
|
||
|
||
.confidential { | ||
border-style: dashed; | ||
border-color: red; | ||
border-width: 3px; | ||
} | ||
|
||
/* | ||
line above and below | ||
running people icon to the left | ||
float right of the icon | ||
*/ | ||
.activity {} | ||
|
||
/* | ||
line above and below | ||
speech bubbles icon to the left | ||
float right of the icon | ||
*/ | ||
.discussion {} | ||
|
||
/* | ||
line above and below | ||
person icon to the left | ||
float right of the icon | ||
*/ | ||
.input {} | ||
|
||
/* | ||
line above and below | ||
magnefying glass icon to the left | ||
float right of the icon | ||
*/ | ||
.deepening {} | ||
|
||
/* | ||
line above and below | ||
puzzle icon to the left | ||
float right of the icon | ||
*/ | ||
.synthesis {} | ||
|
||
/* | ||
line above and below | ||
pencil icon to the left | ||
float right of the icon | ||
*/ | ||
.handout {} | ||
|