Skip to content

Commit 3613a91

Browse files
author
jordanmccullough
committed
Add help styling
1 parent d10c2f4 commit 3613a91

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

_stylesheets/curriculum.scss

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,26 @@ table{
4242
}
4343
}
4444

45+
.help{
46+
position: fixed;
47+
z-index: 1000;
48+
width: 100%;
49+
height: 100%;
50+
top: 0;
51+
left: 0;
52+
display: none;
53+
54+
.content{
55+
width: 300px;
56+
height: 33%;
57+
margin: 15% auto 0 auto;
58+
border: solid 1px $gray-light;
59+
border-radius: 5px;
60+
background: $gray-lighter;
61+
box-shadow: 0 0 30px $gray-dark;
62+
}
63+
}
64+
4565
#toc-toggle{
4666
position: fixed;
4767
top: 15px;

0 commit comments

Comments
 (0)