CAncel wiki button
parent
875ba9397f
commit
e9305acc27
|
@ -17,6 +17,7 @@ block content
|
|||
span.wiki-title(tg-bo-bind='wikiSlug|unslugify')
|
||||
.action-buttons
|
||||
a.button.button-green.save-wiki(href="", title="Save", ng-click="ctrl.save()") Save
|
||||
a.button.button-red.cancel-wiki(href="", title="CAncel", ng-click="") Cancel
|
||||
|
||||
section.wysiwyg
|
||||
textarea(placeholder="Write a your wiki page", ng-model="wiki.content", tg-markitup)
|
||||
|
|
|
@ -133,6 +133,7 @@
|
|||
.tag {
|
||||
@extend %small;
|
||||
padding: .5rem;
|
||||
margin: 0 .5rem .5rem 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -5,10 +5,12 @@
|
|||
position: absolute;
|
||||
right: 2rem;
|
||||
top: 2rem;
|
||||
.delete-wiki,
|
||||
.edit-wiki,
|
||||
.save-wiki {
|
||||
.button {
|
||||
color: $white;
|
||||
float: right;
|
||||
margin-left: 10px;
|
||||
&:hover {
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue