gin-quotation.css
Same filename and directory in other branches
/*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
blockquote {
position: relative;
margin: var(--gin-spacing-m);
padding-inline-start: var(--gin-spacing-l);
font-size: var(--gin-font-size-quote);
&::before {
position: absolute;
display: block;
width: 0.25rem;
height: 100%;
content: "";
border-radius: 2px;
background-color: var(--gin-color-primary);
inset-block-start: 0;
inset-inline-start: 0;
}
}
File
-
core/
themes/ default_admin/ migration/ css/ base/ gin-quotation.css
View source
- /*
- * DO NOT EDIT THIS FILE.
- * See the following change record for more information,
- * https://www.drupal.org/node/3084859
- * @preserve
- */
-
- blockquote {
- position: relative;
- margin: var(--gin-spacing-m);
- padding-inline-start: var(--gin-spacing-l);
- font-size: var(--gin-font-size-quote);
-
- &::before {
- position: absolute;
- display: block;
- width: 0.25rem;
- height: 100%;
- content: "";
- border-radius: 2px;
- background-color: var(--gin-color-primary);
- inset-block-start: 0;
- inset-inline-start: 0;
- }
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.