Initial commit - LoreMind project
This commit is contained in:
18
web/src/app/campaigns/scene-edit/scene-edit.component.scss
Normal file
18
web/src/app/campaigns/scene-edit/scene-edit.component.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
.edit-page {
|
||||
padding: 2.5rem 2rem;
|
||||
max-width: 760px;
|
||||
}
|
||||
|
||||
.edit-form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1.5rem;
|
||||
}
|
||||
|
||||
// Override local : bouton Supprimer poussé à droite (voir _buttons.scss pour la base).
|
||||
.btn-danger {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.4rem;
|
||||
margin-left: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user