From b14cf93fcaf7f94f283842431c16b5404d9f1da4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Garc=C3=ADa?= Date: Mon, 25 Jan 2016 11:44:43 +0100 Subject: [PATCH] add forms elements --- src/scss/cdb-components/forms.scss | 52 ++++++++++++++++++++++++++---- 1 file changed, 45 insertions(+), 7 deletions(-) diff --git a/src/scss/cdb-components/forms.scss b/src/scss/cdb-components/forms.scss index 8a5cd3d..db7c49f 100644 --- a/src/scss/cdb-components/forms.scss +++ b/src/scss/cdb-components/forms.scss @@ -152,13 +152,14 @@ # Forms/Inputs ``` - - - + + + ``` */ -.CDB-Input { +.CDB-InputText { + min-width: 152px; padding: 7px 8px 6px; border: 1px solid $cMainLine; border-radius: 3px; @@ -266,8 +267,8 @@ # Forms/Selects ``` -
- +
+
  • Hide
  • @@ -302,7 +303,11 @@ False -
    + +
    +
    +
    + + +
    +
    +
    + +
    +

    RADIO

    +
      +
    • + +
    • +
    • + +
    • +
    +
    +
    +

    RADIO

    +
    + +
    +
    + + ``` */ +.CDB-Legend { + width: $baseSize * 12; +}