Browse Source

Code formatting

flex-list
jlukic 9 years ago
parent
commit
5889b94b60
2 changed files with 7 additions and 7 deletions
  1. 13
      src/definitions/elements/segment.less
  2. 1
      src/themes/default/elements/segment.variables

13
src/definitions/elements/segment.less

@ -636,23 +636,24 @@
}
/*-------------------
Ordinality
Emphasis
--------------------*/
/* Secondary */
.ui.secondary.segment {
background: @secondaryBackground;
color: @secondaryColor;
}
.ui.secondary.inverted.segment {
background: @secondaryInvertedBackground;
color: @secondaryInvertedColor;
}
/* Tertiary */
.ui.tertiary.segment {
background: @tertiaryBackground;
color: @tertiaryColor;
}
.ui.secondary.inverted.segment {
background: @secondaryInvertedBackground;
color: @secondaryInvertedColor;
}
.ui.tertiary.inverted.segment {
background: @tertiaryInvertedBackground;
color: @tertiaryInvertedColor;

1
src/themes/default/elements/segment.variables

@ -37,7 +37,6 @@
@groupedSegmentWidth: auto;
@groupedSegmentBoxShadow: none;
/*-------------------
Coupling
--------------------*/

Loading…
Cancel
Save