Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hub
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
thomasDOTwtf
hub
Commits
e43eaa3f
Commit
e43eaa3f
authored
Dec 18, 2021
by
smtw
Browse files
Options
Downloads
Patches
Plain Diff
basic changes event info, scrollbar
parent
87d80d37
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/plainui/jinja2/plainui/components/event_info.html
+2
-2
2 additions, 2 deletions
src/plainui/jinja2/plainui/components/event_info.html
src/plainui/styles/_util-classes.scss
+3
-3
3 additions, 3 deletions
src/plainui/styles/_util-classes.scss
with
5 additions
and
5 deletions
src/plainui/jinja2/plainui/components/event_info.html
+
2
−
2
View file @
e43eaa3f
{% import "plainui/components/image.html" as imageMacro %}
{% import "plainui/components/image.html" as imageMacro %}
{% macro eventInfo(event, speakers, assembly={}) -%}
{% macro eventInfo(event, speakers, assembly={}) -%}
<div
class=
"rc3-event-info"
>
<div
class=
"rc3-event-info
border border-1 border-white
"
>
<h3
class=
"flex-row align-items-center justify-content-center bg-info p-3 text-
white
h3 mb-lg-0"
>
<h3
class=
"flex-row align-items-center justify-content-center bg-info p-3 text-
dark
h3 mb-lg-0"
>
{{ _("Event starts in") }}
{{ _("Event starts in") }}
{{ event.schedule_start|strftdelta }}
{{ event.schedule_start|strftdelta }}
</h3>
</h3>
...
...
This diff is collapsed.
Click to expand it.
src/plainui/styles/_util-classes.scss
+
3
−
3
View file @
e43eaa3f
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
/* Works on Firefox */
/* Works on Firefox */
*
{
*
{
scrollbar-width
:
thin
;
scrollbar-width
:
thin
;
scrollbar-color
:
$
secondary
$info
;
scrollbar-color
:
$
primary
transparent
;
}
}
/* Works on Chrome, Edge, and Safari */
/* Works on Chrome, Edge, and Safari */
...
@@ -161,8 +161,8 @@ h6,
...
@@ -161,8 +161,8 @@ h6,
&
__item
{
&
__item
{
display
:
flex
;
display
:
flex
;
flex-flow
:
row
nowrap
;
flex-flow
:
row
nowrap
;
box-shadow
:
$box-shadow-morphism
;
//
box-shadow: $box-shadow-morphism;
font-family
:
$
headings-
font-family
;
font-family
:
$font-family
-sans-serif
;
padding
:
map-get
(
$spacers
,
3
);
padding
:
map-get
(
$spacers
,
3
);
align-items
:
center
;
align-items
:
center
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment