From ade19de410e0a789a921ec1666b278b2a64176d6 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 16 Dec 2014 17:37:42 +0200 Subject: moving files around after repository merger --- res/client/css/partials/buttons.scss | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 res/client/css/partials/buttons.scss (limited to 'res/client/css/partials/buttons.scss') diff --git a/res/client/css/partials/buttons.scss b/res/client/css/partials/buttons.scss new file mode 100644 index 00000000..379157c4 --- /dev/null +++ b/res/client/css/partials/buttons.scss @@ -0,0 +1,24 @@ +.btn-regular { + cursor: pointer; + background-color: white; + font-family: $base-font-family; + font-size: $h4-size; + color: $blue; + padding: $one-baseline $two-baselines $one-baseline $two-baselines; + margin-right: 6px; + border-radius: 4px; + border: none; +} + +.btn-regular:hover { + color: $dark-cyan; + border-color: $dark-cyan; +} + +.btn-regular:focus { + outline: none; +} + +.btn-regular-outline { + border: 1px solid $blue; +} \ No newline at end of file -- cgit v1.3.1