0
0
Fork 0

design: フロントエンドの調整

This commit is contained in:
Xeltica 2021-01-06 20:46:41 +09:00
parent dc2fffadb2
commit 3077e8cc0f
4 changed files with 36 additions and 9 deletions

View file

@ -445,6 +445,8 @@ img, .xd-responsive {
.xd-alert {
padding: 8px 16px;
display: flex;
align-items: center;
border-radius: var(--radius);
width: 100%;
background: var(--bg);
@ -452,7 +454,16 @@ img, .xd-responsive {
color: var(--fg);
font-size: 75%;
> .icon {
opacity: 0.5;
font-size: 1.2rem;
margin-right: 16px;
}
&.danger {
> .icon {
opacity: 1;
}
background: var(--bg-danger);
border: 1px solid var(--divider-danger);
color: var(--fg-danger);

View file

@ -49,4 +49,5 @@ h1> a {
details > summary {
margin-bottom: 8px;
cursor: pointer;
}