File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ .o-booking__summary {
2
+ & :hover ,
3
+ & :focus {
4
+ .o-booking__title-text {
5
+ text-decoration : underline ;
6
+ }
7
+ }
8
+ }
9
+
1
10
.o-booking__header-content {
2
11
display : grid ;
3
12
grid-template-columns : 1.5fr 1fr 1fr ;
Original file line number Diff line number Diff line change 1
1
{{- $iconMapping := dict "website" "computer" "phone" "call" "onsite" "person" "mail" "mail" -}}
2
- < summary >
2
+ < summary class =" o-booking__summary " >
3
3
< div class ="o-booking__header ">
4
4
< div class ="o-booking__header-content ">
5
5
< div class ="o-booking__title-wrapper ">
6
6
< div class ="o-booking__title ">
7
- {{- partial "icon" (index $iconMapping .page.Params.type) -}}< span > {{- .page.Title -}}</ span >
7
+ {{- partial "icon" (index $iconMapping .page.Params.type) -}}
8
+ < span class ="o-booking__title-text "> {{- .page.Title -}}</ span >
8
9
</ div >
9
10
< div class ="o-booking__subtitle ">
10
11
{{- .subtitle -}}
You can’t perform that action at this time.
0 commit comments