feat(core): new css for templates footer

This commit is contained in:
OldHawk
2018-03-17 18:25:29 +08:00
parent b249186a9a
commit faf201fda9
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
@import (reference) "../../../core/client/less/mt-var.less";
.templates-footer {
font-size: 12px !important;
}
.black-list {
.black-item {
cursor: pointer;

View File

@@ -25,7 +25,7 @@
<div class="col-sm-8 col-md-9 padding-bottom-30">
<div ui-view></div>
<div ng-init="vm.getTemplateFileContent('/modules/about/client/templates/rules-footer-'+vm.lang+'.md')">
<span ng-bind-html="vm.getTemplateMarkedContent()"></span>
<span class="templates-footer" ng-bind-html="vm.getTemplateMarkedContent()"></span>
</div>
</div>
</div>