summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2021-01-25 14:36:47 +0100
committerSiri Reiter <siri@jones.dk>2021-01-25 14:36:47 +0100
commit3fc482ed5cd9c68d3a74c024e2e58f271f94f12c (patch)
treef1b5b94ee56d35a54851de0d9accebf4ff9e02f5
parentc64a7e33c606d2edf47b2719ab04b0fb068848b0 (diff)
Notebox styling to lightblue background and no border. Form label display inline-block.
-rw-r--r--style.scss10
1 files changed, 8 insertions, 2 deletions
diff --git a/style.scss b/style.scss
index d322591..fb6a15b 100644
--- a/style.scss
+++ b/style.scss
@@ -267,8 +267,8 @@ body {
max-width: 48em;
margin-right: 2em;
//
- color: gray !important;
- background-color: none;
+ color: none !important;
+ background-color: lightblue;
margin-left: 0;
text-align: center;
}
@@ -347,6 +347,12 @@ th {
padding: 0 1em 0 0;
}
+//Form
+.fb_label {
+ display: inline-block;
+ widht: 8em;
+}
+
.inlinepage {
border: 0;
padding: 1em 5%;