Browse Source

Adds page grid coupling for segment

pull/329/head
jlukic 11 years ago
parent
commit
eff7c2e089
1 changed files with 7 additions and 0 deletions
  1. 7
      src/elements/segment.less

7
src/elements/segment.less

@ -107,6 +107,13 @@
top: 1px; top: 1px;
} }
.ui.page.grid.segment {
border-radius: 0em;
border: none;
padding-top: 2rem;
padding-bottom: 2rem;
}
/* No padding on edge content */ /* No padding on edge content */
.ui.segment > :first-child { .ui.segment > :first-child {
margin-top: 0em; margin-top: 0em;

Loading…
Cancel
Save