From fc43cacac319f8f24b05ea0edbf3672ba4e5e8ac Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 22 Apr 2019 16:29:48 +0200 Subject: [PATCH] Prepare for better button names --- button.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/button.scss b/button.scss index decade7..14a4022 100644 --- a/button.scss +++ b/button.scss @@ -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 { + +} \ No newline at end of file