|
|
@ -118,10 +118,10 @@ a.ui.label { |
|
|
|
--------------------*/ |
|
|
|
|
|
|
|
/* Padding on next content after a label */ |
|
|
|
.ui.segment > .top.attached.label:first-child + * { |
|
|
|
.ui.top.attached.label:first-child + * { |
|
|
|
margin-top: @attachedSegmentPadding; |
|
|
|
} |
|
|
|
.ui.segment > .bottom.attached.label:first-child ~ :last-child { |
|
|
|
.ui.bottom.attached.label:first-child ~ :last-child { |
|
|
|
margin-top: 0em; |
|
|
|
margin-bottom: @attachedSegmentPadding; |
|
|
|
} |
|
|
|