N°1370 Portal badge : improve tile on low resolutions 2 (wooops pushed to soon)

SVN:trunk[5759]
This commit is contained in:
Pierre Goiffon
2018-04-27 15:59:24 +00:00
parent 6f7351ecc3
commit 56e5616080
2 changed files with 11 additions and 4 deletions

View File

@@ -462,7 +462,7 @@ footer {
text-align: left;
}
.home div.tile-badge > a.tile > div > div > div.tile_decoration > span.icon {
font-size: 2em;
font-size: 1.5em;
}
}
@media (min-width: 992px) {
@@ -483,7 +483,7 @@ footer {
font-size: 1.2em;
}
.home div.tile-badge > a.tile > div > div > div.tile_decoration > span.icon {
font-size: 6em;
font-size: 4em;
}
}
@media (min-width: 1200px) {
@@ -508,6 +508,9 @@ footer {
.home .tile .tile_description {
font-size: 1.2em;
}
.home div.tile-badge > a.tile > div > div > div.tile_decoration > span.icon {
font-size: 6em;
}
}
/********************/
/* Modules settings */

View File

@@ -498,7 +498,7 @@ footer{
text-align: left;
}
.home div.tile-badge > a.tile > div > div > div.tile_decoration > span.icon {
font-size: 2em;
font-size: 1.5em;
}
}
@media (min-width: 992px) {
@@ -520,7 +520,7 @@ footer{
}
.home div.tile-badge > a.tile > div > div > div.tile_decoration > span.icon {
font-size: 6em;
font-size: 4em;
}
}
@media (min-width: 1200px) {
@@ -545,6 +545,10 @@ footer{
.home .tile .tile_description{
font-size: 1.2em;
}
.home div.tile-badge > a.tile > div > div > div.tile_decoration > span.icon {
font-size: 6em;
}
}
/********************/