diff options
Diffstat (limited to 'src/static/css/base.css')
-rw-r--r-- | src/static/css/base.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/static/css/base.css b/src/static/css/base.css new file mode 100644 index 0000000..c51728c --- /dev/null +++ b/src/static/css/base.css @@ -0,0 +1,8 @@ +/* Rotating arrows when dropdown happens */ +i.fas.rotate { + transition: transform 0.3s ease-in-out; +} + +a[aria-expanded="true"] > i.rotate { + transform: rotate(180deg); +} |