.ngparaeditabletext-buttons { display: flex; justify-content: flex-end; margin-top: 12px; gap: 12px; } .ngparaeditabletext-buttons button { border-color: #3c3840; border-width: 0px; border-style: solid; padding: 15px 20px 15px 20px; background: #3c3840; font: 13px 'Noto Sans',Tahoma,Helvetica,sans-serif; color: #ffffff; letter-spacing: 3px; text-transform: uppercase; border-radius: 0px; cursor: pointer; } .ngparaeditabletext-buttons button:focus { outline: none; } .ngparaeditabletext-buttons button:hover:enabled { border-color: #726e75; background: #726e75; font-weight: normal; font-style: normal; text-transform: uppercase; color: #ffffff; } .ngparaeditabletext-buttons button:disabled { opacity: 0.8; cursor: wait; }