Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
fix by hiding massage (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrund-tsi authored Apr 6, 2023
1 parent cab99dc commit 121d16b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/assets/SCSS/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -605,3 +607,7 @@ td {
flex: 1;
}
}

#data-body .alert {
display: none;
}

0 comments on commit 121d16b

Please sign in to comment.