]> WPIA git - gigi.git/blobdiff - static/static/css/main.css
upd: get enough space between radio/checkbox and following text
[gigi.git] / static / static / css / main.css
index 7bb2ee87b38c4caeb138b8ab1b6530548bd0218d..f49bf0b662126a3a39295c459d9ca870a2e65b09 100644 (file)
@@ -25,4 +25,16 @@ div.error-msgs p{
 }
 .js-hint {
     display: none;
-}
\ No newline at end of file
+}
+
+.gigi-radio label {
+    font-weight: normal;
+}
+.card {
+    margin-bottom: 10px;
+}
+
+input[type=radio],
+ input[type=checkbox]{
+    margin: .4rem;
+}