mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-07 20:38:38 +00:00
parent
d43d7468ca
commit
ab86df13a5
2 changed files with 11 additions and 11 deletions
|
@ -74,17 +74,6 @@
|
|||
gtag('config', '@ServerSettings.Instance.GoogleAnalyticsId');
|
||||
</script>
|
||||
}
|
||||
|
||||
<style>
|
||||
canvas.photo-subjects {
|
||||
opacity: 1;
|
||||
transition: opacity 0.3s;
|
||||
}
|
||||
|
||||
canvas.hide-subjects {
|
||||
opacity: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="pageContainer">
|
||||
|
|
|
@ -12,6 +12,17 @@ div.main {
|
|||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
canvas.photo-subjects {
|
||||
opacity: 1;
|
||||
transition: opacity 0.3s;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
canvas.hide-subjects {
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/*#region Cards*/
|
||||
|
||||
.card {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue