diff --git a/src/dropdown/dropdown.component.css b/src/dropdown/dropdown.component.css index 10b678ac..beed86aa 100644 --- a/src/dropdown/dropdown.component.css +++ b/src/dropdown/dropdown.component.css @@ -11,3 +11,34 @@ a { white-space: nowrap; display: inline-block; } + +.chunkydropdown-menu { + min-width: 20em; +} + +.chunkyrow { + line-height: 2; + margin-left: 1em; + font-size: 2em; +} + +.slider { + width:3.8em; + height:3.8em; + display:block; + -webkit-transition: all 0.125s linear; + -moz-transition: all 0.125s linear; + -o-transition: all 0.125s linear; + transition: all 0.125s linear; + margin-left: 0.125em; + margin-top: auto; +} + +.slideron { + margin-left: 1.35em; +} + +.content_wrapper{ + display: table-cell; + vertical-align: middle; +} diff --git a/src/dropdown/dropdown.component.html b/src/dropdown/dropdown.component.html index e8d39184..ce9355ee 100644 --- a/src/dropdown/dropdown.component.html +++ b/src/dropdown/dropdown.component.html @@ -1,6 +1,7 @@