[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:
parent
82b5981139
commit
50c6565082
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue