|
|
@ -522,7 +522,7 @@ |
|
|
|
|
|
|
|
/* Top */ |
|
|
|
.ui[class*="top attached"].table { |
|
|
|
margin-top: @margin; |
|
|
|
margin-top: @verticalMargin; |
|
|
|
border-radius: @borderRadius @borderRadius 0em 0em; |
|
|
|
} |
|
|
|
.ui.table[class*="top attached"]:first-child { |
|
|
@ -532,7 +532,7 @@ |
|
|
|
/* Bottom */ |
|
|
|
.ui.table[class*="bottom attached"] { |
|
|
|
margin-top: 0em; |
|
|
|
margin-bottom: @margin; |
|
|
|
margin-bottom: @verticalMargin; |
|
|
|
border-radius: 0em 0em @borderRadius @borderRadius; |
|
|
|
} |
|
|
|
.ui.table[class*="bottom attached"]:last-child { |
|
|
|