mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-24 14:11:29 +00:00
Move styling in baselayout to css file
This commit is contained in:
parent
d2ec550421
commit
6e14b3b608
2 changed files with 9 additions and 11 deletions
|
@ -64,17 +64,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">
|
||||
|
|
|
@ -16,3 +16,12 @@ div.statsUnderTitle > span {
|
|||
margin-right: 5px;
|
||||
}
|
||||
|
||||
canvas.photo-subjects {
|
||||
opacity: 1;
|
||||
transition: opacity 0.3s;
|
||||
}
|
||||
|
||||
canvas.hide-subjects {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue