diff --git a/themes/neue-dark-ui/block.less b/themes/neue-dark-ui/block.less new file mode 100644 index 000000000..38b54ae41 --- /dev/null +++ b/themes/neue-dark-ui/block.less @@ -0,0 +1,9 @@ +@import "ui-variables"; + +.block { + margin-bottom: @component-padding; +} + +div > .block:last-child { + margin-bottom: 0; +} diff --git a/themes/neue-dark-ui/package.cson b/themes/neue-dark-ui/package.cson index 6182a01fb..02eb44849 100644 --- a/themes/neue-dark-ui/package.cson +++ b/themes/neue-dark-ui/package.cson @@ -2,6 +2,7 @@ 'atom' 'utilities' 'text' + 'block' 'git' 'icons' 'loading' diff --git a/themes/neue-dark-ui/text.less b/themes/neue-dark-ui/text.less index d5cfe3df9..5472328c4 100644 --- a/themes/neue-dark-ui/text.less +++ b/themes/neue-dark-ui/text.less @@ -14,6 +14,10 @@ p { margin-bottom: 15px; } +label { + font-weight: normal; +} + pre { box-shadow: none; color: @text-color;