mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 04:19:25 +00:00
fix: rebase issues
This commit is contained in:
@ -45,35 +45,6 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin tooltip {
|
|
||||||
@include shadow;
|
|
||||||
z-index: 1;
|
|
||||||
pointer-events: none;
|
|
||||||
background-color: #333;
|
|
||||||
color: #fff;
|
|
||||||
border: 0.5px solid hsl(0, 0%, 50%);
|
|
||||||
border-radius: 5px;
|
|
||||||
padding: 5px 10px;
|
|
||||||
position: absolute;
|
|
||||||
white-space: nowrap;
|
|
||||||
opacity: 0;
|
|
||||||
transition: opacity 500ms ease-in;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tooltip {
|
|
||||||
@include tooltip;
|
|
||||||
position: absolute;
|
|
||||||
width: max-content;
|
|
||||||
|
|
||||||
left: 0;
|
|
||||||
top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tooltip[tooltip-status=open] {
|
|
||||||
opacity: 1;
|
|
||||||
transition: opacity 500ms ease-in;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ib {
|
.ib {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
|
11
package-lock.json
generated
11
package-lock.json
generated
@ -21,7 +21,6 @@
|
|||||||
"@fullcalendar/list": "^6.1.17",
|
"@fullcalendar/list": "^6.1.17",
|
||||||
"@fullcalendar/resource": "^6.1.17",
|
"@fullcalendar/resource": "^6.1.17",
|
||||||
"@fullcalendar/resource-timeline": "^6.1.17",
|
"@fullcalendar/resource-timeline": "^6.1.17",
|
||||||
"@hey-api/client-fetch": "^0.8.2",
|
|
||||||
"@sentry/browser": "^9.29.0",
|
"@sentry/browser": "^9.29.0",
|
||||||
"@zip.js/zip.js": "^2.7.52",
|
"@zip.js/zip.js": "^2.7.52",
|
||||||
"3d-force-graph": "^1.73.4",
|
"3d-force-graph": "^1.73.4",
|
||||||
@ -2315,16 +2314,6 @@
|
|||||||
"@fullcalendar/core": "~6.1.17"
|
"@fullcalendar/core": "~6.1.17"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@hey-api/client-fetch": {
|
|
||||||
"version": "0.8.4",
|
|
||||||
"resolved": "https://registry.npmjs.org/@hey-api/client-fetch/-/client-fetch-0.8.4.tgz",
|
|
||||||
"integrity": "sha512-SWtUjVEFIUdiJGR2NiuF0njsSrSdTe7WHWkp3BLH3DEl2bRhiflOnBo29NSDdrY90hjtTQiTQkBxUgGOF29Xzg==",
|
|
||||||
"deprecated": "Starting with v0.73.0, this package is bundled directly inside @hey-api/openapi-ts.",
|
|
||||||
"license": "MIT",
|
|
||||||
"funding": {
|
|
||||||
"url": "https://github.com/sponsors/hey-api"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/@hey-api/json-schema-ref-parser": {
|
"node_modules/@hey-api/json-schema-ref-parser": {
|
||||||
"version": "1.0.6",
|
"version": "1.0.6",
|
||||||
"resolved": "https://registry.npmjs.org/@hey-api/json-schema-ref-parser/-/json-schema-ref-parser-1.0.6.tgz",
|
"resolved": "https://registry.npmjs.org/@hey-api/json-schema-ref-parser/-/json-schema-ref-parser-1.0.6.tgz",
|
||||||
|
@ -52,7 +52,6 @@
|
|||||||
"@fullcalendar/list": "^6.1.17",
|
"@fullcalendar/list": "^6.1.17",
|
||||||
"@fullcalendar/resource": "^6.1.17",
|
"@fullcalendar/resource": "^6.1.17",
|
||||||
"@fullcalendar/resource-timeline": "^6.1.17",
|
"@fullcalendar/resource-timeline": "^6.1.17",
|
||||||
"@hey-api/client-fetch": "^0.8.2",
|
|
||||||
"@sentry/browser": "^9.29.0",
|
"@sentry/browser": "^9.29.0",
|
||||||
"@zip.js/zip.js": "^2.7.52",
|
"@zip.js/zip.js": "^2.7.52",
|
||||||
"3d-force-graph": "^1.73.4",
|
"3d-force-graph": "^1.73.4",
|
||||||
|
Reference in New Issue
Block a user