mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Fix Section styling
This commit is contained in:
@@ -2,12 +2,13 @@
|
||||
@import "ui-variables";
|
||||
|
||||
section {
|
||||
position: relative;
|
||||
margin-top: 0;
|
||||
&:last-child { margin-bottom: 0; }
|
||||
|
||||
&.bordered {
|
||||
margin: 0;
|
||||
padding: @component-padding 0;
|
||||
padding: @component-padding*2 0;
|
||||
border-top: 1px solid @tool-panel-border-highlight-color;
|
||||
border-bottom: 1px solid @tool-panel-border-color;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user