From 1c973624785b77e97791be8c917c4c13b7418be0 Mon Sep 17 00:00:00 2001 From: Rasmus Luha Date: Sat, 5 Nov 2022 23:13:57 +0200 Subject: actual restructure, previuos commit premature --- rannak/kaart/css/kaart.css | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 rannak/kaart/css/kaart.css (limited to 'rannak/kaart/css') 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; +} + -- cgit v1.2.3