fix(blueprint.style.css): remove extension stylesheet import from here as it was imported twice
This commit is contained in:
parent
09830a12f6
commit
9b409e5479
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,4 @@
|
||||||
@import url("/assets/extensions/blueprint/misc/cacheOverlay-1.css");
|
@import url("/assets/extensions/blueprint/misc/cacheOverlay-1.css");
|
||||||
@import url("/assets/extensions/blueprint/admin.extensions.css");
|
|
||||||
|
|
||||||
@keyframes notification {
|
@keyframes notification {
|
||||||
0% { right:-300px; top:62px; opacity:0; background-color: #1f2933; }
|
0% { right:-300px; top:62px; opacity:0; background-color: #1f2933; }
|
||||||
10% { right:12px; top:62px; opacity:1; background-color: #1f2933; }
|
10% { right:12px; top:62px; opacity:1; background-color: #1f2933; }
|
||||||
|
|
Loading…
Reference in a new issue