aboutsummaryrefslogtreecommitdiffstats
path: root/src/static/css/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/css/theme.css')
-rw-r--r--src/static/css/theme.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/static/css/theme.css b/src/static/css/theme.css
new file mode 100644
index 0000000..fb350e2
--- /dev/null
+++ b/src/static/css/theme.css
@@ -0,0 +1,19 @@
+.blink_me {
+ animation: blinker 1.5s linear infinite;
+}
+
+@keyframes blinker {
+ 20% {
+ opacity: 0.4;
+ }
+}
+
+.modal p {
+ word-wrap: break-word;
+}
+
+.create_drop {
+ display: none;
+ width: 100%;
+
+} \ No newline at end of file