mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-06-08 01:29:33 +00:00
18 lines
163 B
CSS
18 lines
163 B
CSS
.manifest-fetch {
|
|
flex: 1;
|
|
display: flex;
|
|
gap: 16px;
|
|
|
|
.input {
|
|
flex: 1;
|
|
|
|
input {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.button {
|
|
width: 105px;
|
|
}
|
|
}
|