mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Use relative CSS units (#484)
This commit is contained in:
parent
183a62627c
commit
1a03a29025
8 changed files with 37 additions and 36 deletions
|
@ -6,8 +6,8 @@
|
|||
.ToolIcon__icon {
|
||||
background-color: #e9ecef;
|
||||
|
||||
width: 41px;
|
||||
height: 41px;
|
||||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
@ -21,8 +21,8 @@
|
|||
}
|
||||
|
||||
.ToolIcon_size_s .ToolIcon__icon {
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
width: 1.4rem;
|
||||
height: 1.4rem;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue