position-container.module.css in Zircon Profile 8
Same filename in this branch
Same filename and directory in other branches
/* * @file * Contain positioned elements. */ .position-container { position: relative; }
File
core/modules/system/css/components/position-container.module.cssView source
- /*
- * @file
- * Contain positioned elements.
- */
-
- .position-container {
- position: relative;
- }