php-gallery/css/edit.css

17 lines
371 B
CSS
Raw Normal View History

2022-07-23 09:37:12 +00:00
/*
-=-=-= EDIT =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
*/
.edit-root {
2022-07-25 15:13:26 +00:00
margin: 0 auto 2rem; padding: 0.5rem;
2022-07-25 19:59:02 +00:00
max-width: 621px; width: calc(100% - 2rem);
2022-07-23 09:37:12 +00:00
background-color: var(--bg); color: var(--fg);
2022-07-25 19:59:02 +00:00
border: 0.2rem solid var(--red);
2022-07-23 09:37:12 +00:00
outline: 0.5rem solid var(--bg);
border-radius: var(--rad);
box-shadow: var(--shadow);
}