mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1003 B
63 lines
1003 B
:host {
|
|
display: block;
|
|
}
|
|
|
|
.rules-table {
|
|
margin-bottom: 1rem;
|
|
|
|
.op-badge {
|
|
background: #e3f2fd;
|
|
color: #1565c0;
|
|
border-radius: 4px;
|
|
padding: 2px 8px;
|
|
font-size: 12px;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.box-chips {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 4px;
|
|
}
|
|
|
|
.box-chip {
|
|
background: #f5f5f5;
|
|
border: 1px solid #e0e0e0;
|
|
border-radius: 4px;
|
|
padding: 1px 6px;
|
|
font-size: 12px;
|
|
font-family: monospace;
|
|
cursor: default;
|
|
}
|
|
}
|
|
|
|
.defs-table {
|
|
.box-key {
|
|
background: #f5f5f5;
|
|
padding: 2px 6px;
|
|
border-radius: 3px;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.section-badge {
|
|
background: #e8f5e9;
|
|
color: #2e7d32;
|
|
border-radius: 12px;
|
|
padding: 2px 8px;
|
|
font-size: 12px;
|
|
font-weight: 500;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
|
|
.section-filter {
|
|
width: 200px;
|
|
}
|
|
|
|
.alert-danger {
|
|
background-color: rgba(244, 67, 54, 0.1);
|
|
border: 1px solid rgba(244, 67, 54, 0.3);
|
|
border-radius: 4px;
|
|
color: #f44336;
|
|
padding: 12px 16px;
|
|
}
|
|
|