mirror of
https://github.com/penpot/penpot.git
synced 2025-05-30 08:36:13 +02:00
🐛 Fix visual bugs
This commit is contained in:
parent
a22ec43cf2
commit
ceed926274
3 changed files with 17 additions and 15 deletions
|
@ -373,9 +373,10 @@ ul.slider-dots {
|
|||
font-size: $fs12;
|
||||
height: 20px;
|
||||
position: absolute;
|
||||
right: 3px;
|
||||
right: $small;
|
||||
text-align: right;
|
||||
top: 26%;
|
||||
width: 20px;
|
||||
width: 18px;
|
||||
}
|
||||
|
||||
.after {
|
||||
|
@ -539,7 +540,7 @@ input.element-name {
|
|||
@extend .input-text;
|
||||
background-image: url("/images/icons/arrow-down-white.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-position: 95% 48%;
|
||||
background-position: calc(100% - 4px) 48%;
|
||||
background-size: 10px;
|
||||
cursor: pointer;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue