diff options
author | Siri Reiter <siri@jones.dk> | 2021-01-25 14:36:47 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2021-01-25 14:36:47 +0100 |
commit | 3fc482ed5cd9c68d3a74c024e2e58f271f94f12c (patch) | |
tree | f1b5b94ee56d35a54851de0d9accebf4ff9e02f5 | |
parent | c64a7e33c606d2edf47b2719ab04b0fb068848b0 (diff) |
Notebox styling to lightblue background and no border. Form label display inline-block.
-rw-r--r-- | style.scss | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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%; |