kollapsminoriteten/wp-includes/css/dist/preferences/style.css

71 lines
1.1 KiB
CSS
Raw Permalink Normal View History

2024-04-17 11:32:24 +02:00
.preference-base-option+.preference-base-option{
margin-top:16px;
}
@media (min-width:600px){
.preferences-modal{
2025-12-12 13:15:55 +01:00
height:calc(100% - 128px);
2024-04-17 11:32:24 +02:00
width:calc(100% - 32px);
}
}
@media (min-width:782px){
.preferences-modal{
width:750px;
}
}
@media (min-width:960px){
.preferences-modal{
height:70%;
}
}
@media (max-width:781px){
.preferences-modal .components-modal__content{
padding:0;
}
}
.preferences__tabs-tablist{
left:16px;
2025-02-28 08:42:11 +01:00
position:absolute !important;
2025-12-12 13:15:55 +01:00
top:88px;
2024-04-17 11:32:24 +02:00
width:160px;
}
.preferences__tabs-tabpanel{
margin-left:160px;
padding-left:24px;
}
@media (max-width:781px){
.preferences__provider{
height:100%;
}
}
.preferences-modal__section{
2025-12-12 13:15:55 +01:00
border:0;
2024-04-17 11:32:24 +02:00
margin:0 0 2.5rem;
2025-12-12 13:15:55 +01:00
padding:0;
2024-04-17 11:32:24 +02:00
}
.preferences-modal__section:last-child{
margin:0;
}
.preferences-modal__section-legend{
margin-bottom:8px;
}
.preferences-modal__section-title{
font-size:.9rem;
font-weight:600;
margin-top:0;
}
.preferences-modal__section-description{
color:#757575;
font-size:12px;
font-style:normal;
margin:-8px 0 8px;
}
.preferences-modal__section:has(.preferences-modal__section-content:empty){
display:none;
}