mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-19 13:18:28 +00:00
web/DownloadButton: replace rem sizes with pixels
Some checks failed
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled
Run tests / test service functionality (push) Has been cancelled
Run tests / test service: ${{ matrix.service }} (push) Has been cancelled
Some checks failed
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled
Run tests / test service functionality (push) Has been cancelled
Run tests / test service: ${{ matrix.service }} (push) Has been cancelled
This commit is contained in:
parent
281ae25d4a
commit
3057f9cffb
|
@ -186,9 +186,9 @@
|
||||||
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-indent: -5px;
|
text-indent: -5px;
|
||||||
letter-spacing: -0.22em;
|
letter-spacing: -5.3px;
|
||||||
|
|
||||||
margin-bottom: 0.1rem;
|
margin-bottom: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#download-button:disabled {
|
#download-button:disabled {
|
||||||
|
|
Loading…
Reference in a new issue