File tree Expand file tree Collapse file tree
templates/pretalx_halfnarp Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- $transitionSpeed : 0.5s ;
21
32.submissions .submission {
3+ --transition-speed : 0.5s ;
44 display : block;
55
66 margin-bottom : 1rem ;
@@ -10,7 +10,7 @@ $transitionSpeed: 0.5s;
1010
1111 cursor : pointer;
1212
13- transition : margin $transitionSpeed ;
13+ transition : margin var ( --transition-speed ) ;
1414
1515 & .preferred {
1616 margin-left : 2rem ;
@@ -28,10 +28,10 @@ $transitionSpeed: 0.5s;
2828
2929 .preferred-icon {
3030 > i {
31- transition : transform $transitionSpeed ;
31+ transition : transform var ( --transition-speed ) ;
3232 }
3333
34- transition : opacity $transitionSpeed ;
34+ transition : opacity var ( --transition-speed ) ;
3535 opacity : 0 ;
3636 color : # e0c840 ;
3737 }
File renamed without changes.
Original file line number Diff line number Diff line change 11{% extends "common/base.html" %}
22{% load i18n %}
3- {% load compress %}
43{% load static %}
54
65{% block title %}{% translate "Halfnarp" %} ::{% endblock %}
76
87{% block custom_header %}
9- {% compress css %}
10- < link rel ="stylesheet " type ="text/x-scss " href ="{% static "pretalx_halfnarp /frontend.scss" %}"/>
11- {% endcompress %}
12- {% compress js %}
13- < script defer src ="{% static "js /jquery.js" %}"> </ script >
14- < script defer src ="{% static "pretalx_halfnarp /frontend.js" %}"> </ script >
15- {% endcompress %}
8+ < link rel ="stylesheet " type ="text/css " href ="{% static "pretalx_halfnarp /frontend.css" %}"/>
9+ < script defer src ="{% static "js /jquery.js" %}"> </ script >
10+ < script defer src ="{% static "pretalx_halfnarp /frontend.js" %}"> </ script >
1611{% endblock %}
1712
1813{% block content %}
Original file line number Diff line number Diff line change 11{% extends "orga/base.html" %}
2- {% load compress %}
32{% load i18n %}
43{% load rules %}
54{% load static %}
65
76{% block stylesheets %}
8- {% compress css %}
9- < link rel ="stylesheet " type ="text/x-scss " href ="{% static "pretalx_halfnarp /organiser.scss" %}"/>
10- {% endcompress %}
11- {% endblock %}
12-
13- {% block scripts %}
14- {% compress js %}
15- < script defer src ="{% static "vendored /moment-with-locales.js" %}"> </ script >
16- < script defer src ="{% static "vendored /moment-timezone-with-data-10-year-range.js" %}"> </ script >
17- {% endcompress %}
7+ < link rel ="stylesheet " type ="text/css " href ="{% static "pretalx_halfnarp /organiser.css" %}"/>
188{% endblock %}
199
2010{% block content %}
Original file line number Diff line number Diff line change 11{% extends "orga/base.html" %}
2- {% load compress %}
3- {% load copyable %}
2+
43{% load i18n %}
5- {% load static %}
64
75{% block content %}
86
You can’t perform that action at this time.
0 commit comments