mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-22 18:30:14 +01:00
fix(styles): fix styles for typography and buttons
This commit is contained in:
parent
660c9e508c
commit
3eb56f7e97
4 changed files with 36 additions and 7 deletions
|
|
@ -6,7 +6,6 @@
|
|||
@include nb-install-component() {
|
||||
/deep/ {
|
||||
$button-size: 50px;
|
||||
$button-border-radius: 12px;
|
||||
|
||||
.container-title {
|
||||
color: nb-theme(color-fg);
|
||||
|
|
@ -39,7 +38,7 @@
|
|||
.state-value {
|
||||
width: $button-size;
|
||||
height: $button-size;
|
||||
border-radius: $button-border-radius;
|
||||
border-radius: nb-theme(btn-border-radius);
|
||||
}
|
||||
|
||||
.state-details {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue