feat(dashboard): style temperature modes

This commit is contained in:
KostyaDanovsky 2017-07-11 11:50:43 +03:00
parent 84a98837ac
commit 684c884015
2 changed files with 25 additions and 8 deletions

View file

@ -73,4 +73,21 @@
}
}
}
.btn-icon {
display: flex;
align-items: center;
justify-content: center;
border-color: nga-theme(form-control-border-color);
width: 4.5rem;
height: 4.5rem;
font-size: 2rem;
&.active {
border-color: nga-theme(color-fg-highlight);
box-shadow: 0 2px 12px 0 rgba(nga-theme(color-fg-highlight), 0.25);
background-color: rgba(nga-theme(color-fg-highlight), 0.25);
}
}
}