Skip to content

Commit 8bbd329

Browse files
author
jordanmccullough
committed
Remove custom modal style in favor of Bootstrap one
1 parent 2e40ef4 commit 8bbd329

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

_stylesheets/curriculum.scss

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -42,26 +42,6 @@ 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-
6545
#toc-toggle{
6646
position: fixed;
6747
top: 15px;

0 commit comments

Comments
 (0)