|
@ -90,17 +90,17 @@ |
|
|
-ms-box-sizing: border-box; |
|
|
-ms-box-sizing: border-box; |
|
|
box-sizing: border-box; |
|
|
box-sizing: border-box; |
|
|
} |
|
|
} |
|
|
.ui.modal > .content > .left:not(.input, .button, .label) { |
|
|
|
|
|
|
|
|
.ui.modal > .content > .left:not(.ui) { |
|
|
display: table-cell; |
|
|
display: table-cell; |
|
|
padding-right: 1.5%; |
|
|
padding-right: 1.5%; |
|
|
min-width: 25%; |
|
|
min-width: 25%; |
|
|
} |
|
|
} |
|
|
.ui.modal > .content > .right:not(.input, .button, .label) { |
|
|
|
|
|
|
|
|
.ui.modal > .content > .right:not(.ui) { |
|
|
display: table-cell; |
|
|
display: table-cell; |
|
|
padding-left: 1.5%; |
|
|
padding-left: 1.5%; |
|
|
vertical-align: top; |
|
|
vertical-align: top; |
|
|
} |
|
|
} |
|
|
.ui.modal > .content > .left:not(.input, .button, .label) > i.icon { |
|
|
|
|
|
|
|
|
.ui.modal > .content > .left:not(.ui) > i.icon { |
|
|
font-size: 8em; |
|
|
font-size: 8em; |
|
|
margin: 0em; |
|
|
margin: 0em; |
|
|
} |
|
|
} |
|
@ -126,11 +126,11 @@ |
|
|
|
|
|
|
|
|
/* Mobile Only */ |
|
|
/* Mobile Only */ |
|
|
@media only screen and (max-width : 768px) { |
|
|
@media only screen and (max-width : 768px) { |
|
|
.ui.modal .content > .left:not(.input, .button, .label) { |
|
|
|
|
|
|
|
|
.ui.modal .content > .left:not(.ui) { |
|
|
display: block; |
|
|
display: block; |
|
|
padding: 0em 0em 1em; |
|
|
padding: 0em 0em 1em; |
|
|
} |
|
|
} |
|
|
.ui.modal .content > .right:not(.input, .button, .label) { |
|
|
|
|
|
|
|
|
.ui.modal .content > .right:not(.ui) { |
|
|
display: block; |
|
|
display: block; |
|
|
padding: 1em 0em 0em; |
|
|
padding: 1em 0em 0em; |
|
|
|
|
|
|
|
|