mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
🎨
This commit is contained in:
parent
ff4071ce34
commit
229eb64f4b
1 changed files with 19 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue