Skip to content

Commit

Permalink
LPS-141879 Add spacing before curly bracket and SF
Browse files Browse the repository at this point in the history
  • Loading branch information
Odrakir1 authored and brianchandotcom committed Nov 1, 2021
1 parent 8ae4271 commit 7a38f89
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 44 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@
"fragment": {
"key": "business-home-cover"
},
"fragmentConfig": {},
"fragmentFields": [],
"fragmentConfig": {
},
"fragmentFields": [
],
"fragmentStyle": {
"borderWidth": "0",
"marginBottom": "",
Expand Down Expand Up @@ -64,8 +66,10 @@
"fragment": {
"key": "our-philosophy"
},
"fragmentConfig": {},
"fragmentFields": [],
"fragmentConfig": {
},
"fragmentFields": [
],
"fragmentStyle": {
"borderWidth": "0",
"marginBottom": "",
Expand Down Expand Up @@ -107,19 +111,21 @@
"fragmentConfig": {
"headingLevel": "h6"
},
"fragmentFields": [{
"id": "element-text",
"value": {
"text": {
"value_i18n": {
"en_US": "ADDITIONAL BUSINESS OWNER'S POLICY COVERAGE OPTIONS"
"fragmentFields": [
{
"id": "element-text",
"value": {
"text": {
"value_i18n": {
"en_US": "ADDITIONAL BUSINESS OWNER'S POLICY COVERAGE OPTIONS"
}
}
}
}
}],
],
"fragmentStyle": {
"marginTop": "4",
"marginBottom": "4",
"marginTop": "4",
"textAlign": "center"
}
},
Expand All @@ -134,15 +140,18 @@
"rowViewports": [
{
"id": "landscapeMobile",
"rowViewportDefinition": {}
"rowViewportDefinition": {
}
},
{
"id": "portraitMobile",
"rowViewportDefinition": {}
"rowViewportDefinition": {
}
},
{
"id": "tablet",
"rowViewportDefinition": {}
"rowViewportDefinition": {
}
}
],
"verticalAlignment": "top"
Expand All @@ -152,15 +161,18 @@
"definition": {
"columnViewports": [
{
"columnViewportDefinition": {},
"columnViewportDefinition": {
},
"id": "landscapeMobile"
},
{
"columnViewportDefinition": {},
"columnViewportDefinition": {
},
"id": "portraitMobile"
},
{
"columnViewportDefinition": {},
"columnViewportDefinition": {
},
"id": "tablet"
}
],
Expand All @@ -172,7 +184,8 @@
"fragment": {
"key": "info-card"
},
"fragmentConfig": {},
"fragmentConfig": {
},
"fragmentFields": [
{
"id": "lfr-text-01",
Expand Down Expand Up @@ -208,7 +221,8 @@
"fragment": {
"key": "info-card"
},
"fragmentConfig": {},
"fragmentConfig": {
},
"fragmentFields": [
{
"id": "lfr-text-01",
Expand All @@ -232,7 +246,7 @@
}
}
}
],
],
"fragmentStyle": {
"marginBottom": "4"
}
Expand All @@ -244,7 +258,8 @@
"fragment": {
"key": "info-card"
},
"fragmentConfig": {},
"fragmentConfig": {
},
"fragmentFields": [
{
"id": "lfr-text-01",
Expand All @@ -268,7 +283,7 @@
}
}
}
]
]
},
"type": "Fragment"
}
Expand All @@ -279,15 +294,18 @@
"definition": {
"columnViewports": [
{
"columnViewportDefinition": {},
"columnViewportDefinition": {
},
"id": "landscapeMobile"
},
{
"columnViewportDefinition": {},
"columnViewportDefinition": {
},
"id": "portraitMobile"
},
{
"columnViewportDefinition": {},
"columnViewportDefinition": {
},
"id": "tablet"
}
],
Expand All @@ -299,7 +317,8 @@
"fragment": {
"key": "info-card"
},
"fragmentConfig": {},
"fragmentConfig": {
},
"fragmentFields": [
{
"id": "lfr-text-01",
Expand Down Expand Up @@ -335,9 +354,9 @@
"fragment": {
"key": "info-card"
},
"fragmentConfig": {},
"fragmentFields":
[
"fragmentConfig": {
},
"fragmentFields": [
{
"id": "lfr-text-01",
"value": {
Expand Down Expand Up @@ -372,9 +391,9 @@
"fragment": {
"key": "info-card"
},
"fragmentConfig": {},
"fragmentFields":
[
"fragmentConfig": {
},
"fragmentFields": [
{
"id": "lfr-text-01",
"value": {
Expand Down Expand Up @@ -408,15 +427,18 @@
"definition": {
"columnViewports": [
{
"columnViewportDefinition": {},
"columnViewportDefinition": {
},
"id": "landscapeMobile"
},
{
"columnViewportDefinition": {},
"columnViewportDefinition": {
},
"id": "portraitMobile"
},
{
"columnViewportDefinition": {},
"columnViewportDefinition": {
},
"id": "tablet"
}
],
Expand All @@ -428,7 +450,8 @@
"fragment": {
"key": "info-card"
},
"fragmentConfig": {},
"fragmentConfig": {
},
"fragmentFields": [
{
"id": "lfr-text-01",
Expand Down Expand Up @@ -464,7 +487,8 @@
"fragment": {
"key": "info-card"
},
"fragmentConfig": {},
"fragmentConfig": {
},
"fragmentFields": [
{
"id": "lfr-text-01",
Expand Down Expand Up @@ -500,9 +524,9 @@
"fragment": {
"key": "info-card"
},
"fragmentConfig": {},
"fragmentFields":
[
"fragmentConfig": {
},
"fragmentFields": [
{
"id": "lfr-text-01",
"value": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.information-card a{
.information-card a {
align-items: center;
box-shadow: var(--box-shadow-lg);
color: var(--body-color);
Expand All @@ -8,12 +8,12 @@
height:4.688em;
}

.information-card .product-action-link{
.information-card .product-action-link {
padding:1em;
text-decoration: none;
}

.information-card a img{
.information-card a img {
width:20px;
height:20px;
}

0 comments on commit 7a38f89

Please sign in to comment.