Created
April 13, 2018 19:03
-
-
Save TwisterMc/03fc26f12d8e65e101a9654662ac382a to your computer and use it in GitHub Desktop.
Align Beaver Builder Module: Call to Action
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
/* --------------------------------------------------------------------- | |
Module: Call to Action | |
Requirement: You must have equal column heights. | |
Requirement: Button layout must be stacked. | |
------------------------------------------------------------------------ */ | |
.fl-module-cta { | |
display: flex; | |
height: 100%; | |
} | |
.fl-module-cta .fl-module-content { | |
width: 100%; /* fixes IE11 */ | |
} | |
.fl-cta-wrap { | |
display: flex; | |
flex-direction: column; | |
height: 100%; | |
} | |
.fl-cta-text { | |
flex-grow: 1; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment