forked from ScoDoc/ScoDoc
fix esthétique menu formsemestre
This commit is contained in:
parent
ae84ed26c3
commit
330036c1be
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user