Allowing more social lists, wrapping within buttons!

This commit is contained in:
Adsooi 2021-08-02 23:53:47 +02:00
parent 737e3a27bc
commit 1171b352c5
No known key found for this signature in database
GPG key ID: 9C87C7D3A69E6BBE
8 changed files with 30 additions and 17 deletions

View file

@ -21,13 +21,16 @@
color: black;
cursor: pointer;
width: fit-content;
height: fit-content;
&.primary, &.secondary {
padding: 0.5em;
margin: 0.1em;
text-transform: uppercase;
font-size: larger;
box-shadow: 0px 0px 2px 0px #000000;
transition: box-shadow 0.15s ease-in-out, filter 0.15s ease-in-out;
line-height: 3em;
filter: brightness(100%);
&:active {
@ -40,11 +43,8 @@
filter: brightness(90%);
}
}
&.primary {
}
}
.text-white [role=button]:not(.primary), [role=button]:not(.primary).text-white {
.text-white [role=button]:not(.primary) a, [role=button]:not(.primary).text-white a, nav.text-white [role=button]:not(.primary) {
color: white;
}