Merge branch 'gm-hotfix-sib-directory' into 'master'

Hotfix(notification bell + normalize)

See merge request startinblox/applications/sib-app!18
This commit is contained in:
Jean-Baptiste Pasquier 2019-04-12 18:02:44 +00:00
commit 02d30beff8
3 changed files with 1 additions and 6 deletions

View File

@ -11,7 +11,7 @@ script(
script(src="/scripts/index.js")
// Stylesheets
//link(rel='stylesheet', href='/lib/normalize.css')
link(rel='stylesheet', href='/lib/normalize.css')
link(rel='stylesheet', href='/styles/index.css')
link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700&subset=latin-ext')
link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i')

View File

@ -1,5 +1,4 @@
include get_config.pug
<!DOCTYPE html>
html(lang="en")
head
meta(charset="UTF-8")

View File

@ -4,10 +4,6 @@
display: none !important;
}
* {
box-sizing: border-box;
}
:root {
font-size: 62.5%;
font-family: Open Sans, sans-serif;