mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-18 01:50:37 +01:00
fix(collections): css lint warning
This commit is contained in:
@@ -95,6 +95,7 @@
|
||||
left: 0;
|
||||
right: 0;
|
||||
padding: 30px 20px;
|
||||
background-color: #333;
|
||||
background-color: rgba(0, 0, 0, 0.6);
|
||||
border-radius: 8px;
|
||||
.name {
|
||||
@@ -108,7 +109,7 @@
|
||||
right: 0;
|
||||
bottom: 30px;
|
||||
|
||||
strong {
|
||||
i {
|
||||
text-shadow: 0 0 0.1em #000,-0 -0 0.1em #000;
|
||||
}
|
||||
}
|
||||
@@ -118,6 +119,7 @@
|
||||
color: @mt-base-color !important;
|
||||
}
|
||||
.item-info {
|
||||
background-color: #333;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
<i class="fa fa-list text-info">
|
||||
<strong> {{'COLLECTIONS.FILES_NUMBERS' | translate}}: {{m.torrents.length}}</strong></i>
|
||||
</div>
|
||||
<div class="col-xs-6 col-small-padding text-center">
|
||||
<div class="col-xs-6 col-small-padding text-left">
|
||||
<i class="fa fa-star-half-o text-info">
|
||||
<strong> {{'COLLECTIONS.VOTE_AVERAGE' | translate}}: {{vm.getVoteAverage(m);}}</strong></i>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user