vendor/assets/stylesheets/modal.css.scss in flashgrid-1.0.20 vs vendor/assets/stylesheets/modal.css.scss in flashgrid-1.0.21
- old
+ new
@@ -4,11 +4,11 @@
#Media Queries */
/* #Modal
================================================== */
.modal-backdrop {
- background-color: rgba(71,74,84,1);
+ background: rgba(71,74,84,1);
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
@@ -20,11 +20,11 @@
opacity: 0.8;
filter: alpha(opacity=80);
}
.modal {
background-clip: padding-box;
- background-color: rgba(255,255,255,1);
+ background: rgba(255,255,255,1);
border-radius: 5px;
box-shadow: 0 0 3px rgba(0,0,0,0.25);
left: 50%;
margin-left: -280px;
outline: none;
@@ -97,10 +97,10 @@
font-size: 13px;
-webkit-font-smoothing: antialiased;
font-weight: 500;
line-height: 13px;
margin: 0;
- padding: 18px 0 16px 0;
+ padding: 20px 0 18px 0;
text-align: center;
text-indent: 0;
text-rendering: geometricPrecision;
text-transform: uppercase;
vertical-align: middle;
\ No newline at end of file