Prepare for better button names

This commit is contained in:
Dennis Eichhorn 2019-04-22 16:29:48 +02:00
parent b709499386
commit fc43cacac3

View File

@ -95,3 +95,19 @@ button.simple {
background: $button-background;
}
}
button.save, .button.save {
}
button.cancel, .button.cancel {
}
button.delete, .button.delete {
}
button.ok, .button.ok {
}