@use "sass:map"; .dashboard-header { display: flex; gap: 1rem; justify-content: flex-end; flex-direction: column; margin: 30px 0px 0px 0px; } .dash-promo-first-box { margin-top: 8px; padding: 8px 48px; } .user-name-span { font-weight: 500; } .dash-promo-first-wrap { padding: 8px 0px; background-color: var(--barely-there-accent); display: flex; flex-direction: column; border: 1px solid orange; border-radius: 5px; } .dash-promo-first-textwrap { display: flex; flex-direction: column; margin: auto; } .dash-promo-first-text { font-size: 0.94rem; letter-spacing: 0.03rem; font-family: Roboto; font-weight: 300; margin-bottom: 2px; margin-left: 16px; width: 680px; color: #3b3b3b; &.inline-text { display: flex; flex-wrap: wrap; } } .dash-clicknow-span { cursor: pointer; color: blue; } .dash-heading-text { font-size: 1.3rem; } .create-new-box { display: flex; flex-direction: row; align-items: center; justify-content: flex-end; margin-bottom: 10px; } .view-all-link { margin-right: 10px; text-decoration: none; } .view-all-link-box { display: flex; width: 100%; justify-content: flex-end; } .arrow-wrapper > svg { color: #fa6400; margin-bottom: 3px; } .user-name-container2 { margin-top: -4px; margin-left: 10px; font-weight: 500; font-size: 1.1rem; color: var(--font-light); } .dash-divider { margin-top: 8px; } .stats-container { margin: 12px 0px; } .stats-row-box { display: flex; flex-direction: row; align-items: center; border: 1px solid orange; border-radius: 10px; background-color: #f5f5f5; margin: 12px 0px; padding: 0px 6px; height: 42px; border-radius: 6px; } .stats-unit-wrapper { display: flex; flex-direction: row; margin-left: 16px; } .stats-text { margin-right: 8px; margin-bottom: 0px; } .stats-icon-wrapper { margin: 0px 10px 2px 10px; } .dashboard-filter { display: flex; gap: 1rem; justify-content: flex-end; flex-direction: row; } @media only screen and (max-width: 860px) { .dash-promo-first-text { width: 500px; } } @media only screen and (max-width: 430px) { .dashboard-header { display: flex; gap: 1rem; justify-content: center; margin: 30px 0px 0px 0px; align-items: center; margin-left: auto; margin-right: auto; padding: 12px 0px; width: 280px; background-color: var(--background-blue); border-radius: 15px; } .stats-container { height: 100%; } .stats-row-box { display: flex; flex-direction: column; align-items: center; margin-top: 12px; margin-bottom: 0px; padding: 0px 6px; background-color: #fff; height: 100%; border-radius: 6px; } .stats-unit-wrapper { display: flex; flex-direction: row; background-color: var(--barely-there-accent); width: 290px; margin: 4px 0px; padding: 8px 0px; border-radius: 15px; justify-content: center; } .notification-container { background-color: red; } }