Browse Source

Adds coupling with grid/grid column

pull/329/head
jlukic 11 years ago
parent
commit
64315d4d6d
1 changed files with 9 additions and 3 deletions
  1. 12
      src/elements/segment.less

12
src/elements/segment.less

@ -107,12 +107,18 @@
top: 1px;
}
.ui.page.grid.segment {
border-radius: 0em;
border: none;
.ui.page.grid.segment
.ui.grid .ui.segment.column {
padding-top: 2rem;
padding-bottom: 2rem;
}
.ui.grid.segment,
.ui.grid .ui.segment.row,
.ui.grid .ui.segment.column {
border-radius: 0em;
box-shadow: none;
border: none;
}
/* No padding on edge content */
.ui.segment > :first-child {

Loading…
Cancel
Save