diff options
author | terminaldweller <thabogre@gmail.com> | 2022-05-19 01:19:19 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-05-19 01:19:19 +0000 |
commit | 2b65ee76460fb41969dcf8643d5719439346ae26 (patch) | |
tree | 856a62cc24a50077d8f6c7bbdde677f7539f1913 /spring-front/src/index.css | |
parent | CRUD tested and working (diff) | |
download | mdrtl-2b65ee76460fb41969dcf8643d5719439346ae26.tar.gz mdrtl-2b65ee76460fb41969dcf8643d5719439346ae26.zip |
added icons for save,load,delete
Diffstat (limited to 'spring-front/src/index.css')
-rw-r--r-- | spring-front/src/index.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spring-front/src/index.css b/spring-front/src/index.css index 942cb96..159a28e 100644 --- a/spring-front/src/index.css +++ b/spring-front/src/index.css @@ -100,3 +100,8 @@ code { white-space: pre-wrap; overflow-y: auto; } + +.icon { + z-index: 2; + position: relative; +} |