Commit compiled CSS
This commit is contained in:
parent
d2c6f994ca
commit
8d102a8d1e
1 changed files with 9 additions and 0 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Reference in a new issue