fix(web): admin des bibliothèques — UX, gestion d'erreur, styles
- web: AdminPage (admin bibliothèques), client API, styles - web: nginx Refs: #15
This commit is contained in:
@ -142,6 +142,15 @@ h2 {
|
||||
border-color: rgba(213, 168, 77, 0.55);
|
||||
}
|
||||
|
||||
.danger-button {
|
||||
color: #ffd8cf;
|
||||
}
|
||||
|
||||
.danger-button:hover {
|
||||
border-color: rgba(169, 72, 52, 0.78);
|
||||
background: rgba(169, 72, 52, 0.16);
|
||||
}
|
||||
|
||||
.book-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
|
||||
@ -271,7 +280,7 @@ h2 {
|
||||
}
|
||||
|
||||
.library-table > div {
|
||||
grid-template-columns: minmax(0, 1fr) auto auto;
|
||||
grid-template-columns: minmax(0, 1fr) auto auto auto;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
@ -327,6 +336,11 @@ label {
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
label small {
|
||||
color: var(--ink-muted);
|
||||
line-height: 1.35;
|
||||
}
|
||||
|
||||
input {
|
||||
min-height: 42px;
|
||||
border: 1px solid var(--line);
|
||||
|
||||
Reference in New Issue
Block a user