summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-ui/src/components/home/ContactSection.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'opendc-web/opendc-web-ui/src/components/home/ContactSection.module.scss')
-rw-r--r--opendc-web/opendc-web-ui/src/components/home/ContactSection.module.scss20
1 files changed, 0 insertions, 20 deletions
diff --git a/opendc-web/opendc-web-ui/src/components/home/ContactSection.module.scss b/opendc-web/opendc-web-ui/src/components/home/ContactSection.module.scss
deleted file mode 100644
index 9ab4fcb1..00000000
--- a/opendc-web/opendc-web-ui/src/components/home/ContactSection.module.scss
+++ /dev/null
@@ -1,20 +0,0 @@
-.contactSection {
- background-color: #444;
- color: #ddd;
-
- a {
- color: #ddd;
-
- &:hover {
- color: #fff;
- }
- }
-
- .tudelftIcon {
- height: 100px;
- }
-
- .disclaimer {
- color: #cccccc;
- }
-}