@import "../../css/colors.css"; @import "../../css/units.css"; .inline-message { color: $menu-bar-foreground; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; display: flex; justify-content: flex-end; align-items: center; font-size: .8125rem; padding: 0 0.5rem; user-select: none; } .success { color: $ui-white-dim; } .info { color: $menu-bar-foreground; } .warn { color: $error-light; } .spinner { margin-right: $space; }