mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Change styles (#179)
* Fill style * Roughness, opacity and more styles * Remove duplicated options * Support diamonds * Remove unused import * Fix typo and remove react import
This commit is contained in:
parent
4be88c9c58
commit
f360c3cb33
2 changed files with 405 additions and 87 deletions
|
@ -110,6 +110,10 @@ input[type="color"] {
|
|||
margin: 2px;
|
||||
}
|
||||
|
||||
input[type="range"] {
|
||||
width: 230px;
|
||||
}
|
||||
|
||||
input {
|
||||
margin-right: 5px;
|
||||
|
||||
|
@ -136,7 +140,7 @@ button {
|
|||
border-color: #d6d4d4;
|
||||
}
|
||||
|
||||
&:active {
|
||||
&:active, &.active {
|
||||
background-color: #bdbebc;
|
||||
border-color: #bdbebc;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue