diff options
Diffstat (limited to 'client/src/app/about/about.component.scss')
-rw-r--r-- | client/src/app/about/about.component.scss | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/client/src/app/about/about.component.scss b/client/src/app/about/about.component.scss deleted file mode 100644 index a63cd229c..000000000 --- a/client/src/app/about/about.component.scss +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | @import '_variables'; | ||
2 | @import '_mixins'; | ||
3 | |||
4 | .section-title { | ||
5 | font-weight: $font-semibold; | ||
6 | font-size: 20px; | ||
7 | margin-bottom: 5px; | ||
8 | } | ||
9 | |||
10 | .short-description, .description, .terms, .signup { | ||
11 | margin-bottom: 30px; | ||
12 | } | ||