|
|
@ -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; |
|
|
|