Renamed the container class to footer__social-notice-box
This commit is contained in:
@@ -4,15 +4,14 @@
|
|||||||
import CatIcon from "$lib/images/icons/misc/cat.svg";
|
import CatIcon from "$lib/images/icons/misc/cat.svg";
|
||||||
import TelegramIcon from "$lib/images/icons/social/telegram.svg";
|
import TelegramIcon from "$lib/images/icons/social/telegram.svg";
|
||||||
import MatrixIcon from "$lib/images/icons/social/matrix.svg";
|
import MatrixIcon from "$lib/images/icons/social/matrix.svg";
|
||||||
import GiteaIcon from "$lib/images/icons/social/gitea.svg";
|
|
||||||
import DiscordIcon from "$lib/images/icons/social/discord.svg";
|
import DiscordIcon from "$lib/images/icons/social/discord.svg";
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<footer class="footer prevent-select">
|
<footer class="footer prevent-select">
|
||||||
|
|
||||||
<div class="container">
|
<div class="footer__social-notice-box">
|
||||||
<p class="social-row footer__social-notice">Me on other resources:</p>
|
<p class="social-row footer__social-notice-text">Me on other resources:</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="social-row footer__social-links">
|
<div class="social-row footer__social-links">
|
||||||
@@ -68,8 +67,7 @@
|
|||||||
background-color: var(--col_panel);
|
background-color: var(--col_panel);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*FIXME: Make another class title here*/
|
.footer__social-notice-box {
|
||||||
.container {
|
|
||||||
grid-area: social-notice;
|
grid-area: social-notice;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: var(--col_panel);
|
background-color: var(--col_panel);
|
||||||
@@ -77,7 +75,7 @@
|
|||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer__social-notice {
|
.footer__social-notice-text {
|
||||||
|
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
@@ -220,7 +218,7 @@
|
|||||||
"copyright copyright copyright";
|
"copyright copyright copyright";
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer__social-notice {
|
.footer__social-notice-text {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user