diff options
author | Tuomas Klavér <tklavr@local> | 2023-11-20 02:04:12 +0200 |
---|---|---|
committer | Tuomas Klavér <tklavr@local> | 2023-11-20 02:04:12 +0200 |
commit | d13d4860f3d5b51d659379aa8a38742bfe49bf37 (patch) | |
tree | eaf65876d9a4497f282dab300007338144c53001 /static/kyselma.css | |
parent | 4724a8667371abcf8b0a5a7355a7c2588841c135 (diff) |
Questions now shows up. DB -> JSON -> JS -> DOM
Diffstat (limited to 'static/kyselma.css')
-rw-r--r-- | static/kyselma.css | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/static/kyselma.css b/static/kyselma.css new file mode 100644 index 0000000..a7a60db --- /dev/null +++ b/static/kyselma.css @@ -0,0 +1,28 @@ + +.kysQuestion { + display: flex; + flex-direction: column; + max-width: 25em; +} +.kysText { + align-self: center; +} +.kysScale { + display: flex; +} +.kysScaleSpacer { + flex-grow: 1; +} +.kysNegative input { + width: 100%; +} +.kysPositive input { + width: 100%; +} +.kysCreateText input { + width: 100%; + resize: horizontal; +} +.kysCreateText { + width: 100%; +} |