mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 16:19:27 +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
|
@ -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