.ngparaeditabletext-buttons { display: flex; justify-content: flex-end; margin-top: 12px; gap: 12px; } .ngparaeditabletext-buttons button { border-color: #5094cc; border-width: 1px; border-style: solid; padding: 10px 20px 10px 20px; background: #5094cc; font: 15px 'Fira Sans',Helvetica,sans-serif; color: #ffffff; letter-spacing: 0px; box-shadow: 3px 3px 5px rgba(0,0,0,0.1); border-radius: 2px; cursor: pointer; } .ngparaeditabletext-buttons button:focus { border-color: #5094cc; background: #5094cc; box-shadow: 3px 3px 5px rgba(0,0,0,0.1); font-weight: normal; font-style: normal; text-transform: none; color: #ffffff; outline: none; } .ngparaeditabletext-buttons button:hover:enabled { border-color: #4480b2; background: #4480b2; font-weight: normal; font-style: normal; text-transform: none; color: #ffffff; } .ngparaeditabletext-buttons button:disabled { opacity: 0.8; cursor: wait; }