aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/less/components/buttons.less
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/less/components/buttons.less')
-rw-r--r--docs/src/less/components/buttons.less8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/src/less/components/buttons.less b/docs/src/less/components/buttons.less
index 066011fe..1401cd01 100644
--- a/docs/src/less/components/buttons.less
+++ b/docs/src/less/components/buttons.less
@@ -78,7 +78,7 @@ nav {
}
}
-// Shared
+// Shared
.btn,
.btn-count {
display: inline-block;
@@ -88,7 +88,7 @@ nav {
user-select: none;
}
-// Buttons
+// Buttons
.btn {
padding: (@padding-base / 2) @padding-base;
background: @body-background;
@@ -121,7 +121,7 @@ nav {
box-shadow: 0 1px 1px rgba(0,0,0, .15);
text-shadow: 0 1px 1px rgba(0,0,0, .1);
color: #fff;
-
+
&:hover,
&:focus {
color: #fff;
@@ -156,4 +156,4 @@ nav {
border-width: 1px 0 0 1px;
transform: rotate(-45deg) translate(-50%, -50%);
}
-} \ No newline at end of file
+}