mirror of
https://github.com/ivabus/gui
synced 2025-06-08 00:00:27 +03:00
lint
This commit is contained in:
parent
827d9905bc
commit
6d889da9ed
1 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
|||
<script type="ts">
|
||||
|
||||
import '../app.css';
|
||||
import type { Package } from '../types';
|
||||
export let pkg: Package;
|
||||
|
@ -52,7 +51,6 @@
|
|||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
img {
|
||||
box-shadow: 0px 0px 12px #0c0c0c !important;
|
||||
width: 100%;
|
||||
|
@ -84,7 +82,7 @@
|
|||
|
||||
.card-thumb-label h4 {
|
||||
color: black;
|
||||
font-size: .9vw;
|
||||
font-size: 0.9vw;
|
||||
line-height: 1vw;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
|
|
Loading…
Reference in a new issue