如何使用scss删除引导输入框边框?

时间:2017-11-05 16:17:51

标签: css twitter-bootstrap sass

我正在尝试删除输入框的边框。我目前的代码是:

input{
  background-color: #31363A; 
  outline: 0;
  box-shadow: none;
  border:none;

}
 

如何删除烦人的白色边框? 非常感谢

1 个答案:

答案 0 :(得分:0)

使用scss border: 1px solid [color of the background]