Override the font size of medium buttons beneath a purge_child_class element

This commit is contained in:
Keegan Rankin 2024-03-04 14:39:30 -08:00
parent 3a75f62b6f
commit b80a7dfd09

View file

@ -0,0 +1,21 @@
uuid: b1b17c5f-0612-4cca-888b-35f5d37a6915
langcode: en
status: true
dependencies:
module:
- block_visibility_groups
id: purge_font_size_modifications
label: 'Purge font size modifications'
code: |-
.purge-child-class .is-medium {
font-size: 1rem;
}
media: all
preprocess: true
conditions:
condition_group:
id: condition_group
negate: false
block_visibility_group: ''
contexts: { }
conditions_require_all: true