@import "../colors"; .notifications-window { margin-top: 3.5rem; } .notification-card { color: $text; background: $mantle; margin-right: 0.5rem; border: 0.2rem solid $lavender; min-width: 25rem; min-height: 6rem; border-radius: 0.4rem; &:first-child { margin-top: 3.5rem; } &:not(:first-child) { margin-top: 1.5rem; } } .notification-card-container { padding: 1px; } .notification-card-image-container { margin: 0.75rem 0.75rem; min-width: 4rem; min-height: 4rem; border-radius: 0.4rem; } .notification-card-image { border-radius: 0.4rem; min-width: 3rem; min-height: 3rem; padding: 1rem 1rem; background-size: contain; background-repeat: no-repeat; } .notification-card-content { min-width: 3.5rem; min-height: 3.5rem; padding: 0.6rem 0.6rem; margin-right: 1rem; } .notification-card-appname-label { font-size: 0.9rem; color: $pink; } .notification-card-header-label { font-size: 1.15rem; margin-bottom: 0.5rem; color: $lavender; } .notification-card-body-label { font-size: 1rem; font-weight: 600; } .notification-card-actions { margin: 1rem 0rem; } .notification-action-buttons { color: $mantle; background: $lavender; margin-right: 2rem; min-width: 5rem; min-height: 2rem; border-radius: 0.4rem; &:hover { background: $pink; } }