mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Added buttons for image functions Moved Image functions to their own file Added PFP row in users table Moved Groups back to the root templates folder
29 lines
No EOL
385 B
SCSS
29 lines
No EOL
385 B
SCSS
.tool-btn {
|
|
margin: 0;
|
|
padding: 0.5rem;
|
|
|
|
width: 2.5rem;
|
|
height: 2.5rem;
|
|
|
|
border: none;
|
|
background-color: transparent;
|
|
color: $white100;
|
|
|
|
svg {
|
|
width: 1.25rem;
|
|
height: 1.25rem;
|
|
}
|
|
|
|
&:hover {
|
|
cursor: pointer;
|
|
|
|
color: $green;
|
|
}
|
|
}
|
|
.tool-btn--evil {
|
|
color: $red;
|
|
|
|
&:hover {
|
|
color: $white100;
|
|
}
|
|
} |