1bbef3b5 by Jeremy Groot

mobile qa fixes

1 parent 79808d54
......@@ -8563,6 +8563,7 @@ a.xls:before {
left: -0.5rem;
}
a.mailto {
margin: 0.5rem 0;
border-top: 1px solid #949598;
border-bottom: 1px solid #949598;
padding: 0.5rem 0;
......@@ -8648,6 +8649,13 @@ a.pdf:hover:before {
background-repeat: no-repeat;
}
a.xls + a.xls, a.xls + a.extern, a.xls + a.pdf, a.extern + a.xls, a.extern + a.extern, a.extern + a.pdf, a.pdf + a.xls, a.pdf + a.extern, a.pdf + a.pdf {
border-top: 0 !important;
}
a.xls + br + a.xls, a.xls + br + a.extern, a.xls + br + a.pdf, a.extern + br + a.xls, a.extern + br + a.extern, a.extern + br + a.pdf, a.pdf + br + a.xls, a.pdf + br + a.extern, a.pdf + br + a.pdf {
border-top: 0 !important;
}
.wp-block-separator {
border-color: #949598;
margin-top: 0.5rem;
......@@ -14011,7 +14019,6 @@ span.ld-icon.ld-icon-arrow-right {
ul.bread {
list-style: none !important;
padding-left: 0px;
display: inline !important;
font-weight: 700;
font-size: 10px;
}
......@@ -14228,7 +14235,6 @@ li.btn_style a {
article > h1 + p {
margin-bottom: 2.5rem !important;
text-align: center;
}
.has-sidebar article > h1 + p {
......@@ -14580,6 +14586,9 @@ article > h5 {
}
@media (max-width: 768px) {
h1.wp-block-heading {
font-size: 30px !important;
}
h2 {
margin-top: 40px;
margin-bottom: 12px;
......@@ -14619,6 +14628,9 @@ article > h5 {
padding-left: 20px;
padding-right: 20px;
}
.page-template-marketing_masters #header-image {
margin-top: 5.4rem !important;
}
#brokercontent .material a {
margin-left: 0;
margin-right: 0;
......@@ -14900,6 +14912,30 @@ article > h5 {
.retract .sidebar {
top: 8rem;
}
.retract .col-sm-smallMenu {
top: 6rem;
}
ul.bread {
list-style: none !important;
padding-left: 0px;
font-weight: 700;
font-size: 10px;
text-align: center;
width: 100% !important;
margin: 0;
align-items: center;
display: inline-block !important;
}
.error404 #page-content {
padding-top: 0 !important;
}
.error404 #content-wrap {
padding-right: 0 !important;
text-align: center !important;
}
.error404 #page-logo {
margin-top: 0 !important;
}
}
/*# sourceMappingURL=theme.css.map */
\ No newline at end of file
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -1084,9 +1084,8 @@ a[href$=".docx"]:before,
ul.bread{
list-style: none !important;
padding-left: 0px;
display: inline !important;
font-weight: 700;
font-size: 10px
font-size: 10px;
}
li.crumb {
......
......@@ -120,6 +120,7 @@ html{
}
}
&.mailto {
margin:0.5rem 0;
border-top:1px solid #949598;
border-bottom:1px solid #949598;
padding:0.5rem 0;
......@@ -153,6 +154,7 @@ html{
display: block;
width: 100%;
& + br + a.pdf {
border-top: 0;
}
......@@ -215,7 +217,17 @@ html{
}
}
}
}
}
a.xls, a.extern, a.pdf {
& + a.xls, & + a.extern, & + a.pdf {
border-top:0 !important;
}
& + br + a.xls, & + br + a.extern, & + br + a.pdf {
border-top:0 !important;
}
}
.wp-block-separator {
......
@media(max-width:768px) {
h1.wp-block-heading {
font-size: 30px !important;
}
h2 {
margin-top:40px;
margin-bottom: 12px;
......@@ -48,6 +52,10 @@
padding-left:20px;
padding-right:20px;
}
//The header image spacing from the top.. seems exact on the marketing masters page
#header-image {
margin-top: 5.4rem !important;
}
}
#brokercontent .material a {
......@@ -396,6 +404,35 @@
.sidebar {
top:8rem;
}
.col-sm-smallMenu {
top:6rem;
}
}
ul.bread{
list-style: none !important;
padding-left: 0px;
font-weight: 700;
font-size: 10px;
text-align: center;
width: 100% !important;
margin: 0;
align-items: center;
display: inline-block !important;
}
.error404 {
#page-content {
padding-top:0 !important;
}
#content-wrap {
padding-right:0 !important;
text-align: center !important;
}
#page-logo {
margin-top:0 !important;
}
}
}
......
......@@ -40,9 +40,9 @@ li.btn_style {
//This appears to be the standard spacing after the sub paragraph on the default template
article > h1 + p {
margin-bottom:2.5rem !important;
text-align: center;
}
.has-sidebar {
article > h1 + p {
text-align: left;
......
./dev/images
\ No newline at end of file