Browse Source

Minor fixes

pull/2490/head
Igor Kulikov 7 years ago
parent
commit
3aa5048861
  1. 2
      ui-ngx/src/app/modules/home/components/widget/lib/rpc/led-indicator.component.scss
  2. 2
      ui-ngx/src/app/modules/home/components/widget/lib/rpc/round-switch.component.scss

2
ui-ngx/src/app/modules/home/components/widget/lib/rpc/led-indicator.component.scss

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@import "~compass-sass-mixins/lib/compass";
@import "node_modules/compass-sass-mixins/lib/compass";
$error-height: 14px !default;

2
ui-ngx/src/app/modules/home/components/widget/lib/rpc/round-switch.component.scss

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@import "~compass-sass-mixins/lib/compass";
@import "node_modules/compass-sass-mixins/lib/compass";
$error-height: 14px !default;

Loading…
Cancel
Save