From 841f1eedfc8b2c49f0395d5f0ea2bfa269c19df2 Mon Sep 17 00:00:00 2001 From: Thomas Pointhuber Date: Mon, 29 Sep 2014 10:00:24 +0200 Subject: oscar template: generate bootstrap.min.css from source --- searx/static/oscar/less/bootstrap/mixins/text-emphasis.less | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 searx/static/oscar/less/bootstrap/mixins/text-emphasis.less (limited to 'searx/static/oscar/less/bootstrap/mixins/text-emphasis.less') diff --git a/searx/static/oscar/less/bootstrap/mixins/text-emphasis.less b/searx/static/oscar/less/bootstrap/mixins/text-emphasis.less new file mode 100644 index 000000000..0868ef9f2 --- /dev/null +++ b/searx/static/oscar/less/bootstrap/mixins/text-emphasis.less @@ -0,0 +1,8 @@ +// Typography + +.text-emphasis-variant(@color) { + color: @color; + a&:hover { + color: darken(@color, 10%); + } +} -- cgit v1.2.3