.ngparaeditabletext-buttons { display: flex; justify-content: flex-end; margin-top: 12px; gap: 12px; } .ngparaeditabletext-buttons button { border-color: #bbbbbb; border-width: 1px; border-style: solid; padding: 8px 12px 8px 12px; background: #26251f; font: 20px Amarante,Verdana,Helvetica,sans-serif; color: #bbbbbb; letter-spacing: 0px; text-transform: uppercase; border-radius: 0px; cursor: pointer; } .ngparaeditabletext-buttons button:focus { border-color: #bbbbbb; background: #26251f; font-weight: normal; font-style: normal; text-transform: uppercase; color: #bbbbbb; outline: none; } .ngparaeditabletext-buttons button:hover:enabled { border-color: #bbbbbb; background: #bbbbbb; font-weight: normal; font-style: normal; text-transform: uppercase; color: #26251f; } .ngparaeditabletext-buttons button:disabled { opacity: 0.8; cursor: wait; }