.ngparaeditabletext-buttons { display: flex; justify-content: flex-end; margin-top: 12px; gap: 12px; } .ngparaeditabletext-buttons button { border-color: #108964; border-width: 0px; border-style: solid; padding: 15px 20px 15px 20px; background: #108964; font: 16px 'Trebuchet MS','Lucida Grande','Lucida Sans Unicode','Lucida Sans',Tahoma,sans-serif; color: #ffffff; letter-spacing: 3px; text-transform: uppercase; border-radius: 5px; cursor: pointer; } .ngparaeditabletext-buttons button:focus { outline: none; } .ngparaeditabletext-buttons button:hover:enabled { border-color: #6e7570; background: #6e7570; font-weight: normal; font-style: normal; text-transform: uppercase; color: #ffffff; } .ngparaeditabletext-buttons button:disabled { opacity: 0.8; cursor: wait; }