1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-18 19:02:00 +02:00

removed: figcaption.cover

This commit is contained in:
José Luis Antúnez
2017-03-16 17:28:38 +01:00
committed by GitHub
parent a9370ee5ce
commit 4018ced8a3

View File

@@ -1764,8 +1764,6 @@ Blocks Links li>a = .flexblock.blink (.blink required)
padding: 0; padding: 0;
} }
@media (min-width:600px) { @media (min-width:600px) {
.flexblock li { .flexblock li {
width: 50%; width: 50%;
@@ -2777,7 +2775,6 @@ object-fit to re-frame images rather than just stretch and resize them === */
} }
} }
/*== Ficaption Cards === */ /*== Ficaption Cards === */
[class*="card"] figure figcaption { [class*="card"] figure figcaption {
@@ -2790,20 +2787,6 @@ object-fit to re-frame images rather than just stretch and resize them === */
/* Visibility */ /* Visibility */
z-index: 2; z-index: 2;
} }
[class*="card"] figure figcaption.cover {
top: 0;
right: 0;
width: 100%;
height: 100%;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
align-items: center;
justify-content: center;
}
[class*="card"] figure figcaption svg { [class*="card"] figure figcaption svg {
font-size: 1rem; font-size: 1rem;
} }