mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-26 03:39:57 +00:00
.github
antispam
club
com
core
auth
fixtures
management
migrations
static
bundled
core
user
js
login.scss
user_detail.scss
user_edit.scss
user_godfathers.scss
user_group.scss
user_preferences.scss
user_stats.scss
user_tools.scss
templates
templatetags
tests
views
__init__.py
admin.py
api.py
apps.py
baker_recipes.py
converters.py
fields.py
markdown.py
middleware.py
models.py
operations.py
schemas.py
search_indexes.py
signals.py
urls.py
utils.py
counter
docs
eboutic
election
forum
galaxy
launderette
locale
matmat
pedagogy
rootplace
sas
sith
staticfiles
subscription
trombi
.coveragerc
.env.example
.envrc
.gitattributes
.gitignore
.mailmap
.npmrc
.pre-commit-config.yaml
.python-version
CONTRIBUTING.rst
LICENSE
Procfile.service
Procfile.static
README.md
biome.json
conftest.py
manage.py
mkdocs.yml
openapi-csrf.ts
openapi-ts.config.ts
package-lock.json
package.json
pyproject.toml
tsconfig.json
uv.lock
vite.config.mts
- Refonte de l'organisation des pages utilisateurs (principalement du front) - Page des parrains/fillots - Page d'édition du profil - Page du profil - Page des outils - Page des préférences - Page des stats utilisateurs - Refonte du CSS / organisation de la navbar principale (en haut de l'écran) - Refonte du CSS de la navbar bleu clair (le menu) - Refonte du CSS du SAS : - Page de photo - Page d'albums
59 lines
794 B
SCSS
59 lines
794 B
SCSS
.form {
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin: 10px 0;
|
|
gap: 5px;
|
|
|
|
&-general {
|
|
> p {
|
|
display: flex;
|
|
flex-direction: row-reverse;
|
|
justify-content: left;
|
|
align-items: center;
|
|
gap: 5px;
|
|
margin: 0;
|
|
|
|
> label {
|
|
cursor: pointer;
|
|
margin: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
&-cards,
|
|
&-trombi {
|
|
>p {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
text-align: justify;
|
|
gap: 5px;
|
|
margin: 0;
|
|
|
|
>input,
|
|
>select {
|
|
min-width: 300px;
|
|
}
|
|
}
|
|
}
|
|
|
|
&-submit-btn {
|
|
margin-top: 10px !important;
|
|
max-width: 100px;
|
|
}
|
|
}
|
|
|
|
.justify {
|
|
text-align: justify;
|
|
}
|
|
|
|
.main {
|
|
padding: 10px;
|
|
}
|
|
|
|
.no-cards,
|
|
.student-cards {
|
|
margin-top: 10px;
|
|
display: block;
|
|
}
|