Skip to content

Commit d7ba1e5

Browse files
committed
Remove unecessary classes
1 parent b6078fa commit d7ba1e5

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

webpack/sass/main.scss

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import "../node_modules/@creativecommons/vocabulary/css/vocabulary.css";
2+
13
//Color Variables
24
$pumpkin: #e15803;
35
$orange: #FB7928;
@@ -46,10 +48,6 @@ h2 {
4648
}
4749
}
4850

49-
.footer {
50-
bottom: 0;
51-
}
52-
5351
.card-columns {
5452
column-count: 2;
5553
}
@@ -111,17 +109,6 @@ h2 {
111109
font-size: 0.8rem;
112110
}
113111

114-
#back-to-top {
115-
cursor: pointer;
116-
position: fixed;
117-
bottom: 20px;
118-
right: 20px;
119-
display: none;
120-
background-color: $blue;
121-
border: none;
122-
z-index: 1;
123-
}
124-
125112
.dropdown-item {
126113
font-size: 1.2em;
127114
text-align: left;

0 commit comments

Comments
 (0)