Skip to content
Snippets Groups Projects
Commit 5ad50c93 authored by Chris Gross's avatar Chris Gross
Browse files

daily build 3

parent e619c53a
No related branches found
No related tags found
No related merge requests found
......@@ -400,7 +400,7 @@ h2.pane-title {
-webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.18);
box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.18);
}
.panel-pane.pane-bundle-tile-pane .title-text {
.panel-pane.pane-bundle-tile-pane .fieldable-panels-pane .title-box .title-text {
display: block;
text-align: center;
padding: 0 2em;
......
......@@ -423,7 +423,7 @@ h2.pane-title {
-webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.18);
box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.18);
}
.panel-pane.pane-bundle-tile-pane .title-text {
.panel-pane.pane-bundle-tile-pane .fieldable-panels-pane .title-box .title-text {
display: block;
text-align: center;
padding: 0 2em;
......
......@@ -3,10 +3,14 @@
.panel-pane.pane-bundle-tile-pane {
@include box-shadow;
.title-text {
display: block;
text-align: center;
padding: 0 2em;
.fieldable-panels-pane {
.title-box {
.title-text {
display: block;
text-align: center;
padding: 0 2em;
}
}
}
}
......
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