mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
fix class name
This commit is contained in:
parent
f07a28f721
commit
c81e0decd2
2 changed files with 3 additions and 3 deletions
|
|
@ -211,11 +211,11 @@
|
||||||
transition: opacity .2s ease-in-out;
|
transition: opacity .2s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bloor-2 {
|
.blur-2 {
|
||||||
filter: blur(2px);
|
filter: blur(2px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.bloor-hover-0:hover {
|
.blur-hover-0:hover {
|
||||||
filter: blur(0);
|
filter: blur(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -264,7 +264,7 @@ echo '<?xml version="1.0" encoding="UTF-8"?>' . PHP_EOL ?>
|
||||||
border-radius-3
|
border-radius-3
|
||||||
background-color-night
|
background-color-night
|
||||||
<?php echo !$magnet->public || !$magnet->approved ? 'opacity-06 opacity-hover-1' : false ?>">
|
<?php echo !$magnet->public || !$magnet->approved ? 'opacity-06 opacity-hover-1' : false ?>">
|
||||||
<div class="<?php echo $magnet->sensitive ? 'bloor-2 bloor-hover-0' : false ?>">
|
<div class="<?php echo $magnet->sensitive ? 'blur-2 blur-hover-0' : false ?>">
|
||||||
<h2 class="margin-b-8"><?php echo $magnet->metaTitle ?></h2>
|
<h2 class="margin-b-8"><?php echo $magnet->metaTitle ?></h2>
|
||||||
<div class="float-right opacity-0 parent-hover-opacity-09">
|
<div class="float-right opacity-0 parent-hover-opacity-09">
|
||||||
<?php if (!$magnet->public) { ?>
|
<?php if (!$magnet->public) { ?>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue