dblog.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
*/
/*
* @file
* DBLog styling.
*/
/* Checked */
.admin-dblog .dblog-info .icon,
.admin-dblog .dblog-notice .icon {
background-color: var(--gin-color-green);
background-image: none;
mask-image: var(--admin-icon-status);
mask-repeat: no-repeat;
mask-position: center center;
mask-size: 1.25rem 1.25rem;
}
/* Warning */
.admin-dblog .dblog-warning .icon {
background-color: var(--gin-color-warning);
background-image: none;
mask-image: var(--admin-icon-warning);
mask-repeat: no-repeat;
mask-position: center center;
mask-size: 1.25rem 1.25rem;
}
/* Error */
.admin-dblog .dblog-error .icon,
.admin-dblog .dblog-critical .icon,
.admin-dblog .dblog-alert .icon,
.admin-dblog .dblog-emergency .icon {
background-color: var(--gin-color-danger);
background-image: none;
mask-image: var(--admin-icon-error);
mask-repeat: no-repeat;
mask-position: center center;
mask-size: 1.25rem 1.25rem;
}
File
-
core/
themes/ default_admin/ css/ components/ dblog.css
View source
- /*
- * DO NOT EDIT THIS FILE.
- * See the following change record for more information,
- * https://www.drupal.org/node/3084859
- * @preserve
- */
-
- /*
- * @file
- * DBLog styling.
- */
-
- /* Checked */
-
- .admin-dblog .dblog-info .icon,
- .admin-dblog .dblog-notice .icon {
- background-color: var(--gin-color-green);
- background-image: none;
- mask-image: var(--admin-icon-status);
- mask-repeat: no-repeat;
- mask-position: center center;
- mask-size: 1.25rem 1.25rem;
- }
-
- /* Warning */
-
- .admin-dblog .dblog-warning .icon {
- background-color: var(--gin-color-warning);
- background-image: none;
- mask-image: var(--admin-icon-warning);
- mask-repeat: no-repeat;
- mask-position: center center;
- mask-size: 1.25rem 1.25rem;
- }
-
- /* Error */
-
- .admin-dblog .dblog-error .icon,
- .admin-dblog .dblog-critical .icon,
- .admin-dblog .dblog-alert .icon,
- .admin-dblog .dblog-emergency .icon {
- background-color: var(--gin-color-danger);
- background-image: none;
- mask-image: var(--admin-icon-error);
- mask-repeat: no-repeat;
- mask-position: center center;
- mask-size: 1.25rem 1.25rem;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.