mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-03-12 01:32:12 +00:00
feat: apply new layout overhaul
This commit is contained in:
committed by
Rainer Killinger
parent
f16e5394cc
commit
7bbdba5c0b
@@ -1,5 +1,10 @@
|
||||
:host ::ng-deep ion-skeleton-text {
|
||||
width: 50px;
|
||||
:host {
|
||||
display: block;
|
||||
padding: var(--spacing-sm);
|
||||
|
||||
::ng-deep ion-skeleton-text {
|
||||
width: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
.stack-children {
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
[attr.color]="active ? 'primary' : 'medium'"
|
||||
(click)="emitToggle(value)"
|
||||
>
|
||||
<ion-icon name="checkmark-circle" *ngIf="active"></ion-icon>
|
||||
<ion-icon name="circle-check" *ngIf="active"></ion-icon>
|
||||
<ion-label>{{ displayValue }}</ion-label>
|
||||
</ion-chip>
|
||||
|
||||
Reference in New Issue
Block a user