| Current File : //home/abedqjib/krishanfoundation.com/wp-content/plugins/surerank/src/global/style.scss |
/* Add the Figtree font from Google Fonts. */
@import url( "https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap" );
@import "./tailwind.scss";
@import "./reset-element-styles.scss";
/* Add your custom styles here */
#wpcontent:has( #surerank-root ) {
padding-left: 0;
}
#wpbody-content:has( #surerank-root ) {
padding-bottom: 0;
}
#wpfooter {
display: none;
}
/* Hide the notice on the SureRank settings and Dashboard pages. */
#wpbody:has( .surerank-setting-page ) {
#wpbody-content > .notice {
display: none;
}
}
.surerank__input {
box-shadow: none !important;
border: none;
}
body:has( #surerank-admin-dashboard ) {
@apply bg-background-secondary;
}
/* Lexical auto-detects paragraph direction and sets dir="ltr" on <p> when
Latin characters are typed, breaking RTL layouts. `direction: inherit`
makes each paragraph follow the parent body/html direction instead.
Using `inherit` (not `rtl`) because rtlcss only swaps literal ltr/rtl
values — `inherit` passes through both style.css and style-rtl.css
unchanged, which is exactly what we need. */
.editor-content > p {
direction: inherit;
}