Defined buttons

This commit is contained in:
jose.gonzalez@pandorafms.com 2022-10-24 12:34:03 +02:00
parent d0fa29d2de
commit 828f12e6f3
1 changed files with 6 additions and 1 deletions

View File

@ -9051,7 +9051,8 @@ button.submitButton {
flex-direction: row; flex-direction: row;
min-width: 110px; min-width: 110px;
height: 48px; height: 48px;
font-size: 14px !important; font-size: 13px !important;
font-family: "Pandora-Light";
align-items: center; align-items: center;
line-height: 24px; line-height: 24px;
box-shadow: 0px 3px 6px #c7c7c7; box-shadow: 0px 3px 6px #c7c7c7;
@ -9166,6 +9167,10 @@ button div.cancel {
-webkit-mask: url(../../images/svg/left.svg) no-repeat center / contain; -webkit-mask: url(../../images/svg/left.svg) no-repeat center / contain;
} }
button div.cog {
mask: url(../../images/svg/cog.svg) no-repeat center / contain;
-webkit-mask: url(../../images/svg/cog.svg) no-repeat center / contain;
}
.ui-dialog-buttonset { .ui-dialog-buttonset {
display: flex; display: flex;
} }