0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-15 17:21:17 -05:00

🐛 Fixing export styles

This commit is contained in:
Alejandro Alonso 2022-03-29 18:25:11 +02:00
parent 91249bc892
commit d4b52ad4f1

View file

@ -1209,8 +1209,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;
@ -1237,18 +1236,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);
}
}
@ -1487,7 +1476,7 @@
}
&.scale {
width: 25%;
width: 6.25rem;
}
&.scale,