mirror of
https://github.com/tabler/tabler.git
synced 2026-08-01 16:04:37 +04:00
eslint fixes
This commit is contained in:
@@ -41,12 +41,12 @@ Dimmer
|
||||
position: relative;
|
||||
|
||||
.loader {
|
||||
display: none;
|
||||
margin: 0 auto;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
display: none;
|
||||
margin: 0 auto;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
@@ -56,8 +56,8 @@ Dimmer
|
||||
}
|
||||
|
||||
.dimmer-content {
|
||||
opacity: .1;
|
||||
pointer-events: none;
|
||||
opacity: .1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user