This commit is contained in:
Kenneth Jannette
2024-01-13 14:06:43 -06:00
parent 0a425bbbf8
commit bc9e2ae591
3 changed files with 18 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ const MobileContent = ({ isDashboard }) => {
notifications. notifications.
</p> </p>
<p className="mobile-text-dashboard"> <p className="mobile-text-dashboard">
Please login on your desktop device to use all of the functions your Please login on your desktop device to use all of the features of your
Dashboard. Dashboard.
</p> </p>
</div> </div>

View File

@@ -144,4 +144,20 @@ p {
.notification-text { .notification-text {
margin-left: 16px; margin-left: 16px;
} }
.notication-container {
margin: 20px 0px;
min-height: 100px;
width: 320px;
background-color: var(--barely-there-accent);
border-radius: 15px;
}
.notication-text-container {
display: flex;
flex-direction: row;
width: 100%;
font-size: 1rem;
margin-left: 12px;
}
} }

View File

@@ -122,7 +122,7 @@
justify-content: center; justify-content: center;
} }
.notification-center { .notification-container {
background-color: red; background-color: red;
} }
} }