From 306a67e27438bd2a67421db91b03fe8f85210460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Matall=C3=ADn?= Date: Wed, 20 Apr 2016 18:54:00 +0200 Subject: [PATCH 1/2] legend with check --- src/scss/cdb-components/forms/legends.scss | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/scss/cdb-components/forms/legends.scss b/src/scss/cdb-components/forms/legends.scss index 20483ae..6a882bb 100644 --- a/src/scss/cdb-components/forms/legends.scss +++ b/src/scss/cdb-components/forms/legends.scss @@ -59,6 +59,27 @@ +
+
+
+ +
+

+ + + +

+ +
+ +
+

+ + + +

+ +
``` */ @@ -69,6 +90,10 @@ width: $baseSize * 12; } +.CDB-Legend--withcheck { + width: ($baseSize * 24); +} + .CDB-Fieldset { @include display-flex(); @include align-items(center); From f6d5aa0d77abb7a79457d3cdd0127fe8c33cd059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Matall=C3=ADn?= Date: Thu, 21 Apr 2016 16:26:01 +0200 Subject: [PATCH 2/2] CDB-Legend--big --- src/fonts/cartoIcon.eot | Bin 19720 -> 19720 bytes src/fonts/cartoIcon.ttf | Bin 19548 -> 19548 bytes src/fonts/cartoIcon.woff | Bin 12372 -> 12372 bytes src/scss/cdb-components/forms/legends.scss | 6 +++--- 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/fonts/cartoIcon.eot b/src/fonts/cartoIcon.eot index 99e0715feb5dba02fee91da2bb52d3ef6e26efaf..6fc0859995ae4b4188ab3c428db9319a308667b2 100644 GIT binary patch delta 57 zcmeB}#n>^6ae@s?>ifT~6CKtvXFRZ(_+g4n>)-dO@%%Pl8MqmLF#y43TmO|Xdh-It G3~vC&pBA+M delta 57 zcmeB}#n>^6ae@ttBoAlXM2EG^$$^h1ewZTD#>pcY&u{aUft&Fc0}x!c>ZpOyn-?%< Gcmn_>%S64Z~T(s4FKQW5~~0J delta 48 wcmcaJgYnJ`#tDwh$$^h1x=fL2
-

+

@@ -73,7 +73,7 @@

-

+

@@ -90,7 +90,7 @@ width: $baseSize * 12; } -.CDB-Legend--withcheck { +.CDB-Legend--big { width: ($baseSize * 24); }