New UI tool: confirm button

This commit is contained in:
yflory
2020-02-04 14:49:31 +01:00
parent 689ea40a92
commit 2e631a8b5f
3 changed files with 74 additions and 2 deletions

View File

@@ -48,6 +48,22 @@
}
}
div.cp-button-confirm {
display: inline-block;
button {
margin: 0;
}
.cp-button-timer {
height: 3px;
& > div {
height: 100%;
background-color: @colortheme_alertify-primary;
&.danger, &.btn-danger, &.danger-alt, &.btn-danger-alt {
background-color: @colortheme_alertify-red;
}
}
}
}
button:not(.pure-button):not(.md-button):not(.mdl-button) {