|
@ -24,7 +24,7 @@ |
|
|
|
|
|
|
|
|
.ui.segment { |
|
|
.ui.segment { |
|
|
position: relative; |
|
|
position: relative; |
|
|
background-color: @background; |
|
|
|
|
|
|
|
|
background: @background; |
|
|
box-shadow: @boxShadow; |
|
|
box-shadow: @boxShadow; |
|
|
margin: @margin; |
|
|
margin: @margin; |
|
|
padding: @padding; |
|
|
padding: @padding; |
|
@ -46,7 +46,7 @@ |
|
|
padding-left: 0em; |
|
|
padding-left: 0em; |
|
|
padding-right: 0em; |
|
|
padding-right: 0em; |
|
|
|
|
|
|
|
|
background-color: transparent; |
|
|
|
|
|
|
|
|
background: none transparent; |
|
|
border-radius: 0px; |
|
|
border-radius: 0px; |
|
|
box-shadow: none; |
|
|
box-shadow: none; |
|
|
border: none; |
|
|
border: none; |
|
@ -187,7 +187,7 @@ |
|
|
left: 0%; |
|
|
left: 0%; |
|
|
|
|
|
|
|
|
border-top: 1px solid @borderColor; |
|
|
border-top: 1px solid @borderColor; |
|
|
background-color: @stackedPageBackground; |
|
|
|
|
|
|
|
|
background: @stackedPageBackground; |
|
|
|
|
|
|
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: @stackedHeight; |
|
|
height: @stackedHeight; |
|
@ -630,19 +630,21 @@ |
|
|
border: none; |
|
|
border: none; |
|
|
box-shadow: none; |
|
|
box-shadow: none; |
|
|
} |
|
|
} |
|
|
|
|
|
.ui.inverted.segment, |
|
|
|
|
|
.ui.primary.inverted.segment { |
|
|
|
|
|
background: @invertedBackground; |
|
|
|
|
|
color: @invertedTextColor; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* Nested */ |
|
|
.ui.inverted.segment .segment { |
|
|
.ui.inverted.segment .segment { |
|
|
color: @textColor; |
|
|
color: @textColor; |
|
|
} |
|
|
} |
|
|
.ui.inverted.segment .inverted.segment { |
|
|
.ui.inverted.segment .inverted.segment { |
|
|
color: @white; |
|
|
|
|
|
} |
|
|
|
|
|
.ui.inverted.segment, |
|
|
|
|
|
.ui.primary.inverted.segment { |
|
|
|
|
|
background-color: @black; |
|
|
|
|
|
color: @white; |
|
|
|
|
|
|
|
|
color: @invertedTextColor; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ui.inverted.block.segment, |
|
|
|
|
|
|
|
|
/* Attached */ |
|
|
.ui.inverted.attached.segment { |
|
|
.ui.inverted.attached.segment { |
|
|
border-color: @solidWhiteBorderColor; |
|
|
border-color: @solidWhiteBorderColor; |
|
|
} |
|
|
} |
|
|