summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-07-11 14:19:59 +0200
committerDaniel Friesel <derf@finalrewind.org>2021-07-11 14:19:59 +0200
commitf2df8944b8082b158bb161f143053f4ec4dc0844 (patch)
tree8e86e31990e1e32302465b588ebe053888e13595 /sass
parentc8e524c6d31ab8ae8eb12dc595f3ecca20445920 (diff)
geolocation.js: Add missing showError function
Diffstat (limited to 'sass')
-rw-r--r--sass/app.scss45
1 files changed, 45 insertions, 0 deletions
diff --git a/sass/app.scss b/sass/app.scss
index 51fea67..73793ad 100644
--- a/sass/app.scss
+++ b/sass/app.scss
@@ -24,6 +24,51 @@ html {
margin-bottom: 1em;
}
+.notice {
+ padding: 15px;
+ margin-bottom: 20px;
+ border: 1px solid #bce8f1;
+ border-radius: 4px;
+ color: #31708f;
+ background-color: #d9edf7;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+.warning {
+ padding: 15px;
+ margin-bottom: 20px;
+ border: 1px solid #faebcc;
+ border-radius: 4px;
+ color: #8a6d3b;
+ background-color: #fcf8e3;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+.error {
+ padding: 15px;
+ margin-bottom: 20px;
+ border: 1px solid #ebccd1;
+ border-radius: 4px;
+ color: #a94442;
+ background-color: #f2dede;
+ margin-left: auto;
+ margin-right: auto;
+
+ strong {
+ margin-right: .2em;
+ }
+
+ .errcode {
+ font-family: Monospace;
+ margin-top: 2em;
+ font-size: 100%;
+ color: #aaaaaa;
+ }
+
+}
+
ul.stops {
position:relative;
width:100%;