mirror of
https://github.com/penpot/penpot.git
synced 2025-05-21 05:46:10 +02:00
✨ Visual adjustments
This commit is contained in:
parent
cebda20dd4
commit
0274567d83
9 changed files with 48 additions and 5 deletions
3
frontend/resources/images/icons/layout-columns.svg
Normal file
3
frontend/resources/images/icons/layout-columns.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" viewBox="806.295 634 53.403 53.403" version="1.1">
|
||||
<path d="M859.697,634L806.295,634L806.295,687.403L859.697,687.403L859.697,634ZM855.374,638.555L855.374,682.847L810.617,682.847L810.617,638.555L855.374,638.555ZM817.491,644.294L848.491,644.294L848.491,657.294L817.491,657.294L817.491,644.294ZM817.491,664.294L848.491,664.294L848.491,677.294L817.491,677.294L817.491,664.294Z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 468 B |
3
frontend/resources/images/icons/layout-rows.svg
Normal file
3
frontend/resources/images/icons/layout-rows.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" viewBox="694 635 53 53" version="1.1">
|
||||
<path d="M694,635L694,688L747,688L747,635L694,635ZM698.521,639.29L742.479,639.29L742.479,683.71L698.521,683.71L698.521,639.29ZM704.455,677.303L704.455,646.537L717.358,646.537L717.358,677.303L704.455,677.303ZM723.312,677.303L723.312,646.537L736.214,646.537L736.214,677.303L723.312,677.303Z" />
|
||||
</svg>
|
After Width: | Height: | Size: 424 B |
|
@ -182,6 +182,10 @@
|
|||
&.error {
|
||||
border-color: $color-danger;
|
||||
}
|
||||
|
||||
&[disabled] {
|
||||
color: $color-gray-30;
|
||||
}
|
||||
}
|
||||
|
||||
.input-select {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue