mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 10:18:19 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
4fad2ab619
59 changed files with 608 additions and 325 deletions
|
@ -97,12 +97,11 @@
|
|||
fill: $color-gray-20;
|
||||
}
|
||||
|
||||
.error {
|
||||
background-color: #ffd9e0;
|
||||
.error,
|
||||
.warning {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
.icon {
|
||||
background-color: $color-danger;
|
||||
text-align: center;
|
||||
padding: 5px;
|
||||
svg {
|
||||
|
@ -118,6 +117,22 @@
|
|||
font-size: $fs12;
|
||||
}
|
||||
}
|
||||
|
||||
.error {
|
||||
background-color: #ffd9e0;
|
||||
|
||||
.icon {
|
||||
background-color: $color-danger;
|
||||
}
|
||||
}
|
||||
|
||||
.warning {
|
||||
background-color: #ffeaca;
|
||||
|
||||
.icon {
|
||||
background-color: $color-warning;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.dashboard-team-members,
|
||||
|
|
|
@ -270,6 +270,9 @@ textarea {
|
|||
&.invalid {
|
||||
border: 1px solid $color-danger;
|
||||
}
|
||||
&.caution {
|
||||
border: 1px solid $color-warning;
|
||||
}
|
||||
|
||||
.text {
|
||||
display: inline-block;
|
||||
|
|
|
@ -195,6 +195,10 @@
|
|||
}
|
||||
|
||||
.input-select {
|
||||
/* This padding is so the text won't overlap the arrow*/
|
||||
padding-right: 1rem;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
color: $color-gray-10;
|
||||
|
||||
&:focus {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue