shadows are awesome

This commit is contained in:
Jonas Winkler
2020-11-22 21:14:30 +01:00
parent 7c2c2b7f14
commit fac7093364
8 changed files with 11 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
<div class="card mb-3 bg-light">
<div class="card mb-3 bg-light shadow-sm">
<div class="row no-gutters">
<div class="col-md-2 d-none d-lg-block">
<img [src]="getThumbUrl()" class="card-img doc-img border-right">

View File

@@ -1,5 +1,5 @@
<div class="col p-2 h-100" style="width: 16rem;">
<div class="card h-100">
<div class="card h-100 shadow-sm">
<div class=" border-bottom doc-img pr-1" [ngStyle]="{'background-image': 'url(' + getThumbUrl() + ')'}">
<div class="row" *ngFor="let t of document.tags">
<app-tag [tag]="t" class="col text-right"></app-tag>

View File

@@ -81,7 +81,7 @@
</app-document-card-large>
</div>
<table class="table table-hover table-sm border" *ngIf="displayMode == 'details'">
<table class="table table-hover table-sm border shadow" *ngIf="displayMode == 'details'">
<thead>
<th class="d-none d-lg-table-cell">ASN</th>
<th class="d-none d-md-table-cell">Correspondent</th>