@use '../colors' as *; .launcher { entry { background: $background; color: $foreground; padding: 8px 12px; border: none; margin-bottom: 6px; &:focus { outline: 2px solid $background; } } .application { padding: 10px; background: $background; border-radius: 8px; transition: background 0.2s ease; &:hover { background: $background; } image { margin-right: 12px; } box { .name { color: $foreground; font-size: 14px; font-weight: 600; } .description { color: $foreground; font-size: 12px; } } } .not-found { color: $foreground; font-size: 14px; image { margin-bottom: 8px; } } }