app/assets/stylesheets/semantic-ui/modules/_modal.scss in semantic-ui-sass-1.8.1.0 vs app/assets/stylesheets/semantic-ui/modules/_modal.scss in semantic-ui-sass-1.11.4.0

- old
+ new

@@ -1,18 +1,17 @@ - /* - * # Semantic UI - 1.8.1 - * https://github.com/Semantic-Org/Semantic-UI - * http://www.semantic-ui.com/ +/*! + * # Semantic UI 1.11.4 - Modal + * http://github.com/semantic-org/semantic-ui/ * + * * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * */ - /******************************* Modal *******************************/ .ui.modal { @@ -111,11 +110,11 @@ vertical-align: top; } .ui.modal > .content > .image[class*="top aligned"] { vertical-align: top; } -.ui.modal > .content > .image[class*="top aligned"] { +.ui.modal > .content > .image[class*="middle aligned"] { vertical-align: middle; } /* Description */ .ui.modal > .content > .description { @@ -231,15 +230,17 @@ width: 100% !important; margin: 0em !important; padding: 1rem 0rem !important; box-shadow: none; } + +/* Let Buttons Stack */ .ui.modal > .actions { - padding: 1rem 1rem -1rem !important; + padding: 1rem 1rem 0rem !important; } .ui.modal .actions > .buttons, .ui.modal .actions > .button { - margin-bottom: 2rem; + margin-bottom: 1rem; } } /*******************************