php-gallery/css/upload.css

17 lines
349 B
CSS
Raw Normal View History

2022-07-22 00:21:48 +00:00
/*
-=-=-= UPLOAD =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
*/
.upload-root {
2022-07-25 15:13:26 +00:00
margin: 0 auto 2rem; padding: 0.5rem;
max-width: 621px;
2022-07-22 00:21:48 +00:00
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);
}