Update B2B partner zone title and email access prompt; adjust file sizes in FTP sync cache

This commit is contained in:
2025-03-15 00:26:34 +01:00
parent d37701d02e
commit 7ae2af4677
15 changed files with 75 additions and 35 deletions

View File

@@ -1069,7 +1069,7 @@ header {
bottom: -30px;
height: 2px;
right: 0;
left: -50%;
left: -50px;
background-color: $cWhite;
}
@@ -2036,8 +2036,9 @@ header {
li {
a {
border: 1px solid #000;
border: 1px solid #D4D4D4;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
padding: 15px;
@@ -2046,6 +2047,11 @@ header {
position: relative;
gap: 10px;
img {
width: 100%;
max-width: 100% !important;
}
&::after {
position: relative;
top: -2px;
@@ -2059,8 +2065,7 @@ header {
}
&:hover {
color: #FFF;
background: #000;
border: 1px solid #000;
}
}
}
@@ -2069,4 +2074,31 @@ header {
hr {
margin-bottom: 50px;
}
}
.article_password_title {
margin: 0 auto 50px;
text-transform: uppercase;
text-align: center;
._first {
font-size: 15px;
font-weight: 600;
}
._second {
font-size: 15px;
font-weight: 300;
}
}
body {
&#page-8 {
#page-hero {
max-width: 1330px;
margin-left: auto;
margin-right: auto;
height: 350px;
}
}
}