FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surerank
/
src
/
apps
/
admin-seo-bar
Edit File: style.scss
@import url( "https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap" ); @import "../../global/tailwind.scss"; @layer utilities { hr { @apply border-t border-b-0 border-x-0 border-solid border-border-subtle; } input[type="checkbox"] { @apply before:border-0; } ::-webkit-file-upload-button { @apply text-text-primary; } } th.column-surerank-data { width: 160px !important; } #surerank-root { @apply relative z-[9999999]; } .surerank-root *, .surerank-root *::before, .surerank-root *::after, [id^="surerank"] *, [id^="surerank"] *::before, [id^="surerank"] *::after { @apply font-sans; }
Save
Back