design: フロントエンドの調整
This commit is contained in:
parent
dc2fffadb2
commit
3077e8cc0f
4 changed files with 36 additions and 9 deletions
|
@ -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);
|
||||
|
|
|
@ -49,4 +49,5 @@ h1> a {
|
|||
|
||||
details > summary {
|
||||
margin-bottom: 8px;
|
||||
cursor: pointer;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue