mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-06 15:48:55 +02:00
feat(core): new css for templates footer
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
@import (reference) "../../../core/client/less/mt-var.less";
|
||||
|
||||
.templates-footer {
|
||||
font-size: 12px !important;
|
||||
}
|
||||
|
||||
.black-list {
|
||||
.black-item {
|
||||
cursor: pointer;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user