Files
atom/static/sections.less
Ben Ogle 261f61ac26 Oops
2013-09-12 14:04:17 -07:00

32 lines
606 B
Plaintext

@import "ui-variables";
section {
position: relative;
margin-top: 0;
&:last-child { margin-bottom: 0; }
&.bordered {
margin: 0;
padding: @component-padding*2 0;
border-top: 1px solid @background-color-highlight;
border-bottom: 1px solid @tool-panel-border-color;
}
.section-heading:first-child {
margin-top: 0;
font-weight: bold;
color: @text-color-highlight;
}
}
div > section:first-child,
form > section:first-child {
border-top: none;
padding-top: 0;
}
div > section:last-child,
form > section:last-child {
border-bottom: none;
padding-bottom: 0;
}