further implementation in vue elements

This commit is contained in:
2021-10-27 11:14:27 +02:00
parent 5cf94a5ed6
commit 3f869e9ca5
10 changed files with 97 additions and 18 deletions

View File

@@ -1,9 +1,9 @@
.confidential{
display: flex;
align-items: center;
}
.toggle{
margin-left: 10px;
margin-left: 30px;
margin-top: 5px;
cursor: pointer;
}
.blur {

View File

@@ -23,9 +23,10 @@ export default {
}
</script>
<style lang='scss'>
<style scoped lang='scss'>
.confidential{
align-items: center;
display: flex;
}
.toggle{
margin-top: 28px;

View File

@@ -12,6 +12,7 @@
{{ encore_entry_link_tags('mod_forkawesome') }}
{{ encore_entry_link_tags('mod_ckeditor5') }}
{{ encore_entry_link_tags('chill') }}
{{ encore_entry_link_tags('mod_blur') }}
{% block css %}<!-- nothing added to css -->{% endblock %}
</head>