akveo / akveo/nebular

disable or change the nb-theme-default css property

未关闭
#1,681 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
needs info
主要语言
TypeScript
星标
8.1k
派生
1.5k
PR 合并指标
30 天内没有已合并 PR

描述

I want to use such html code in the page

```


Holy guacamole! You should check in on some of those fields below.

×


```

The class 'alert alert-warming' is based on bootstrap, however the html is not able to show the bootstrap style because of the default theme style shown below

```
.nb-theme-default .alert-warning {
background-color: #ebeff5;
border: none;
color: #ffaf26;
}

.nb-theme-default .alert {
border: none !important;
}
```

I want to know how can i either disable the nb-theme-default alert-warning css property or change the nb-theme-default alert-warning css property to bootstrap style?

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。