Allowing more social lists, wrapping within buttons!
This commit is contained in:
parent
737e3a27bc
commit
1171b352c5
8 changed files with 30 additions and 17 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue