#1022 styles added

This commit is contained in:
Gerard 2019-01-24 16:07:11 +01:00
parent f83c721c95
commit 044207d811
2 changed files with 8 additions and 8 deletions

View File

@ -91,7 +91,6 @@ class Controller {
setUserConfig(property, value) {
let params = {};
params[property] = value;
console.log(value);
this.$http.post('/api/UserConfigs/setUserConfig', params)
.then(() => {

View File

@ -1,12 +1,13 @@
@import 'colors';
vn-user-configuration-popover {
color: $main-font-color;
& > vn-vertical {
min-width: 250px;
vn-popover {
color: $main-font-color;
vn-vertical {
min-width: 250px;
}
.body {
padding: 16px 16px 6px 16px;
}
}
.body {
padding: 16px 16px 6px 16px;
}
}