Implement object storage settings

This commit is contained in:
syuilo
2020-02-18 21:12:05 +09:00
parent 50d1500dfc
commit e2ff408f2f
3 changed files with 87 additions and 2 deletions

View File

@ -248,6 +248,32 @@ hr {
}
}
._inputs {
display: flex;
margin: 32px 0;
&:first-child {
margin-top: 8px;
}
&:last-child {
margin-bottom: 8px;
}
> * {
flex: 1;
margin: 0 !important;
&:not(:first-child) {
margin-left: 8px !important;
}
&:not(:last-child) {
margin-right: 8px !important;
}
}
}
._shadow {
box-shadow: 0 8px 32px var(--shadow);