summaryrefslogtreecommitdiff
path: root/rannak/kaart/css/kaart.css
diff options
context:
space:
mode:
Diffstat (limited to 'rannak/kaart/css/kaart.css')
-rw-r--r--rannak/kaart/css/kaart.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/rannak/kaart/css/kaart.css b/rannak/kaart/css/kaart.css
new file mode 100644
index 0000000..60bb1f9
--- /dev/null
+++ b/rannak/kaart/css/kaart.css
@@ -0,0 +1,31 @@
+svg path{
+ fill: #00394f;
+ stroke: #eee !important;
+ stroke-width: .25 !important;
+}
+
+svg path:hover {
+ fill: #006284;
+ transition: 0.6s !important;
+ cursor: pointer !important;
+
+}
+
+.moveOn{
+ display: inline-block;
+ border: none;
+ padding: 6px 12px;
+ margin-botton: 0;
+ font-size: 1rem;
+ font-weight: normal;
+ text-align: center;
+ cursor: pointer;
+ border-radius: 4px;
+ background-color: #4BB543;
+ color: white;
+}
+
+button:disabled{
+ opacity: 0.5;
+}
+