Add scss imports
This commit is contained in:
parent
4ed998a9ab
commit
e8e9db2bbc
@ -59,7 +59,7 @@ export default {
|
|||||||
notificationText: "this is a test notification <b>with some html for bold measure</b>",
|
notificationText: "this is a test notification <b>with some html for bold measure</b>",
|
||||||
notificationActions: null,
|
notificationActions: null,
|
||||||
showNotification: true,
|
showNotification: true,
|
||||||
}
|
};
|
||||||
},
|
},
|
||||||
...mapState([
|
...mapState([
|
||||||
'notificationConfig'
|
'notificationConfig'
|
||||||
@ -107,9 +107,15 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
@import '../res/css/colors.scss';
|
||||||
|
@import '../res/css/font/overpass.css';
|
||||||
|
@import '../res/css/font/overpass-mono.css';
|
||||||
|
@import '../res/css/common.scss';
|
||||||
|
|
||||||
.root-window {
|
.root-window {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user