File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
web/themes/custom/fds_faxe_theme
src/styles/theme/components Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 29
29
padding : 20px 20px ;
30
30
color : $color-black ;
31
31
background-color : #fff ;
32
+
32
33
.field--name-field-os2web-icon {
33
34
img {
34
35
width : 65px ;
124
125
}
125
126
126
127
128
+
129
+
127
130
// --------------------------------------------------
128
131
// Responsive
129
132
// --------------------------------------------------
Original file line number Diff line number Diff line change 1
1
{%
2
2
set classes = [
3
- ' box ' ,
3
+ ' sidebar__box ' ,
4
4
' block' ,
5
5
' block-' ~ configuration .provider |clean_class,
6
6
' block-' ~ plugin_id |clean_class,
9
9
<div {{ attributes.addClass (classes ) }}>
10
10
{{ title_prefix }}
11
11
{% if label %}
12
- <div class =" box__heading " >
12
+ <div class =" sidebar__box-heading " >
13
13
<h2 {{ title_attributes.addClass (' h4' ) }}>{{ label }}</h2 >
14
14
</div >
15
15
{% endif %}
Original file line number Diff line number Diff line change 1
1
{%
2
2
set classes = [
3
- ' box ' ,
3
+ ' sidebar__box ' ,
4
4
' block' ,
5
5
' block-' ~ configuration .provider |clean_class,
6
6
' block-' ~ plugin_id |clean_class,
9
9
<div {{ attributes.addClass (classes ) }}>
10
10
{{ title_prefix }}
11
11
{% if label %}
12
- <div class =" box__heading " >
12
+ <div class =" sidebar__box-heading " >
13
13
<h2 {{ title_attributes.addClass (' h4' ) }}>{{ label }}</h2 >
14
14
</div >
15
15
{% endif %}
16
16
{{ title_suffix }}
17
17
{% block content %}
18
- <div class =" box__body " >
18
+ <div class =" sidebar__box-body " >
19
19
{{ content }}
20
20
</div >
21
21
{% endblock %}
You can’t perform that action at this time.
0 commit comments