diff options
| author | Ofer Lehr <ofer@oferlehr.com> | 2014-12-01 01:37:55 +0200 |
|---|---|---|
| committer | Ofer Lehr <ofer@oferlehr.com> | 2014-12-01 01:37:55 +0200 |
| commit | c7502ef8e03274282712fd03847b3088ee860981 (patch) | |
| tree | 23067cc30105911d0b11e75c16efa7bc104ceac4 /res/css/modules | |
| parent | f92ea38fff179613edb543b6435750c0ed64e573 (diff) | |
fixed broken fonts, div positioning and search bar drop shadow
Diffstat (limited to 'res/css/modules')
| -rw-r--r-- | res/css/modules/Typography.scss | 16 | ||||
| -rw-r--r-- | res/css/modules/colors.scss | 5 |
2 files changed, 12 insertions, 9 deletions
diff --git a/res/css/modules/Typography.scss b/res/css/modules/Typography.scss index 03d4a5b4..8a7d8fe7 100644 --- a/res/css/modules/Typography.scss +++ b/res/css/modules/Typography.scss @@ -2,18 +2,18 @@ @font-face { font-family: 'Source_Regular'; - src: url('../../font/sourcesanspro_regular/SourceSansPro-Regular-webfont.eot'); /* IE9 Compat Modes */ - src: url('../../font/sourcesanspro_regular/SourceSansPro-Regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url('../../font/sourcesanspro_regular/SourceSansPro-Regular-webfont.woff') format('woff'), /* Modern Browsers */ - url('../../font/sourcesanspro_regular/SourceSansPro-Regular-webfont.ttf') format('truetype'); /* Safari, Android, iOS */ + src: url('../font/sourcesanspro_regular/SourceSansPro-Regular-webfont.eot'); /* IE9 Compat Modes */ + src: url('../font/sourcesanspro_regular/SourceSansPro-Regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../font/sourcesanspro_regular/SourceSansPro-Regular-webfont.woff') format('woff'), /* Modern Browsers */ + url('../font/sourcesanspro_regular/SourceSansPro-Regular-webfont.ttf') format('truetype'); /* Safari, Android, iOS */ } @font-face { font-family: 'Source_Semibold'; - src: url('../../font/sourcesanspro_semibold/SourceSansPro-Semibold-webfont.eot'); /* IE9 Compat Modes */ - src: url('../../font/sourcesanspro_semibold/SourceSansPro-Semibold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url('../../font/sourcesanspro_semibold/SourceSansPro-Semibold-webfont.woff') format('woff'), /* Modern Browsers */ - url('../../font/sourcesanspro_semibold/SourceSansPro-Semibold-webfont.ttf') format('truetype'); /* Safari, Android, iOS */ + src: url('../font/sourcesanspro_semibold/SourceSansPro-Semibold-webfont.eot'); /* IE9 Compat Modes */ + src: url('../font/sourcesanspro_semibold/SourceSansPro-Semibold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../font/sourcesanspro_semibold/SourceSansPro-Semibold-webfont.woff') format('woff'), /* Modern Browsers */ + url('../font/sourcesanspro_semibold/SourceSansPro-Semibold-webfont.ttf') format('truetype'); /* Safari, Android, iOS */ } //Font size diff --git a/res/css/modules/colors.scss b/res/css/modules/colors.scss index bfefa5a5..bb8520de 100644 --- a/res/css/modules/colors.scss +++ b/res/css/modules/colors.scss @@ -6,4 +6,7 @@ $cyan: #33c2e0; $blue: #004681; $purple: #8b3ab0; $orange: #ff8b11; -$yellow: #fad900;
\ No newline at end of file +$yellow: #fad900; +$light-cyan: #D3F2F8; +$dark-cyan: #8eb6bf; +$darker-cyan: #1D6E7F;
\ No newline at end of file |
