Skip to content
Snippets Groups Projects
Commit e43eaa3f authored by smtw's avatar smtw
Browse files

basic changes event info, scrollbar

parent 87d80d37
Branches
No related tags found
No related merge requests found
{% 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>
......
...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment