I am looking at the demo 06 where I'm experiencing a couple of issues and I'm not sure where those are coming from and whether they are due to the gem.
The 'Sign in'-button in the navbar is lower than it should be.
It seems to have something to do with the margin: 8px -15px; coming from the bootstrap_and_overrides.css because when I disable that line then at least the button appears to be in it's intended position.
In the documentation section of demo 06 the images and animations are not showing up for me.
Turns out this issue is being caused by the fact that Designmodo does not automatically include the Falt-UI in their less version. Requiring the flat-ui.less file does the trick.
I am looking at the demo 06 where I'm experiencing a couple of issues and I'm not sure where those are coming from and whether they are due to the gem.
margin: 8px -15px;
coming from thebootstrap_and_overrides.css
because when I disable that line then at least the button appears to be in it's intended position.