Commit compiled CSS

This commit is contained in:
benjamin melançon 2019-10-10 01:17:37 -04:00
parent d2c6f994ca
commit 8d102a8d1e

View file

@ -8280,6 +8280,15 @@ label.panel-block {
.node--type-people.node--view-mode-teaser {
margin-bottom: 1rem; }
/**
* Styles related to contributor-added content on the site, such as embedded
* media.
*/
iframe {
width: 100%;
height: 100%;
min-height: 36vw; }
/* All classes that are mostly about adding color. */
.background-replacement-for-no-image {
background-color: cadetblue; }