Skip to content
Snippets Groups Projects
Commit 3a28c065 authored by syuilo's avatar syuilo
Browse files

🎨

parent 46d57110
No related branches found
No related tags found
No related merge requests found
......@@ -401,6 +401,25 @@ hr {
backdrop-filter: blur(15px);
}
._inputSplit {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
grid-gap: 8px;
margin: 1em 0;
> * {
margin: 0 !important;
}
}
._inputNoTopMargin {
margin-top: 0 !important;
}
._inputNoBottomMargin {
margin-bottom: 0 !important;
}
._table {
> ._row {
display: flex;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment