Created
September 9, 2015 20:38
-
-
Save mkrdip/3fee77bb882456426020 to your computer and use it in GitHub Desktop.
Decrease size of form & it's all elements (Bloom plugin)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.et_bloom_form_container.with_edge.curve_edge.et_bloom_rounded_corners.et_bloom_rounded.et_bloom_form_text_dark.et_bloom_form_right.et_bloom_inline_2_fields { | |
transform: scale(0.8, 0.8); | |
-ms-transform: scale(0.8, 0.8); /* IE 9 */ | |
-webkit-transform: scale(0.8, 0.8); /* Safari and Chrome */ | |
-o-transform: scale(0.8, 0.8); /* Opera */ | |
-moz-transform: scale(0.8, 0.8); /* Firefox */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment