mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 23:18:21 +02:00
add checkbox to select items from the dashboard
This commit is contained in:
parent
1aab333eba
commit
ccb77e3ade
2 changed files with 40 additions and 6 deletions
|
@ -221,17 +221,21 @@
|
|||
border-top-left-radius: $br-medium;
|
||||
border-top-right-radius: $br-medium;
|
||||
height: 70%;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.grid-item-image {
|
||||
|
||||
svg {
|
||||
height: 20%;
|
||||
max-width: 120px;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.color-swatch {
|
||||
|
@ -249,6 +253,18 @@
|
|||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.input-checkbox {
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 5px;
|
||||
|
||||
label {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue