mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-16 22:10:48 +02:00
Minor redesign of Export Dialog (#604)
This commit is contained in:
19
src/components/ProjectName.css
Normal file
19
src/components/ProjectName.css
Normal file
@@ -0,0 +1,19 @@
|
||||
.ProjectName {
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
height: 2.5rem;
|
||||
line-height: 2.5rem;
|
||||
padding: 0 0.5rem;
|
||||
white-space: nowrap;
|
||||
border-radius: var(--space-factor);
|
||||
}
|
||||
|
||||
.ProjectName:hover {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.ProjectName:focus {
|
||||
outline: none;
|
||||
box-shadow: 0 0 0 2px steelblue;
|
||||
}
|
Reference in New Issue
Block a user