forked from FoundKeyGang/FoundKey
🎨
This commit is contained in:
parent
46d5711071
commit
3a28c06534
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