mirror of
https://github.com/penpot/penpot.git
synced 2025-07-27 11:57:17 +02:00
🐛 Fixing export styles
This commit is contained in:
parent
91249bc892
commit
d4b52ad4f1
1 changed files with 4 additions and 15 deletions
|
@ -1209,8 +1209,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-container {
|
.modal-container {
|
||||||
background-image: url("../images/deco-left.png"),
|
background-image: url("../images/deco-left.png"), url("../images/deco-right.png");
|
||||||
url("../images/deco-right.png");
|
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 10% 50px, 90% 50px;
|
background-position: 10% 50px, 90% 50px;
|
||||||
background-size: 65px;
|
background-size: 65px;
|
||||||
|
@ -1237,18 +1236,8 @@
|
||||||
--checkbox-border-radius: 3px;
|
--checkbox-border-radius: 3px;
|
||||||
--dropdown-option-background-color: rgba(0, 195, 139, 1);
|
--dropdown-option-background-color: rgba(0, 195, 139, 1);
|
||||||
--dropdown-option-active-background-color: rgba(0, 138, 98, 1);
|
--dropdown-option-active-background-color: rgba(0, 138, 98, 1);
|
||||||
--invalid-field-background-color: rgba(
|
--invalid-field-background-color: rgba(238.51780000000002, 205.7178, 204.11780000000002, 1);
|
||||||
238.51780000000002,
|
--message-fail-background-color: rgba(238.51780000000002, 205.7178, 204.11780000000002, 1);
|
||||||
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);
|
--message-success-background-color: rgba(171, 232, 197, 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1487,7 +1476,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.scale {
|
&.scale {
|
||||||
width: 25%;
|
width: 6.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.scale,
|
&.scale,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue