aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass')
-rw-r--r--client/src/sass/_variables.scss15
-rw-r--r--client/src/sass/application.scss8
2 files changed, 19 insertions, 4 deletions
diff --git a/client/src/sass/_variables.scss b/client/src/sass/_variables.scss
index f0ffb43ba..640746722 100644
--- a/client/src/sass/_variables.scss
+++ b/client/src/sass/_variables.scss
@@ -1,12 +1,19 @@
1$font-regular: 400;
2$font-semibold: 600;
3$font-bold: 700;
4
1$grey-color: #555; 5$grey-color: #555;
6$orange-color: #F1680D;
2 7
3$black-background: #1d2125; 8$black-background: #000;
4$grey-background: #f6f2f2; 9$grey-background: #f6f2f2;
5 10
6$menu-color-link: #9cabb8; 11$button-height: 30px;
7$menu-color-block: #686f77; 12
13$menu-color: #fff;
14$menu-width: 240px;
8 15
9$header-height: 65px; 16$header-height: 50px;
10$header-border-color: #e9eff6; 17$header-border-color: #e9eff6;
11 18
12$footer-height: 30px; 19$footer-height: 30px;
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index 47e1b6df0..58f07612b 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -1,3 +1,5 @@
1$FontPathSourceSansPro: "../fonts/source-sans-pro";
2@import '~source-sans-pro/source-sans-pro';
1@import '~primeng/resources/themes/bootstrap/theme.css'; 3@import '~primeng/resources/themes/bootstrap/theme.css';
2@import '~primeng/resources/primeng.css'; 4@import '~primeng/resources/primeng.css';
3@import '~video.js/dist/video-js.css'; 5@import '~video.js/dist/video-js.css';
@@ -7,6 +9,12 @@
7 display: none !important; 9 display: none !important;
8} 10}
9 11
12body {
13 font-family: 'Source Sans Pro';
14 font-weight: $font-regular;
15 color: #000;
16}
17
10input.readonly { 18input.readonly {
11 /* Force blank on readonly inputs */ 19 /* Force blank on readonly inputs */
12 background-color: #fff !important; 20 background-color: #fff !important;