From e96f3120cfd6bbf1f144ad9d10f9047b013fd811 Mon Sep 17 00:00:00 2001 From: NejcZdovc Date: Thu, 17 Nov 2016 07:33:16 +0100 Subject: [PATCH] Added text to a buttons --- .../popover/tab/mouse/mouse-tab.component.html | 16 ++++++++++++---- .../popover/tab/mouse/mouse-tab.component.scss | 15 +++++++++++++++ 2 files changed, 27 insertions(+), 4 deletions(-) diff --git a/src/components/popover/tab/mouse/mouse-tab.component.html b/src/components/popover/tab/mouse/mouse-tab.component.html index 00407d7b..edd1217d 100644 --- a/src/components/popover/tab/mouse/mouse-tab.component.html +++ b/src/components/popover/tab/mouse/mouse-tab.component.html @@ -87,12 +87,20 @@

You can set the multiplier in link to setting.

- -
+
+ + (click)="setMouseActionParam(MouseActionParam.accelerate)" + > + + + Accelerate +
diff --git a/src/components/popover/tab/mouse/mouse-tab.component.scss b/src/components/popover/tab/mouse/mouse-tab.component.scss index 2afeee7f..55439a02 100644 --- a/src/components/popover/tab/mouse/mouse-tab.component.scss +++ b/src/components/popover/tab/mouse/mouse-tab.component.scss @@ -63,3 +63,18 @@ } } } + +.mouse__config--speed { + .btn-default { + font-size: 25px; + line-height: 22px; + padding-top: 4px; + padding-bottom: 4px; + + span { + font-size: 13px; + display: block; + text-align: center; + } + } +}