Skip to content
Snippets Groups Projects
Commit 330036c1 authored by Iziram's avatar Iziram
Browse files

fix esthétique menu formsemestre

parent ae84ed26
No related branches found
No related tags found
No related merge requests found
......@@ -117,15 +117,20 @@
display: flex;
justify-content: center;
border: none;
text-transform: uppercase;
font-weight: bold;
text-transform: none;
font-weight: normal;
font-size: 12px;
padding: 4px 8px;
border-radius: 4px;
}
.sco-formsemestre-menu-menu>.dropdown>summary {
text-transform: uppercase;
font-weight: bold;
font-size: large !important;
}
.sco-formsemestre-menu-link {
color: #333;
text-decoration: none;
......@@ -322,6 +327,7 @@
list-style: none;
padding: 0.25rem 0.5rem;
border-radius: 4px;
font-size: small;
}
.sco-formsemestre-menu .dropdown>summary::marker {
......@@ -432,7 +438,7 @@
{# Macro génération dropdown #}
{% macro dropdown(category, items) %}
<details class="dropdown">
<summary class="sco-formsemestre-menu-item">{{category}}</summary>
<summary class="">{{category}}</summary>
<div class="dropdown-content">
{% for item in items %}
{% if item.submenu is defined %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment