Files
openfoodnetwork/app/assets/stylesheets/darkswarm/help-modal.css.scss
Rob Harrington 32622c77bc Add basic help modal directive
Useful for showing help text that is too long for a tool tip
2018-06-22 15:39:47 +10:00

10 lines
118 B
SCSS

.help-modal {
.help-text {
font-size: 1rem;
margin: 20px 0px;
}
.help-icon {
font-size: 4rem;
}
}