fix(styles): fix styles for typography and buttons

This commit is contained in:
KostyaDanovsky 2017-09-15 20:01:43 +03:00
parent 660c9e508c
commit 3eb56f7e97
4 changed files with 36 additions and 7 deletions

View file

@ -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 {