File size: 1,062 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 |
.site-settings {
.setting-item {
&.email-me-new-posts-toggle {
&.is-enabled {
margin-bottom: 16px;
}
}
}
}
.site-settings-popover {
max-width: 300px;
.site-settings {
.setting-item {
margin-bottom: 20px;
}
.delivery-frequency-input:not(.is-logged-in) {
margin-bottom: 24px;
}
.setting-item.email-me-new-comments-toggle {
margin-bottom: 24px;
}
}
.subscriptions__separator {
margin-bottom: 24px;
}
button {
&:hover,
&:focus {
color: var(--color-primary);
background: color-mix(in srgb, var(--color-primary-light) 100%, transparent);
.reader-export-button__label {
color: var(--color-text-inverted);
}
}
}
&__unsubscribe-button.components-button.has-icon,
&__view-feed-button.components-button.has-icon,
&__manage-subscription-button.components-button.has-icon {
display: flex;
width: 100%;
height: auto;
padding: 0;
font-size: $font-body-small;
line-height: $font-title-small;
&:visited {
color: inherit;
}
&:not(:last-child) {
margin-bottom: 24px;
}
}
}
|