mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 07:18:26 +02:00
Merge branch 'staging' into develop
This commit is contained in:
commit
e5ebe0a295
97 changed files with 96 additions and 433752 deletions
|
@ -243,10 +243,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.af-field-previous_design_tool
|
||||
.af-choice-option:nth-child(7)
|
||||
input:checked
|
||||
+ label,
|
||||
.af-field-previous_design_tool .af-choice-option:nth-child(7) input:checked + label,
|
||||
.af-field-use_of_penpot .af-choice-option:nth-child(5) input:checked + label {
|
||||
&::before {
|
||||
background-color: $color-primary;
|
||||
|
|
|
@ -200,11 +200,7 @@
|
|||
}
|
||||
|
||||
&.value {
|
||||
background: linear-gradient(
|
||||
var(--gradient-direction),
|
||||
#fff 0%,
|
||||
#000 100%
|
||||
);
|
||||
background: linear-gradient(var(--gradient-direction), #fff 0%, #000 100%);
|
||||
}
|
||||
|
||||
.handler {
|
||||
|
@ -237,8 +233,8 @@
|
|||
border-radius: 6px;
|
||||
z-index: 1;
|
||||
border: 1px solid $color-white;
|
||||
box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px inset,
|
||||
rgb(0 0 0 / 0.25) 0px 4px 4px inset, rgb(0 0 0 / 0.25) 0px 4px 4px;
|
||||
box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px inset, rgb(0 0 0 / 0.25) 0px 4px 4px inset,
|
||||
rgb(0 0 0 / 0.25) 0px 4px 4px;
|
||||
transform: translate(-6px, -6px);
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
|
@ -386,8 +382,8 @@
|
|||
border-radius: 6px;
|
||||
z-index: 1;
|
||||
border: 1px solid $color-white;
|
||||
box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px inset,
|
||||
rgb(0 0 0 / 0.25) 0px 4px 4px inset, rgb(0 0 0 / 0.25) 0px 4px 4px;
|
||||
box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px inset, rgb(0 0 0 / 0.25) 0px 4px 4px inset,
|
||||
rgb(0 0 0 / 0.25) 0px 4px 4px;
|
||||
transform: translate(-6px, -6px);
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
|
|
|
@ -177,7 +177,7 @@
|
|||
span.element-title {
|
||||
color: $color-gray-60;
|
||||
font-size: $fs14;
|
||||
overflow-x: hidden;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
user-select: none;
|
||||
|
|
|
@ -1289,8 +1289,7 @@
|
|||
}
|
||||
|
||||
.modal-container {
|
||||
background-image: url("../images/deco-left.png"),
|
||||
url("../images/deco-right.png");
|
||||
background-image: url("../images/deco-left.png"), url("../images/deco-right.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: 10% 50px, 90% 50px;
|
||||
background-size: 65px;
|
||||
|
@ -1317,18 +1316,8 @@
|
|||
--checkbox-border-radius: 3px;
|
||||
--dropdown-option-background-color: rgba(0, 195, 139, 1);
|
||||
--dropdown-option-active-background-color: rgba(0, 138, 98, 1);
|
||||
--invalid-field-background-color: rgba(
|
||||
238.51780000000002,
|
||||
205.7178,
|
||||
204.11780000000002,
|
||||
1
|
||||
);
|
||||
--message-fail-background-color: rgba(
|
||||
238.51780000000002,
|
||||
205.7178,
|
||||
204.11780000000002,
|
||||
1
|
||||
);
|
||||
--invalid-field-background-color: rgba(238.51780000000002, 205.7178, 204.11780000000002, 1);
|
||||
--message-fail-background-color: rgba(238.51780000000002, 205.7178, 204.11780000000002, 1);
|
||||
--message-success-background-color: rgba(171, 232, 197, 1);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -92,7 +92,7 @@
|
|||
color: $color-gray-20;
|
||||
font-size: $fs12;
|
||||
max-width: 75%;
|
||||
overflow-x: hidden;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
|
@ -212,7 +212,7 @@ span.element-name {
|
|||
max-width: 75%;
|
||||
min-width: 40px;
|
||||
min-height: 16px;
|
||||
overflow-x: hidden;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
flex: 1;
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
color: $color-gray-20;
|
||||
font-size: $fs12;
|
||||
max-width: 75%;
|
||||
overflow-x: hidden;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
color: $color-gray-10;
|
||||
font-size: $fs14;
|
||||
max-width: 100%;
|
||||
overflow-x: hidden;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
|
@ -150,7 +150,7 @@
|
|||
color: $color-gray-20;
|
||||
margin-right: $size-1;
|
||||
font-size: $fs14;
|
||||
overflow-x: hidden;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
|
@ -122,7 +122,7 @@
|
|||
span {
|
||||
color: $color-white;
|
||||
font-size: $fs14;
|
||||
overflow-x: hidden;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue