UI: Conference website web-assets v2 upgrade #103970

Merged
Márton Lente merged 50 commits from ui/web-assets-v2-update into main 2024-09-23 12:34:43 +02:00
6 changed files with 18 additions and 21 deletions
Showing only changes of commit 3d0d4b5f43 - Show all commits

View File

@ -1,4 +1,5 @@
$bcon-accent: #1291bd
\:root
--color-bcon-accent: #1291bd
.bcon-logo
text-shadow: none
@ -12,10 +13,10 @@ $bcon-accent: #1291bd
.bcon-date,
background-color: $white
color: $bcon-accent
color: var(--color-bcon-accent)
.bcon-place
background-color: $bcon-accent
background-color: var(--color-bcon-accent)
color: $white
.location-map

View File

@ -18,8 +18,8 @@ $font-path: '/static/assets/fonts'
@import "_utils.sass"
\:root
--body-bg: #e9ecef
--color-bg: var(--body-bg)
--body-color-bg: #e9ecef
--color-bg: var(--body-color-bg)
--navbar-bg: #1e1e1e
--navbar-primary-height: 45px

View File

@ -23,8 +23,7 @@
| {% endblock sidebar %}
.col-md-9
.card
.card-body
.box
| {% block content_main %}
| {% endblock content_main %}
| {% endblock content %}

View File

@ -34,8 +34,7 @@
.container
.row
.col
.card
.card-body
.box
| {% block content_main %}
| {% endblock content_main %}
| {% endblock content %}

View File

@ -10,8 +10,7 @@
.container.mt-3
.row
.col
.card.p-3
.card-body
.box.p-3
| {% block content_main %}
| {% endblock content_main %}
| {% endblock content %}

View File

@ -24,8 +24,7 @@
| {% endblock sidebar %}
.col-md-9
.card.p-3
.card-body
.box.p-3
| {% block content_main %}
| {% endblock content_main %}
| {% endblock content %}