Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYan Zhu <picturepan2@hotmail.com>2017-08-15 11:06:33 +0300
committerYan Zhu <picturepan2@hotmail.com>2017-08-15 11:06:33 +0300
commita8ba146553cdbe25c782aea323a8f7df0ad664f0 (patch)
treee5383338e34ed9fcefa1fdafdb91346cf0e5d82f /src/bars.less
parent38962f94d497a40435862d187f30b04f2b68205d (diff)
IMPORTANT: Change back to rem unit, and default html font size is 20px.
Diffstat (limited to 'src/bars.less')
-rw-r--r--src/bars.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bars.less b/src/bars.less
index 96848d2..4c3824a 100644
--- a/src/bars.less
+++ b/src/bars.less
@@ -65,7 +65,7 @@
width: @unit-3;
&:active {
- box-shadow: 0 0 0 2px @primary-color;
+ box-shadow: 0 0 0 .1rem @primary-color;
}
}
}