mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 20:08:21 +02:00
🎉 Newsletter Opt-in options for subscription categories
This commit is contained in:
parent
c43e8bda3c
commit
f921085c72
5 changed files with 80 additions and 37 deletions
|
@ -1097,7 +1097,7 @@
|
|||
&.newsletter {
|
||||
padding: $size-5 0 0 0;
|
||||
flex-direction: column;
|
||||
min-width: 555px;
|
||||
min-width: 623px;
|
||||
.modal-top {
|
||||
padding: 87px 40px 0 40px;
|
||||
color: $color-gray-60;
|
||||
|
@ -1127,6 +1127,17 @@
|
|||
flex-direction: column;
|
||||
border-top: 1px solid $color-gray-10;
|
||||
|
||||
.input-checkbox {
|
||||
margin-bottom: 23px;
|
||||
|
||||
label {
|
||||
font-family: "worksans", sans-serif;
|
||||
text-align: left;
|
||||
color: $color-black;
|
||||
font-size: $fs12;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: "worksans", sans-serif;
|
||||
text-align: left;
|
||||
|
@ -1143,6 +1154,12 @@
|
|||
margin-right: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.deco.top {
|
||||
width: 183px;
|
||||
top: -106px;
|
||||
left: 213px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1203,7 +1220,7 @@
|
|||
}
|
||||
|
||||
&.newsletter-right {
|
||||
left: 515px;
|
||||
left: 586px;
|
||||
top: 50px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue