mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 05:08:23 +02:00
✨ Adds support for drop shadow
This commit is contained in:
parent
23b53faac7
commit
64c0884eb9
15 changed files with 396 additions and 35 deletions
|
@ -48,6 +48,11 @@ $br-big: 8px;
|
|||
}
|
||||
}
|
||||
|
||||
.row-grid-2 {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
}
|
||||
|
||||
.flex-grow {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
|
|
@ -364,7 +364,8 @@ ul.slider-dots {
|
|||
position: relative;
|
||||
width: 75px;
|
||||
|
||||
&::after {
|
||||
&::after,
|
||||
.after {
|
||||
color: $color-gray-20;
|
||||
font-size: $fs12;
|
||||
height: 20px;
|
||||
|
@ -374,6 +375,11 @@ ul.slider-dots {
|
|||
width: 20px;
|
||||
}
|
||||
|
||||
.after {
|
||||
width: auto;
|
||||
right: 6px;
|
||||
}
|
||||
|
||||
// Input amounts
|
||||
|
||||
&.pixels {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue