mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 22:48:28 +02:00
🎉 Show changed assets when updating libraries
This commit is contained in:
parent
96a5444357
commit
ca88314524
19 changed files with 475 additions and 50 deletions
|
@ -62,6 +62,16 @@
|
|||
}
|
||||
|
||||
.btn-warning {
|
||||
@extend %btn;
|
||||
background: $color-warning;
|
||||
color: $color-white;
|
||||
&:hover {
|
||||
background: $color-warning-dark;
|
||||
color: $color-white;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-danger {
|
||||
@extend %btn;
|
||||
background: $color-danger;
|
||||
color: $color-white;
|
||||
|
@ -1093,6 +1103,10 @@ input[type="range"]:focus::-ms-fill-upper {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.link {
|
||||
color: $color-info;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-close {
|
||||
|
@ -1215,7 +1229,7 @@ input[type="range"]:focus::-ms-fill-upper {
|
|||
top: 70px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: 35rem;
|
||||
width: 40rem;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
z-index: 20;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue