/** * #.# Editor Styles * * CSS for just Backend enqueued after style.scss * which makes it higher in priority. */ .wp-block-sno-block-snolab-publications { .filters { pointer-events: none; } .publications { list-style-type: none; margin: 0; padding: 0; } .labels { position: relative; top: 0; } .publication-card { padding: 2rem 2.4rem; background-color: $primary-hl9; line-height: 1.2; border-radius: 0.8rem; margin-bottom: 1rem; min-height: 9rem; .title { color: $primary; font-weight: bold; font-size: 1.8rem; pointer-events: none; &::after { content: none !important; } } .authors, .collaborator, .date, .link { font-size: 1.6rem; } .link { pointer-events: none; text-align: right; &::after { font-size: .8em; } } } .load-more-button { display: none; } }