disable or change the nb-theme-default css property
Đang mở
needs info
- Ngôn ngữ chính
- TypeScript
- Star
- 8.1k
- Fork
- 1.5k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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?
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.