.clickable {
cursor: pointer;
}
+
+.overlay-icon-container {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ background-color: rgba(255, 255, 255, 0.6);
+
+ .loading-icon {
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+
+ .icon {
+ height: 40px;
+ width: 40px;
+
+ }
+ }
+}
.clickable {
cursor: pointer;
}
+
+.overlay-icon-container {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ background-color: rgba(255, 255, 255, 0.6);
+
+ .loading-icon {
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+
+ .icon {
+ height: 40px;
+ width: 40px;
+
+ }
+ }
+}
.clickable {
cursor: pointer;
}
+.overlay-icon-container {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ background-color: rgba(255, 255, 255, 0.6);
+}
+.overlay-icon-container .loading-icon {
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+}
+.overlay-icon-container .loading-icon .icon {
+ height: 40px;
+ width: 40px;
+}
/* admin.less */
.formtable tbody th {
font-weight: normal;