diff --git a/src/assets/SCSS/custom.scss b/src/assets/SCSS/custom.scss index 8d0b1a6..8d9e89b 100644 --- a/src/assets/SCSS/custom.scss +++ b/src/assets/SCSS/custom.scss @@ -13,12 +13,14 @@ } @font-face { font-family: 'TeleNeo'; - src: url(./fonts/TeleNeoWeb-Regular.eot) format('eot'), url(./fonts/TeleNeoWeb-Regular.woff) format('woff'), + src: url(./fonts/TeleNeoWeb-Regular.eot) format('eot'), + url(./fonts/TeleNeoWeb-Regular.woff) format('woff'), url(./fonts/TeleNeoWeb-Regular.woff2) format('woff2'); } @font-face { font-family: 'TeleNeo'; - src: url(./fonts/TeleNeoWeb-Bold.eot) format('eot'), url(./fonts/TeleNeoWeb-Bold.woff) format('woff'), + src: url(./fonts/TeleNeoWeb-Bold.eot) format('eot'), + url(./fonts/TeleNeoWeb-Bold.woff) format('woff'), url(./fonts/TeleNeoWeb-Bold.woff2) format('woff2'); font-weight: bold; } @@ -605,3 +607,7 @@ td { flex: 1; } } + +#data-body .alert { + display: none; +}