I think the final Pipedrive download. Walmart Supplier was updated as well.
This commit is contained in:
@ -359,19 +359,29 @@ h6 {
|
||||
}
|
||||
.course-card-progress {
|
||||
margin-bottom: 20px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 25px;
|
||||
}
|
||||
.course-card-progress-info {
|
||||
font-size: 12px;
|
||||
color: #656E7A;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.course-card-progress-value {
|
||||
color: var(--green);
|
||||
color: #656E7A;
|
||||
}
|
||||
.course-card-progress-bar {
|
||||
width: 100%;
|
||||
border-radius: 20px;
|
||||
height: 2px;
|
||||
background: #DADDE1;
|
||||
height: 6px;
|
||||
background: #F4F5F6;
|
||||
}
|
||||
.course-card-progress-bar-fill {
|
||||
height: 2px;
|
||||
background: var(--green);
|
||||
height: 6px;
|
||||
background: #2CAB53;
|
||||
border-radius: 30px;
|
||||
}
|
||||
.course-card:hover .course-card-title {
|
||||
text-decoration: underline;
|
||||
@ -397,7 +407,6 @@ h6 {
|
||||
}
|
||||
/* page info */
|
||||
.page-info-wrapper {
|
||||
background: #F7F7FE;
|
||||
padding-top: 40px;
|
||||
}
|
||||
.page-info-section:not(:last-child) {
|
||||
@ -432,8 +441,48 @@ h6 {
|
||||
.page-info-section .button-2 {
|
||||
margin-top: 20px;
|
||||
}
|
||||
.section-desc span {
|
||||
font-weight: 400;
|
||||
font-size: 18px;
|
||||
line-height: 30px;
|
||||
letter-spacing: 0px;
|
||||
color:#656E7A;
|
||||
}
|
||||
.hp-section-title {
|
||||
font-weight: 700;
|
||||
font-size: 34px;
|
||||
line-height: 44px;
|
||||
letter-spacing: 0px;
|
||||
color:#192435;
|
||||
}
|
||||
.section-text-wrapper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
margin-bottom:40px;
|
||||
}
|
||||
.cta-heading-container {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: top;
|
||||
}
|
||||
.section-btn-wrapper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
}
|
||||
.section-btn {
|
||||
font-weight: 400;
|
||||
font-size: 18px;
|
||||
line-height: 30px;
|
||||
letter-spacing: 0px;
|
||||
color: #0070D6;
|
||||
}
|
||||
.section-btn-wrapper:hover svg {
|
||||
filter: brightness(0) saturate(100%);
|
||||
}
|
||||
.page-info-section ul {
|
||||
margin: 0;
|
||||
margin: 15px 0 0 0;
|
||||
padding-left: 30px;
|
||||
}
|
||||
@media only screen and (min-width: 768px) {
|
||||
@ -441,6 +490,11 @@ h6 {
|
||||
width: fit-content;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 768px) {
|
||||
.hp-section-title {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width: 1024px) {
|
||||
.page-info-wrapper {
|
||||
padding-top: 80px;
|
||||
@ -458,7 +512,7 @@ h6 {
|
||||
flex: 1 1 0px;
|
||||
width: 0;
|
||||
}
|
||||
.page-info-section:nth-child(odd) {
|
||||
.page-info-section:nth-child(even) {
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
}
|
||||
@ -564,3 +618,23 @@ body:not(.lang-en):not(.lang-br):not(.lang-de):not(.lang-es):not(.lang-fr) .lang
|
||||
body:not(.lang-en):not(.lang-br):not(.lang-de):not(.lang-es):not(.lang-fr) .lang-br {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.horizontal-dividing-line {
|
||||
height: auto;
|
||||
border: 1px solid #E4E6E9;
|
||||
width: 2px;
|
||||
margin: 10px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
.row-reverse {
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
.row-normal {
|
||||
flex-direction: row !important;
|
||||
}
|
||||
|
||||
.flex-settings {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user