mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-08 08:23:07 +00:00
14 lines
146 B
CSS
14 lines
146 B
CSS
.download {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 0.5rem;
|
|
}
|
|
|
|
.download-inputContainer {
|
|
flex: 1;
|
|
}
|
|
|
|
.download-input {
|
|
width: 100%;
|
|
}
|