e
This commit is contained in:
parent
f657b6a4a4
commit
d163ceb291
76 changed files with 1385 additions and 524 deletions
|
|
@ -335,13 +335,20 @@
|
|||
border: 1px solid rgba(192, 138, 96, 0.24);
|
||||
background: rgba(255, 247, 239, 0.74);
|
||||
}
|
||||
.event-category-heading {
|
||||
margin-bottom: 7px;
|
||||
font-size: 11px;
|
||||
font-weight: 700;
|
||||
color: rgba(82, 66, 52, 0.88);
|
||||
}
|
||||
.push-master {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 7px;
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
margin-bottom: 8px;
|
||||
margin-top: 9px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.push-kind-grid {
|
||||
display: grid;
|
||||
|
|
@ -419,6 +426,13 @@
|
|||
.log-push-toast.log-push-weather::before { background: #7bbbdc; }
|
||||
.log-push-toast.log-push-grass::before { background: #8cc77a; }
|
||||
.log-push-toast.log-push-event::before { background: #8b82d6; }
|
||||
|
||||
.log-push-toast.log-push-life::before { background: #82bd72; }
|
||||
.log-push-toast.log-push-danger::before { background: #df845d; }
|
||||
.log-push-toast.log-push-social::before { background: #b28bd0; }
|
||||
.log-push-toast.log-push-living::before { background: #d7ad58; }
|
||||
.log-push-toast.log-push-environment::before { background: #70aac8; }
|
||||
.log-push-toast.log-push-observe::before { background: #9b9184; }
|
||||
.log-push-toast.leaving {
|
||||
animation: logPushOut .18s ease both;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue