diff options
Diffstat (limited to 'frontend/src/components/home/ContactSection.sass')
| -rw-r--r-- | frontend/src/components/home/ContactSection.sass | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/frontend/src/components/home/ContactSection.sass b/frontend/src/components/home/ContactSection.sass new file mode 100644 index 00000000..2cde7391 --- /dev/null +++ b/frontend/src/components/home/ContactSection.sass @@ -0,0 +1,15 @@ +.contact-section + background-color: #444 + color: #ddd + + a + color: #ddd + + a:hover + color: #fff + + .tudelft-icon + height: 100px + + .disclaimer + color: #cccccc |
