1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-18 14:04:04 +00:00

UI improvements

This commit is contained in:
2023-12-22 13:30:03 +01:00
parent db5a526e07
commit d1b1c7daa5
10 changed files with 80 additions and 82 deletions

View File

@ -19,23 +19,25 @@
svg {
transition: transform 0.25s;
will-change: transform;
width: 1.2em;
height: 1.2em;
}
svg.spinning {
animation: spinning 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
:global(.field) svg {
width: 13px;
height: 13px;
width: 1em;
height: 1em;
margin-right: 2px;
}
:global(.button) svg {
height: 13px;
height: 1em;
width: auto;
vertical-align: bottom;
}
:global(.blankstate .button) svg {
height: 17px;
height: 1.25em;
vertical-align: -3px;
margin-right: 4px;
}