We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10c2f4 commit 3613a91Copy full SHA for 3613a91
_stylesheets/curriculum.scss
@@ -42,6 +42,26 @@ table{
42
}
43
44
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
65
#toc-toggle{
66
position: fixed;
67
top: 15px;
0 commit comments