如何将蓝图的表单样式与password_field结合使用
我希望我的password_fields 的样式与Blueprint 框架的输入字段的默认样式相同。为此,我需要在 .sass 中添加什么内容?
I'd like to have my password_fields styled the same as the Blueprint framework's default style for input fields. What do I need to put in my .sass for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
找到了。
需要将一个类附加到 HAML 中的输入
Found it.
need to append a class to the input in the HAML