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
path: root/src
diff options
context:
space:
mode:
authorYan Zhu <picturepan2@hotmail.com>2017-08-15 07:16:53 +0300
committerYan Zhu <picturepan2@hotmail.com>2017-08-15 07:16:53 +0300
commit38962f94d497a40435862d187f30b04f2b68205d (patch)
treeb1a0c089f7453d6c724ecbb8d1946949e0336621 /src
parent4cb36cd7914a52c4ea18ac34308a38250a4c0399 (diff)
Improve Docs homepage
Diffstat (limited to 'src')
-rw-r--r--src/mixins.less2
-rw-r--r--src/typography.less2
-rw-r--r--src/utilities/colors.less3
3 files changed, 5 insertions, 2 deletions
diff --git a/src/mixins.less b/src/mixins.less
index f3360d1..9e8c0d7 100644
--- a/src/mixins.less
+++ b/src/mixins.less
@@ -17,7 +17,7 @@
// Component focus shadow
.control-shadow(@color: @primary-color) {
- box-shadow: 0 0 0 2px fade(@color, 10%);
+ box-shadow: 0 0 0 2px fade(@color, 20%);
}
// Component transition
diff --git a/src/typography.less b/src/typography.less
index b0e33f7..35c904f 100644
--- a/src/typography.less
+++ b/src/typography.less
@@ -9,7 +9,7 @@ h6 {
color: inherit;
font-weight: 500;
line-height: 1.2;
- margin-bottom: @unit-2;
+ margin-bottom: .5em;
margin-top: 0;
}
.h1,
diff --git a/src/utilities/colors.less b/src/utilities/colors.less
index c3555c1..64f7689 100644
--- a/src/utilities/colors.less
+++ b/src/utilities/colors.less
@@ -2,6 +2,9 @@
.text-primary {
.text-color-variant(@primary-color);
}
+.text-secondary {
+ .text-color-variant(@secondary-color-dark);
+}
.text-gray {
.text-color-variant(@gray-color);
}