Browse Source

Add compact segments

flex-list
jlukic 9 years ago
parent
commit
38ca5e0f02
1 changed files with 11 additions and 0 deletions
  1. 11
      src/definitions/elements/segment.less

11
src/definitions/elements/segment.less

@ -234,6 +234,16 @@
display: table;
}
/* Compact Group */
.ui.compact.segments {
display: inline-flex;
}
.ui.compact.segments .segment,
.ui.segments .compact.segment {
display: block;
flex: 0 1 auto;
}
/*-------------------
Circular
--------------------*/
@ -262,6 +272,7 @@
/* Group */
.ui.segments {
flex-direction: column;
position: relative;
margin: @groupedMargin;
border: @groupedBorder;

Loading…
Cancel
Save