Skip to content

Commit 6317806

Browse files
committed
wip
1 parent aea12cb commit 6317806

File tree

3 files changed

+42
-159
lines changed

3 files changed

+42
-159
lines changed

themes/beaver/assets/css/component-bundle.css

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2823,19 +2823,58 @@ body:not(.single-fl-theme-layout)
28232823
display: flex;
28242824
}
28252825

2826+
/* Services Hero - Pure BEM (Final Consolidation) */
2827+
.c-services-hero .fl-row-content-wrap {
2828+
min-height: 100vh;
2829+
display: flex;
2830+
}
2831+
28262832
/* Services Overview - Shameless Green FL-Builder Replication */
28272833
.c-services-overview.fl-row-default-height .fl-row-content-wrap {
28282834
min-height: 100vh;
28292835
display: flex;
28302836
}
28312837

2838+
/* Services Overview - Pure BEM (Final Consolidation) */
2839+
.c-services-overview .fl-row-content-wrap {
2840+
min-height: 100vh;
2841+
display: flex;
2842+
}
2843+
28322844
/* Services Clients - Shameless Green FL-Builder Replication */
28332845
.c-services-clients.fl-row-default-height .fl-row-content-wrap {
28342846
min-height: 100vh;
28352847
display: flex;
28362848
}
28372849

2850+
/* Services Clients - Pure BEM (Final Consolidation) */
2851+
.c-services-clients .fl-row-content-wrap {
2852+
min-height: 100vh;
2853+
display: flex;
2854+
}
2855+
28382856
/* Services CTA - Shameless Green FL-Builder Replication */
28392857
.c-services-cta.fl-col-group-custom-width {
28402858
/* CTA specific styles will be added as needed */
28412859
}
2860+
2861+
/* Standalone BEM Components - Final Consolidation Phase */
2862+
/* These classes can completely replace FL-Builder dependencies */
2863+
2864+
.c-services-hero-standalone {
2865+
min-height: 100vh;
2866+
display: flex;
2867+
width: 100%;
2868+
}
2869+
2870+
.c-services-overview-standalone {
2871+
min-height: 100vh;
2872+
display: flex;
2873+
width: 100%;
2874+
}
2875+
2876+
.c-services-clients-standalone {
2877+
min-height: 100vh;
2878+
display: flex;
2879+
width: 100%;
2880+
}

themes/beaver/assets/css/fl-node-patterns.css

Lines changed: 0 additions & 156 deletions
This file was deleted.

themes/beaver/layouts/services/single.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<article class="fl-post post-2949 page type-page status-publish hentry" id="fl-post-2949">
2222
<div class="fl-post-content clearfix">
2323
<div class="fl-builder-content fl-builder-content-2949 fl-builder-content-primary fl-builder-global-templates-locked" data-post-id="2949">
24-
<div class="fl-row fl-row-full-width fl-row-bg-photo fl-node-vyrjnfzokbg4 fl-row-default-height fl-row-align-center fl-row-has-layers" data-node="vyrjnfzokbg4">
24+
<div class="c-services-hero fl-row fl-row-full-width fl-row-bg-photo fl-node-vyrjnfzokbg4 fl-row-align-center fl-row-has-layers" data-node="vyrjnfzokbg4">
2525
<div class="fl-row-content-wrap">
2626
<div class="fl-builder-layer fl-builder-shape-layer fl-builder-bottom-edge-layer fl-builder-shape-rect">
2727
<svg class="fl-builder-layer-align-bottom-center" viewBox="0 0 800 450" preserveAspectRatio="none">
@@ -77,7 +77,7 @@ <h1 class="fl-heading">
7777
</div>
7878
</div>
7979
</div>
80-
<div class="fl-row fl-row-full-width fl-row-bg-photo fl-node-k8vfnuxaydbe fl-row-default-height fl-row-align-center c-services-overview" data-node="k8vfnuxaydbe">
80+
<div class="fl-row fl-row-full-width fl-row-bg-photo fl-node-k8vfnuxaydbe fl-row-align-center c-services-overview" data-node="k8vfnuxaydbe">
8181
<div class="fl-row-content-wrap">
8282
<div class="fl-row-content fl-row-fixed-width fl-node-content">
8383
<div class="fl-col-group fl-node-9xho7vdb6a3q fl-col-group-custom-width" data-node="9xho7vdb6a3q">
@@ -175,7 +175,7 @@ <h3 class="fl-heading">
175175
</div>
176176
</div>
177177
</div>
178-
<div class="fl-row fl-row-full-width fl-row-bg-photo fl-node-y72pr89xtsqh fl-row-default-height fl-row-align-center fl-row-has-layers c-services-clients" data-node="y72pr89xtsqh">
178+
<div class="fl-row fl-row-full-width fl-row-bg-photo fl-node-y72pr89xtsqh fl-row-align-center fl-row-has-layers c-services-clients" data-node="y72pr89xtsqh">
179179
<div class="fl-row-content-wrap">
180180
<div class="fl-builder-layer fl-builder-shape-layer fl-builder-bottom-edge-layer fl-builder-shape-rect">
181181
<svg class="fl-builder-layer-align-bottom-center" viewBox="0 0 800 450" preserveAspectRatio="none">

0 commit comments

Comments
 (0)