remove "important" from breadcrumb css

This commit is contained in:
Denys Vuika
2017-11-22 11:46:07 +00:00
parent 5b74b29f09
commit 25b85eab2c

View File

@@ -22,11 +22,15 @@
}
&-dropdown-breadcrumb-path {
width: 0 !important;
width: 0;
height: 0;
overflow: hidden;
margin-top: 35px;
margin-left: -$dropdownHorizontalOffset;
&.mat-select {
width: 0;
}
}
&-current-folder {