Update styles and markup for badges and ticket events

Updated the SCSS for badge components, including the introduction of a margin and specific font-weight for user-group badges. Additionally, changes have been made to the TicketApp store to comment out a specific condition. A few updates were made to the twig files in the ChillTicketBundle and ChillMainBundle to reflect these style changes.
This commit is contained in:
2024-06-03 11:13:49 +02:00
parent ac4e2e5bf2
commit 643028ffd6
4 changed files with 14 additions and 4 deletions

View File

@@ -3,8 +3,11 @@
*/
span.badge-user,
span.badge-user-group,
span.badge-person,
span.badge-thirdparty {
margin-top: 0.2rem;
margin-bottom: 0.2rem;
display: inline-block;
padding: 0 0.5em !important;
background-color: $white;
@@ -18,6 +21,10 @@ span.badge-thirdparty {
}
}
span.badge-user-group {
font-weight: 600;
}
span.badge-user {
border-bottom-width: 1px;
&.system {