File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed
src/Resources/app/administration/src/component/nuonic-extension-card Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 2222 {{ $tc(' nuonic-plugin-installer.cards.license' ) }}
2323 {{ extension .license }}
2424 </span >
25- <br />
26- <a :href =" 'https://packagist.org/packages/' + extension.packageName + '/stats'" target =" _blank" class =" nuonic-extension-card-base__info-downloads" >
27- {{ $tc(' nuonic-plugin-installer.cards.downloads' ) }} {{ extension .packagistDownloads }}
28- </a >
2925 </section >
3026 </div >
3127
4137 {{ $tc(' nuonic-plugin-installer.cards.version' ) }}
4238 {{ extension .availableVersion }}
4339 </span >
40+ <br />
41+ <a :href =" 'https://packagist.org/packages/' + extension.packageName + '/stats'" target =" _blank" class =" nuonic-extension-card-base__meta-info-downloads" >
42+ {{ $tc(' nuonic-plugin-installer.cards.downloads' ) }} {{ extension .packagistDownloads }}
43+ </a >
4444 <br />
4545 <span v-if =" extension.lastCommitTime" class =" nuonic-extension-card-base__meta-info-last-commit" >
4646 {{ $tc(' nuonic-plugin-installer.cards.lastCommit' ) }}
Original file line number Diff line number Diff line change 22@import " ~scss/mixins" ;
33
44.nuonic-extension-card-base {
5-
65 margin : 0 auto 1rem ;
76
87 .sw-loader {
3938 .nuonic-extension-card-base__info-inactive {
4039 font-size : $font-size-xs ;
4140 }
42-
43- .nuonic-extension-card-base__info-downloads {
44- font-size : $font-size-xxs ;
45- }
4641 }
4742
4843 .nuonic-extension-card-base__main-action {
6459 }
6560 }
6661
62+ a .nuonic-extension-card-base__meta-info-downloads {
63+ font-size : $font-size-xxs ;
64+ }
65+
6766 .nuonic-extension-card-base__open-extension {
6867 cursor : pointer ;
6968 text-decoration : underline ;
8887 .sw-icon {
8988 margin-left : 4px ;
9089 }
91- }
90+ }
You can’t perform that action at this time.
0 commit comments