disclaimer.css
Same filename in other branches
This file is used to style the disclaimer block.
File
-
core/
profiles/ demo_umami/ themes/ umami/ css/ components/ blocks/ disclaimer/ disclaimer.css
View source
- /**
- * @file
- * This file is used to style the disclaimer block.
- */
-
- .block-type-disclaimer-block .field--name-field-disclaimer,
- .block-type-disclaimer-block .field--name-field-copyright {
- display: block;
- text-align: center;
- font-size: 0.94rem;
- }
-
- @media screen and (min-width: 75rem) {
- .block-type-disclaimer-block {
- display: flex;
- justify-content: space-between;
- }
-
- .block-type-disclaimer-block .field--name-field-disclaimer,
- .block-type-disclaimer-block .field--name-field-copyright {
- margin-bottom: 0;
- text-align: start;
- }
-
- .block-type-disclaimer-block .field--name-field-disclaimer {
- max-width: 40%;
- margin-left: 0.5rem; /* LTR */
- }
-
- [dir="rtl"] .block-type-disclaimer-block .field--name-field-disclaimer {
- margin-right: 0.5rem;
- margin-left: 0;
- }
-
- .block-type-disclaimer-block .field--name-field-copyright {
- width: 25%;
- }
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.