🎨 Add cloud resource & CDN service vendors information.
This commit is contained in:
@@ -20,6 +20,18 @@
|
||||
text-align: center;
|
||||
@include flex-column();
|
||||
@include main-container();
|
||||
|
||||
@if $footer_vendors_enable {
|
||||
.vendors-list {
|
||||
a {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
img {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.use-motion {
|
||||
|
||||
@@ -22,6 +22,7 @@ $menu_settings_badges: {{ $P.menuSets.badges }};
|
||||
$footer_icon_color: {{ $P.footer.icon.color }};
|
||||
$footer_icon_animated: {{ $P.footer.icon.animated }};
|
||||
$footer_beian_enable: {{ $P.footer.beian.enable }};
|
||||
$footer_vendors_enable: {{ isset $P.footer "vendors" }};
|
||||
|
||||
// Counter
|
||||
$busuanzi_enable: {{ $P.busuanzi.enable }};
|
||||
|
||||
Reference in New Issue
Block a user