fix(ui-features, header): refactoring

This commit is contained in:
Mikhail Hryb 2017-09-12 18:35:39 +03:00 committed by KostyaDanovsky
parent 56c1ea5628
commit decad34572
6 changed files with 14 additions and 18 deletions

View file

@ -31,7 +31,7 @@
width: 50%;
}
.action-item {
.control-item {
display: block;
}
@ -151,12 +151,8 @@
}
}
nb-user /deep/ .user-name {
display: block;
}
@include media-breakpoint-down(md) {
.action-item {
.control-item {
display: none;
}
}