From b009b50e81b6c1d0d691505b5f5c0418f559bfc0 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Thu, 14 Mar 2019 23:19:58 +0100 Subject: Remove Atom config --- atom/packages/aesthetic-ui/styles/utilities.less | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 atom/packages/aesthetic-ui/styles/utilities.less (limited to 'atom/packages/aesthetic-ui/styles/utilities.less') diff --git a/atom/packages/aesthetic-ui/styles/utilities.less b/atom/packages/aesthetic-ui/styles/utilities.less deleted file mode 100644 index d6428f6..0000000 --- a/atom/packages/aesthetic-ui/styles/utilities.less +++ /dev/null @@ -1,20 +0,0 @@ -@import "ui-mixins"; -@import "ui-variables"; - -.key-binding { - background: #fff; - border: 1px solid lighten(@base-border-color, 20%); - text-shadow: none; - display: inline-block; - line-height: 100%; - border-radius: @component-border-radius; - margin-left: @component-icon-padding; - font-family: Helvetica, Arial, sans-serif; - font-size: @font-size - 1px; - padding: @component-padding / 2; -} - -.badge { - .text(highlight); - background: @background-color-highlight; -} -- cgit