mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-18 15:00:39 +02:00
add delete session btn to active room dialog
This commit is contained in:
@@ -106,6 +106,10 @@
|
||||
|
||||
color: var(--text-primary-color);
|
||||
|
||||
&__text {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
& strong {
|
||||
display: block;
|
||||
font-weight: 700;
|
||||
@@ -155,11 +159,16 @@
|
||||
& p + p {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
& h3 {
|
||||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
|
||||
&__actions {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 0.75rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user