Override the font size of medium buttons beneath a purge_child_class element
This commit is contained in:
parent
3a75f62b6f
commit
b80a7dfd09
1 changed files with 21 additions and 0 deletions
21
config/asset_injector.css.purge_font_size_modifications.yml
Normal file
21
config/asset_injector.css.purge_font_size_modifications.yml
Normal 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
|
Loading…
Reference in a new issue