diff options
author | Danijel Anđelković <adanijel99@gmail.com> | 2022-04-25 03:40:06 +0200 |
---|---|---|
committer | Danijel Anđelković <adanijel99@gmail.com> | 2022-04-25 03:41:15 +0200 |
commit | cdfecf22863385132701aea4356d5f5aabf3805c (patch) | |
tree | bf547a50454aff8e29f4af914915763493091fbe /frontend/src/styles/helper.css | |
parent | 044ef1a76cf2f53b0dd86c4a77fabd01a81e93ad (diff) |
Osposobio pretragu u folder komponenti. Promenio experiment stranu tako da moze da se skroluje od koraka do koraka. Dodao nacin da komponente manuelno skroluju pozadinu.
Diffstat (limited to 'frontend/src/styles/helper.css')
-rw-r--r-- | frontend/src/styles/helper.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/frontend/src/styles/helper.css b/frontend/src/styles/helper.css index 9c520ac3..875b94f1 100644 --- a/frontend/src/styles/helper.css +++ b/frontend/src/styles/helper.css @@ -51,4 +51,27 @@ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; +} + +.btn-clear { + border: unset; + background-color: unset; + outline: unset; + position: relative; +} + +.input-icon { + color: var(--offwhite); + transform: translateY(25%); +} + +.input-icon:hover { + color: var(--ns-primary); +} + +.f-row { + display: flex; + flex-direction: row; + justify-content: space-between; + align-items: center; }
\ No newline at end of file |