UI: Badge 'Ausgewählt' an Button-Größe angepasst (Padding, Border, Hintergrund, Font)
This commit is contained in:
parent
22bbea7f95
commit
1a48893090
1 changed files with 13 additions and 1 deletions
|
|
@ -350,7 +350,19 @@ header p {
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
.badge { align-self: flex-start; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); padding: 6px 10px; border-radius: 999px; font-size: 13px; }
|
.badge {
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
padding: 8px 12px; /* wie .tab */
|
||||||
|
border-radius: 999px;
|
||||||
|
border: 1px solid rgba(255,255,255,.25);
|
||||||
|
background: linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.06));
|
||||||
|
color: #e7e7ee;
|
||||||
|
font-size: .875rem; /* 14px */
|
||||||
|
font-weight: 600;
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
|
|
||||||
.controls { display: grid; grid-template-columns: 1fr minmax(240px, 320px) 260px 200px; gap: 12px; align-items: center; margin-bottom: 12px; }
|
.controls { display: grid; grid-template-columns: 1fr minmax(240px, 320px) 260px 200px; gap: 12px; align-items: center; margin-bottom: 12px; }
|
||||||
.controls.row1 { z-index: 5000; }
|
.controls.row1 { z-index: 5000; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue