kollapsminoriteten/wp-content/plugins/jetpack/modules/subscriptions/subscriptions.css

29 lines
619 B
CSS
Raw Permalink Normal View History

2019-11-15 23:26:29 +01:00
#subscribe-email input {
width: 95%;
}
.comment-subscription-form {
margin-bottom: 1em;
}
.comment-subscription-form .subscribe-label {
display: inline !important;
}
/*
Text meant only for screen readers.
Provides support for themes that do not bundle this CSS yet.
@see https://make.wordpress.org/accessibility/2015/02/09/hiding-text-for-screen-readers-with-wordpress-core/
***********************************/
.screen-reader-text {
border: 0;
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
2025-08-27 08:44:30 +02:00
position: absolute !important;
2019-11-15 23:26:29 +01:00
width: 1px;
2026-03-31 11:30:59 +02:00
overflow-wrap: normal !important;
2019-11-15 23:26:29 +01:00
}