
| Current Path : /var/www/html/atstandard/styles/uikit/components/partials/component/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/atstandard/styles/uikit/components/partials/component/_block.scss |
/**
* Blocks
* - base styles for block templates.
============================================================================ */
// Almost everything in Druapl 8 is a block, so these classes are very generic
// and it can be dangerous to add styles like font-size or colors.
.block {
margin: 1.25em 0;
}
// Block title.
.block__title {}
// The block has a title.
.block.has-title {}
// Note, Menu blocks use .block-menu__content, see below.
.block__content {
p:last-of-type {}
}