|
@ -103,13 +103,16 @@ |
|
|
---------------*/ |
|
|
---------------*/ |
|
|
|
|
|
|
|
|
.ui.modal > .content { |
|
|
.ui.modal > .content { |
|
|
display: flex; |
|
|
|
|
|
|
|
|
display: block; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
font-size: @contentFontSize; |
|
|
font-size: @contentFontSize; |
|
|
line-height: @contentLineHeight; |
|
|
line-height: @contentLineHeight; |
|
|
padding: @contentPadding; |
|
|
padding: @contentPadding; |
|
|
background: @contentBackground; |
|
|
background: @contentBackground; |
|
|
} |
|
|
} |
|
|
|
|
|
.ui.modal > .image.content { |
|
|
|
|
|
display: flex; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
/* Image */ |
|
|
/* Image */ |
|
|
.ui.modal > .content > .image { |
|
|
.ui.modal > .content > .image { |
|
|