mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-22 05:50:48 +02:00
fix(typography): prevent bootstrap color override (#2161)
This commit is contained in:
parent
8f09ddda95
commit
243390c10f
2 changed files with 6 additions and 2 deletions
|
@ -123,10 +123,10 @@
|
|||
Far far away, behind the your awesomeness.
|
||||
</div>
|
||||
</div>
|
||||
<div class="item text-body">
|
||||
<div class="item text-basic">
|
||||
<div class="color bg-body"></div>
|
||||
<div>
|
||||
<h5 class="text-body">Body Text</h5>
|
||||
<h5 class="text-basic">Body Text</h5>
|
||||
Far far away, behind the your awesomeness.
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -100,6 +100,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.text-basic {
|
||||
color: nb-theme(text-basic-color);
|
||||
}
|
||||
|
||||
.text-link {
|
||||
color: nb-theme(link-text-color);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue