You are here

position-container.module.css in Zircon Profile 8

/*
 * @file
 * Contain positioned elements.
 */

.position-container {
  position: relative;
}

File

core/themes/stable/css/system/components/position-container.module.css
View source
  1. /*
  2. * @file
  3. * Contain positioned elements.
  4. */
  5. .position-container {
  6. position: relative;
  7. }