.alertify { font-family: var(--font-family); font-weight: var(--font-weight-light); background-color: rgba(0, 0, 0, .7); z-index: 9999; color: rgba(0,0,0,.87); .dialog > div { border-radius: 3px; } } .alertify-logs { font-family: var(--font-family); font-weight: var(--font-weight-thin); z-index: 9999; .show { border-radius: 3px; } }