From 9ce6d646ff718cd62f6434c9a4c94e450436612a Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sun, 12 Oct 2014 12:27:45 +0300 Subject: Revert "Updated Estonian translation" This reverts commit a0b2d09125d7911656fe4cb286f20643c4432281. --- g/fa/docs/assets/less/tw-bs-201/labels.less | 32 +++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100755 g/fa/docs/assets/less/tw-bs-201/labels.less (limited to 'g/fa/docs/assets/less/tw-bs-201/labels.less') diff --git a/g/fa/docs/assets/less/tw-bs-201/labels.less b/g/fa/docs/assets/less/tw-bs-201/labels.less new file mode 100755 index 000000000..268435a0b --- /dev/null +++ b/g/fa/docs/assets/less/tw-bs-201/labels.less @@ -0,0 +1,32 @@ +// LABELS +// ------ + +// Base +.label { + padding: 2px 4px 3px; + font-size: @baseFontSize * .85; + font-weight: bold; + color: @white; + text-shadow: 0 -1px 0 rgba(0,0,0,.25); + background-color: @grayLight; + .border-radius(3px); +} + +// Hover state +.label:hover { + color: @white; + text-decoration: none; +} + +// Colors +.label-important { background-color: @errorText; } +.label-important:hover { background-color: darken(@errorText, 10%); } + +.label-warning { background-color: @orange; } +.label-warning:hover { background-color: darken(@orange, 10%); } + +.label-success { background-color: @successText; } +.label-success:hover { background-color: darken(@successText, 10%); } + +.label-info { background-color: @infoText; } +.label-info:hover { background-color: darken(@infoText, 10%); } -- cgit v1.2.1