changed class names
This commit is contained in:
parent
ec9267ec65
commit
cd2f19c3c5
|
@ -1,7 +1,6 @@
|
||||||
# Fediring
|
# [Fediring](https://fediring.net/)
|
||||||
<a href="https://fediring.net/">Fediring</a>
|
<div class="ring">
|
||||||
<div class="fring">
|
<a class="ringbtn" href="https://fediring.net/previous?host=nexie.net">◄</a>
|
||||||
<a class="fring-button" href="https://fediring.net/previous?host=nexie.net">◄</a>
|
<a class="ringbtn" href="https://fediring.net/random">Random</a>
|
||||||
<a class="fring-button" href="https://fediring.net/random">Random</a>
|
<a class="ringbtn" href="https://fediring.net/next?host=nexie.net">►</a>
|
||||||
<a class="fring-button" href="https://fediring.net/next?host=nexie.net">►</a>
|
|
||||||
</div>
|
</div>
|
|
@ -1,13 +1,13 @@
|
||||||
@use "./base.scss";
|
@use "./base.scss";
|
||||||
|
|
||||||
// put your custom CSS here!
|
// put your custom CSS here!
|
||||||
.fring {
|
.ring {
|
||||||
display:flex;
|
display:flex;
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fring-button {
|
.ringbtn {
|
||||||
text-size: 0.9rem !important;
|
text-size: 0.9rem !important;
|
||||||
border-radius: 16px !important;
|
border-radius: 16px !important;
|
||||||
border:none !important;
|
border:none !important;
|
||||||
|
@ -20,10 +20,10 @@
|
||||||
cursor:pointer !important;
|
cursor:pointer !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fring-button:hover{
|
.ringbtn:hover{
|
||||||
background-color: rgba(100,100,100, 0.5) !important;
|
background-color: rgba(100,100,100, 0.5) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fring svg {
|
.ring svg {
|
||||||
display:none !important;
|
display:none !important;
|
||||||
}
|
}
|
Loading…
Reference in a new issue