Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
@import "@wordpress/base-styles/breakpoints";
.reauth-required__send-sms-throttled {
margin-bottom: 1em;
}
.reauth-required__dialog {
max-width: 400px;
padding: 0;
}
.reauth-required__sign-out {
cursor: pointer;
}
.reauth-required__button {
width: 100%;
}
.reauth-required__logout {
margin-top: 1em;
}
// Let the left section of the masterbar be on top of the dialog during reauth.
.reauth-required__dialog-body {
.masterbar {
position: inherit;
transition: none;
margin-bottom: -46px;
@media (max-width: $break-small) {
margin-bottom: 0;
}
@media (min-width: $break-medium) {
margin-bottom: -32px;
}
.masterbar__section--left {
z-index: z-index("root", ".reauth-required__dialog-body .masterbar__section--left");
}
}
.layout__content {
@media (max-width: $break-small) {
padding-top: 16px !important;
transition: none !important;
}
}
}