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
6 months ago
parent
237f30ad58
commit
96216f25f4
3 changed files
with
5 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
app/assets/stylesheets/application.css
+1
-1
app/views/questions/result.html.erb
+1
-1
app/views/questions/shared_result.html.erb
+ 3
- 0
app/assets/stylesheets/application.css
View File
@ -449,6 +449,9 @@ main {
border-radius
:
1
.
6rem
;
background-color
:
var
(
--clr-white
)
;
cursor
:
pointer
;
user-select
:
none
;
-webkit-user-select
:
none
;
-webkit-tap-highlight-color
:
transparent
;
&
div
{
position
:
relative
;
+ 1
- 1
app/views/questions/result.html.erb
View File
@ -4,7 +4,7 @@
%>
<div class="question-container">
<div class="question-container
with-backdrop
">
<div class="animation-element">
<div class="question-step">
+ 1
- 1
app/views/questions/shared_result.html.erb
View File
@ -4,7 +4,7 @@
%>
<div class="question-container">
<div class="question-container
with-backdrop
">
<div class="animation-element">
<div class="question-step">
Write
Preview
Loading…
Cancel
Save