我正在使用 RoR 制作一个为期一个月的 rails 网站。这是来自 styles.css.scss 表的代码。它利用引导程序。我不确定为什么,但尽管有 $btnPrimaryBackground: 绿色文本,但按钮颜色并没有改变。有没有人对为什么按钮颜色没有改变有任何想法或想法?谢谢。
$baseFontFamily: Oxygen;
@import url(http://fonts.googleapis.com/css?family=Oxygen);
$navbarBackgroundHighlight: white;
$navbarBackground: white;
$btnPrimaryBackground: green;
@import 'bootstrap';
body{
padding-top: 60px;
}
@import 'bootstrap-responsive';
.navbar-inner{
@include box-shadow(none !important);
border: 0;
}
.footer{
margin-top: 50px;
color: $grayLight;
a{
color: $gray;
}
}