Init spinner
This commit is contained in:
@@ -1,9 +1,25 @@
|
||||
@import "rounded";
|
||||
|
||||
.fullscreen {
|
||||
position: absolute;
|
||||
z-index: 9999;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #ffffff;
|
||||
text-align: center;
|
||||
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff)";
|
||||
|
||||
.inner {
|
||||
position: relative;
|
||||
top: 50%;
|
||||
margin-top: -50px;
|
||||
height: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
.button {
|
||||
@@ -119,7 +135,7 @@
|
||||
background-color: #07F;
|
||||
color: #FFF;
|
||||
top: 32px;
|
||||
left: 230px;
|
||||
left: 280px;
|
||||
padding: 8px;
|
||||
border: #05D 1px solid;
|
||||
@include rounded(3);
|
||||
|
||||
@@ -1,7 +1,20 @@
|
||||
.fullscreen {
|
||||
position: absolute;
|
||||
z-index: 9999;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
text-align: center; }
|
||||
background-color: #ffffff;
|
||||
text-align: center;
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff)"; }
|
||||
.fullscreen .inner {
|
||||
position: relative;
|
||||
top: 50%;
|
||||
margin-top: -50px;
|
||||
height: 100px; }
|
||||
|
||||
.button {
|
||||
display: inline;
|
||||
@@ -79,7 +92,7 @@
|
||||
background-color: #07F;
|
||||
color: #FFF;
|
||||
top: 32px;
|
||||
left: 230px;
|
||||
left: 280px;
|
||||
padding: 8px;
|
||||
border: #05D 1px solid;
|
||||
border-radius: 3px;
|
||||
|
||||
Reference in New Issue
Block a user