Compare commits
5 Commits
rijuma/cou
...
julianajlk
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
725899fbe0 | ||
|
|
9a90cec287 | ||
|
|
486af12801 | ||
|
|
f62c08b0e1 | ||
|
|
b91bfcf207 |
@@ -119,7 +119,7 @@ export default function CourseBreadcrumbs({
|
||||
return temp;
|
||||
}, [courseStatus, sections, sequences]);
|
||||
return (
|
||||
<nav aria-label="breadcrumb" className="my-1 d-inline-block col-sm-10">
|
||||
<nav aria-label="breadcrumb" className="my-4 d-inline-block col-sm-10">
|
||||
<ol className="list-unstyled d-flex align-items-center m-0">
|
||||
<li>
|
||||
<a
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.notification-trigger-btn {
|
||||
border: 1px solid $light-400;
|
||||
background: none;
|
||||
margin-top: 0.625rem;
|
||||
margin-top: 1rem;
|
||||
|
||||
position: absolute;
|
||||
right: 0;
|
||||
|
||||
@@ -149,7 +149,7 @@ function LockPaywall({
|
||||
|
||||
<div
|
||||
className={
|
||||
classNames('p-md-0 d-md-flex align-items-md-center text-right', {
|
||||
classNames('d-md-flex align-items-md-center text-right', {
|
||||
'col-md-5 mx-md-0': notificationTrayVisible, 'col-md-4 mx-md-3 justify-content-center': !notificationTrayVisible && !shouldDisplayGatedContentTwoColumnsHalf, 'col-md-11 justify-content-end': shouldDisplayGatedContentOneColumn && !shouldDisplayGatedContentTwoColumns, 'col-md-6 justify-content-center': shouldDisplayGatedContentTwoColumnsHalf,
|
||||
})
|
||||
}
|
||||
|
||||
@@ -463,13 +463,14 @@ function UpgradeNotification({
|
||||
<div className="upgrade-notification-message">
|
||||
{upsellMessage}
|
||||
</div>
|
||||
<UpgradeButton
|
||||
offer={offer}
|
||||
onClick={logClick}
|
||||
verifiedMode={verifiedMode}
|
||||
className="upgrade-notification-button"
|
||||
block
|
||||
/>
|
||||
<div className="upgrade-notification-button">
|
||||
<UpgradeButton
|
||||
offer={offer}
|
||||
onClick={logClick}
|
||||
verifiedMode={verifiedMode}
|
||||
block
|
||||
/>
|
||||
</div>
|
||||
{offerCode}
|
||||
</section>
|
||||
);
|
||||
|
||||
@@ -19,9 +19,7 @@
|
||||
}
|
||||
|
||||
.upgrade-notification-ul {
|
||||
margin-left: 3rem;
|
||||
padding-top: 0.875rem;
|
||||
padding-right: 1.25rem;
|
||||
padding: 0.875rem 1.25rem 0 1.25rem;
|
||||
}
|
||||
|
||||
.upgrade-notification-li {
|
||||
@@ -34,9 +32,8 @@
|
||||
}
|
||||
|
||||
.upgrade-notification-button {
|
||||
width: 90%;
|
||||
margin: 0 auto;
|
||||
margin-bottom: 1.25rem;
|
||||
padding: 1.25rem;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.discount-info {
|
||||
|
||||
Reference in New Issue
Block a user