Skip to content
Snippets Groups Projects
Commit 3d9c82b5 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

fix some css

parent c7aa72f2
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,11 @@ function triggerAngular(locationToGo) {
head.appendChild(script);
}
});
var style = document.createElement('link');
style.rel = 'stylesheet';
style.href = "../../node_modules/jstree-bootstrap-theme/dist/themes/proton/style.min.css";
style.media = "screen";
head.appendChild(style);
var meta = document.createElement('meta');
meta.name = 'viewport';
......
.selectedBasket {
border-left: solid 12px #F99830;
background: rgba(249, 152, 48, 0.14);;
background: rgba(249, 152, 48, 0.14);
}
.selectedBasket:focus {
background: rgba(249, 152, 48, 0.14);
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment