mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-07-09 08:46:22 +00:00
Added edit page
This commit is contained in:
parent
acde68ac74
commit
5fee89d2e7
5 changed files with 47 additions and 14 deletions
16
css/edit.css
Normal file
16
css/edit.css
Normal file
|
@ -0,0 +1,16 @@
|
|||
/*
|
||||
-=-=-= EDIT =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
|
||||
*/
|
||||
.edit-root {
|
||||
margin: 0 auto 2rem; padding: 0.5rem;;
|
||||
|
||||
background-color: var(--bg); color: var(--fg);
|
||||
|
||||
border: 0.2rem solid var(--green);
|
||||
outline: 0.5rem solid var(--bg);
|
||||
|
||||
border-radius: var(--rad);
|
||||
box-shadow: var(--shadow);
|
||||
|
||||
max-width: 621px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue