gin-local-actions.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
*/
/**
* Action link layout styles.
*/
.local-actions {
margin-inline-end: calc(var(--gin-spacing-xxs) * -1);
padding: 0;
list-style: none;
font-size: 0; /* Chrome fix. */
margin-block: var(--gin-spacing-s) var(--gin-spacing-xxs);
}
.local-actions__item {
display: inline-block;
margin-block: 0 var(--gin-spacing-xs);
margin-inline: var(--gin-spacing-xxs);
}
File
-
core/
themes/ default_admin/ migration/ css/ base/ gin-local-actions.css
View source
- /*
- * DO NOT EDIT THIS FILE.
- * See the following change record for more information,
- * https://www.drupal.org/node/3084859
- * @preserve
- */
- /**
- * Action link layout styles.
- */
- .local-actions {
- margin-inline-end: calc(var(--gin-spacing-xxs) * -1);
- padding: 0;
- list-style: none;
- font-size: 0; /* Chrome fix. */
- margin-block: var(--gin-spacing-s) var(--gin-spacing-xxs);
- }
- .local-actions__item {
- display: inline-block;
- margin-block: 0 var(--gin-spacing-xs);
- margin-inline: var(--gin-spacing-xxs);
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.