diff options
author | Sonja Galovic <galovicsonja@gmail.com> | 2022-04-26 21:11:43 +0200 |
---|---|---|
committer | Sonja Galovic <galovicsonja@gmail.com> | 2022-04-26 21:11:43 +0200 |
commit | 31e3b846eda94de86e249956d96c54aaa92eb0c6 (patch) | |
tree | 4eaeca48c9602512a73e00a4c4e28025677799fc /frontend/src/styles | |
parent | 25ac2c1b92de81de521897089f7d3dd14c52e657 (diff) |
Column-table: afterview init. Menjani theme.css i columne-table.css, malo sredjen dizajn tabele.
Diffstat (limited to 'frontend/src/styles')
-rw-r--r-- | frontend/src/styles/theme.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/src/styles/theme.css b/frontend/src/styles/theme.css index f2e84e8b..fe03bf95 100644 --- a/frontend/src/styles/theme.css +++ b/frontend/src/styles/theme.css @@ -1,5 +1,7 @@ :root { --ns-primary: #0063AB; + --ns-primary-25: rgba(0, 99, 171, 0.25); + --ns-primary-50: rgba(0, 99, 171, 0.5); --ns-accent: #00a8e8; --ns-bg: #003459; --ns-bg-light-30: rgba(0, 152, 189, 0.3); |