[Library | Trunk]: Add on text.css number class. Change image-front-bar(add padding top)

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@59677 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-10-23 16:42:33 +00:00
parent 82b5981139
commit 50c6565082
2 changed files with 10 additions and 6 deletions

View File

@ -68,3 +68,12 @@
font-size: 18px;
font-weight: 400;
}
.number {
font-size: 41px;
}
@media only screen and (max-width: 639px) {
.number {
font-size: 32px;
}
}

View File

@ -943,12 +943,7 @@ textarea {
@media only screen and (min-width: 992px) {
.image-front-topbar {
margin-top: -136px;
}
}
@media only screen and (min-width: 1200px) {
.image-front-topbar {
margin-top: -136px;
padding-top: 136px;
}
}