This website works better with JavaScript.
Home
Explore
Help
Sign In
ikea-foundation
/
week_2024
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
na
main
Mattias Bodlund
3 weeks ago
parent
c1cc771fe9
commit
6119fff9ae
1 changed files
with
15 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+15
-0
app/assets/stylesheets/application.css
+ 15
- 0
app/assets/stylesheets/application.css
View File
@ -1340,6 +1340,21 @@ dialog::backdrop {
}
}
.
like-container
{
button
{
&
.
is-selected
{
background-color
:
var
(
--clr-white
)
;
border-color
:
var
(
--clr-white
)
;
&
svg
{
fill
:
var
(
--clr-black
)
;
}
}
}
}
}
}
Write
Preview
Loading…
Cancel
Save