mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Add .block element
This commit is contained in:
9
themes/neue-dark-ui/block.less
Normal file
9
themes/neue-dark-ui/block.less
Normal file
@@ -0,0 +1,9 @@
|
||||
@import "ui-variables";
|
||||
|
||||
.block {
|
||||
margin-bottom: @component-padding;
|
||||
}
|
||||
|
||||
div > .block:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
@@ -2,6 +2,7 @@
|
||||
'atom'
|
||||
'utilities'
|
||||
'text'
|
||||
'block'
|
||||
'git'
|
||||
'icons'
|
||||
'loading'
|
||||
|
||||
@@ -14,6 +14,10 @@ p {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
label {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
pre {
|
||||
box-shadow: none;
|
||||
color: @text-color;
|
||||
|
||||
Reference in New Issue
Block a user