website/_sass/custom.scss

21 lines
588 B
SCSS

/* ==========================================================================
My Custom Classes
========================================================================== */
.publication-actions {
}
// Common styling for all publication action buttons if needed beyond .btn and .btnId
.btnPub--action {
i.fas { // Style for Font Awesome icons within these buttons
margin-right: 0.4em; // Space between icon and text
}
}
// Ensure buttons that become disabled have appropriate styling (often handled by themes)
button:disabled {
opacity: 0.65;
cursor: not-allowed;
}