Added another front page space for Yaffs info. Added roave security for composer.
[yaffs-website] / web / core / themes / classy / css / components / image-widget.css
1 /**
2  * @file
3  * Image upload widget.
4  *
5  * This CSS file is not used in this theme (Classy). It was intended to be used,
6  * but due to a bug, Drupal 8 shipped with it not being used. To not break
7  * backwards compatibility, we continue to not load it in Classy. Every
8  * subtheme of Classy is encouraged to use it, by attaching the
9  * classy/image-widget asset library in their image-widget.html.twig file.
10  *
11  * @see core/themes/seven/templates/content-edit/image-widget.html.twig.
12  *
13  * @todo In Drupal 9, let core/themes/classy/templates/content-edit/image-widget.html.twig
14  * attach the classy/image-widget asset library.
15  */
16
17 .image-preview {
18   float: left; /* LTR */
19   padding: 0 10px 10px 0; /* LTR */
20 }
21 [dir="rtl"] .image-preview {
22   float: right;
23   padding: 0 0 10px 10px;
24 }
25 .image-widget-data {
26   float: left; /* LTR */
27 }
28 [dir="rtl"] .image-widget-data {
29   float: right;
30 }
31 .image-widget-data .text-field {
32   width: auto;
33 }