less/roojs-bootstrap/mask.less
authorEdward <edward@roojs.com>
Wed, 26 Sep 2018 06:26:08 +0000 (14:26 +0800)
committerEdward <edward@roojs.com>
Wed, 26 Sep 2018 06:26:08 +0000 (14:26 +0800)
less/roojs-bootstrap/mask.less

index 43e850f..b847923 100644 (file)
 .roo-el-mask-msg i {
     font-size: 48px;
     display: table-cell;
+    vertical-align: middle;
 }
 
 .roo-el-mask-msg div
 {
-   font-family: 'Source Sans Pro', sans-serif;
+    font-family: 'Source Sans Pro', sans-serif;
     font-size: 24px;
     font-weight: 500;
     z-index:20001;
     padding:4px 15px;
     color: @gray; //#557;
     display: table-cell;
+    vertical-align: middle;
     
 }
 .x-body-masked