maar35 / film-festival-planner

Visualise screenings of a film festival, add film ratings, plan automatically, manually maintain attendance and tickets.
0 stars 0 forks source link

Cleanup style and classes #394

Open maar35 opened 1 month ago

maar35 commented 1 month ago

Intro

You could think this user story is an ongoing project, but it is specifically to solve technical style debt found in the review of #391. Reason? The program of Imagine 2024 is published, no time for technical debt!

Requirements

Case elaborations

width: 25%

<input type="submit" name="{{ action }}_canceled" value="No please cancel"
    style="width: 25%;"/>
<span class="warning-input">
    <input type="submit" name="{{ action }}_confirmed" value="Sure"
        style="width: 25%;"/>

Modest dropdown

<span class="active-text" style="color: var(--modestStandoutColor);">
    Fan
</span>
<div class="sticky-modest-drop-t-head-content">
    <table style="min-width: 12rem;">

modest-dropdown-content

<div class="modest-dropdown-content" style="background-color: black; cursor: default; min-width: 350px">
<div class="modest-dropdown-content" style="min-width: 350px">