cloudcannon specifics

This commit is contained in:
Set Hallstrom 2019-05-19 02:34:48 +02:00
parent b20f0fc126
commit 5f73951f8a
4 changed files with 12 additions and 1 deletions

9
_sass/cloudcannon.scss Normal file
View file

@ -0,0 +1,9 @@
.editor-link {
display: none;
color:red;
}
.cms-editor-active .editor-link {
display: block;
}