Browse Source

Fixed styling of inputs and single-line spans

Fela Maslen 7 năm trước cách đây
mục cha
commit
1f882f7b6e
1 tập tin đã thay đổi với 16 bổ sung0 xóa
  1. 16 0
      src/components/CrudDocument/style.scss

+ 16 - 0
src/components/CrudDocument/style.scss

@@ -16,6 +16,22 @@
         display: flex;
         flex: 4;
         flex-flow: column;
+        padding-right: 0.5em;
+
+        input, .crud-field {
+            line-height: 24px;
+            padding: 0 0.3em;
+            margin: 0.1em 0;
+            border: 1px solid $color-grey-light;
+            letter-spacing: 0;
+            font-size: 14px;
+            font-family: Arial, Helvetica, sans-serif;
+            outline: none;
+        }
+
+        .editing {
+            border-color: $color-secondary;
+        }
     }
 
     .meta {