Skip to content
Snippets Groups Projects
Unverified Commit 7aad479a authored by Eva Dale's avatar Eva Dale Committed by GitHub
Browse files

Merge pull request #439 from ASCWebServices/revert-438-canini-2

Revert "fixing padding on advanced textarea sections"
parents 89f25034 01dda5bd
No related branches found
No related tags found
No related merge requests found
......@@ -13,10 +13,7 @@
}
.transparent-bg {
.field {
padding: 16px 16px 16px 0;
}
padding: 16px;
}
......@@ -27,11 +24,7 @@
.lgray-bg {
background-color: #f5f5f5;
color: $black-base;
position: relative;
.field {
padding: 16px 16px 16px 0;
}
padding: 16px;
.panel {
background-color: transparent;
......@@ -44,27 +37,12 @@
.field--name-field-callout-link a:hover {
color: $black-base;
}
}
.lgray-bg:before {
content: "";
background-color: #f5f5f5;
position: absolute;
height: 100%;
width: 100px;
left: -20px;
z-index: -1;
}
.lblue-bg {
background-color: #e9eff7;
color: $black-base;
position: relative;
.field {
padding: 16px 16px 16px 0;
}
padding: 16px;
.panel {
background-color: transparent;
......@@ -79,24 +57,10 @@
}
}
.lblue-bg:before {
content: "";
background-color: #e9eff7;
position: absolute;
height: 100%;
width: 100px;
left: -20px;
z-index: -1;
}
.lviolet-bg {
background-color: #f3e9ef;
color: $black-base;
position: relative;
.field {
padding: 16px 16px 16px 0;
}
padding: 16px;
.panel {
background-color: transparent;
......@@ -111,24 +75,10 @@
}
}
.lviolet-bg:before {
content: "";
background-color: #f3e9ef;
position: absolute;
height: 100%;
width: 100px;
left: -20px;
z-index: -1;
}
.ltaupe-bg {
background-color: #f5f5ee;
color: $black-base;
position: relative;
.field {
padding: 16px 16px 16px 0;
}
padding: 16px;
.panel {
background-color: transparent;
......@@ -143,24 +93,10 @@
}
}
.ltaupe-bg:before {
content: "";
background-color: #f5f5ee;
position: absolute;
height: 100%;
width: 100px;
left: -20px;
z-index: -1;
}
.lturquoise-bg {
background-color: #f1f8f7;
color: $black-base;
position: relative;
.field {
padding: 16px 16px 16px 0;
}
padding: 16px;
.panel {
background-color: transparent;
......@@ -175,24 +111,10 @@
}
}
.lturquoise-bg:before {
content: "";
background-color: #f1f8f7;
position: absolute;
height: 100%;
width: 100px;
left: -20px;
z-index: -1;
}
.lteal-bg {
background-color: #eaf0f1;
color: $black-base;
position: relative;
.field {
padding: 16px 16px 16px 0;
}
padding: 16px;
.panel {
background-color: transparent;
......@@ -207,24 +129,10 @@
}
}
.lteal-bg:before {
content: "";
background-color: #eaf0f1;
position: absolute;
height: 100%;
width: 100px;
left: -20px;
z-index: -1;
}
.lyellow-bg {
background-color: #f6f9da;
color: $black-base;
position: relative;
.field {
padding: 16px 16px 16px 0;
}
padding: 16px;
.panel {
background-color: transparent;
......@@ -239,16 +147,6 @@
}
}
.lyellow-bg:before {
content: "";
background-color: #f6f9da;
position: absolute;
height: 100%;
width: 100px;
left: -20px;
z-index: -1;
}
// --------------------------------------------------
// Dark Colors
......@@ -257,11 +155,7 @@
.dgray-bg {
background-color: $brand-gray;
color: $white;
position: relative;
.field {
padding: 16px 16px 16px 0;
}
padding: 16px;
p {
color: $white;
......@@ -310,24 +204,10 @@
}
}
.dgray-bg:before {
content: "";
background-color: $brand-gray;
position: absolute;
height: 100%;
width: 100px;
left: -20px;
z-index: -1;
}
.dscarlet-bg {
background-color: #830000;
color: $white;
position: relative;
.field {
padding: 16px 16px 16px 0;
}
padding: 16px;
p {
color: $white;
......@@ -376,24 +256,10 @@
}
}
.dscarlet-bg:before {
content: "";
background-color: #830000;
position: absolute;
height: 100%;
width: 100px;
left: -20px;
z-index: -1;
}
.dviolet-bg {
background-color: #5d1542;
color: $white;
position: relative;
.field {
padding: 16px 16px 16px 0;
}
padding: 16px;
p {
color: $white;
......@@ -442,24 +308,10 @@
}
}
.dviolet-bg:before {
content: "";
background-color: #5d1542;
position: absolute;
height: 100%;
width: 100px;
left: -20px;
z-index: -1;
}
.dteal-bg {
background-color: #1b494c;
color: $white;
position: relative;
.field {
padding: 16px 16px 16px 0;
}
padding: 16px;
p {
color: $white;
......@@ -508,24 +360,10 @@
}
}
.dteal-bg:before {
content: "";
background-color: #1b494c;
position: absolute;
height: 100%;
width: 100px;
left: -20px;
z-index: -1;
}
.dpurple-bg {
background-color: #442369;
color: $white;
position: relative;
.field {
padding: 16px 16px 16px 0;
}
padding: 16px;
p {
color: $white;
......@@ -574,24 +412,10 @@
}
}
.dpurple-bg:before {
content: "";
background-color: #442369;
position: absolute;
height: 100%;
width: 100px;
left: -20px;
z-index: -1;
}
.dgreen-bg {
background-color: #565b22;
color: $white;
position: relative;
.field {
padding: 16px 16px 16px 0;
}
padding: 16px;
p {
color: $white;
......@@ -640,24 +464,10 @@
}
}
.dgreen-bg:before {
content: "";
background-color: #565b22;
position: absolute;
height: 100%;
width: 100px;
left: -20px;
z-index: -1;
}
.dorange-bg {
background-color: #953d1c;
color: $white;
position: relative;
.field {
padding: 16px 16px 16px 0;
}
padding: 16px;
p {
color: $white;
......@@ -705,13 +515,3 @@
}
}
}
.dorange-bg:before {
content: "";
background-color: #953d1c;
position: absolute;
height: 100%;
width: 100px;
left: -20px;
z-index: -1;
}
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment