mirror of
https://github.com/penpot/penpot.git
synced 2025-06-12 23:41:38 +02:00
💄 Change style of cancel button on webhooks modal
This commit is contained in:
parent
27c4cdb5f9
commit
fd7d189bb7
2 changed files with 14 additions and 1 deletions
|
@ -528,6 +528,19 @@
|
||||||
.webhooks-modal {
|
.webhooks-modal {
|
||||||
.action-buttons {
|
.action-buttons {
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
|
|
||||||
|
.cancel-button {
|
||||||
|
border: 1px solid $color-gray-30;
|
||||||
|
background: $color-canvas;
|
||||||
|
border-radius: 3px;
|
||||||
|
padding: 0.5rem 1rem;
|
||||||
|
cursor: pointer;
|
||||||
|
margin-right: 8px;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background: $color-gray-20;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.input-checkbox label {
|
.input-checkbox label {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
|
@ -676,7 +676,7 @@
|
||||||
|
|
||||||
[:div.modal-footer
|
[:div.modal-footer
|
||||||
[:div.action-buttons
|
[:div.action-buttons
|
||||||
[:input.btn-gray.btn-large
|
[:input.cancel-button
|
||||||
{:type "button"
|
{:type "button"
|
||||||
:value (tr "labels.cancel")
|
:value (tr "labels.cancel")
|
||||||
:on-click #(modal/hide!)}]
|
:on-click #(modal/hide!)}]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue