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-09-21 05:51:17 +0300
committerYan Zhu <picturepan2@hotmail.com>2017-09-21 05:51:17 +0300
commit0ffeef8db4eeaa529a90836f8687e79ec90aa113 (patch)
treec1a9f0596e50f5324eb721dffab8c1f50686dbad
parent55250782f3c4c5b3bf04eb83e42668db0e441c17 (diff)
Fix coding style
-rw-r--r--docs/src/docs.scss2
-rw-r--r--src/_codes.scss2
-rw-r--r--src/_off-canvas.scss4
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/src/docs.scss b/docs/src/docs.scss
index 11da1f6..383d7c6 100644
--- a/docs/src/docs.scss
+++ b/docs/src/docs.scss
@@ -140,8 +140,8 @@
position: relative;
&::before {
- content: "AD";
color: $gray-color;
+ content: "AD";
font-size: $font-size-sm;
position: absolute;
right: $layout-spacing;
diff --git a/src/_codes.scss b/src/_codes.scss
index 3d2cc10..af7ac90 100644
--- a/src/_codes.scss
+++ b/src/_codes.scss
@@ -12,8 +12,8 @@ code {
position: relative;
&::before {
- content: attr(data-lang);
color: $gray-color;
+ content: attr(data-lang);
font-size: $font-size-sm;
position: absolute;
right: $layout-spacing;
diff --git a/src/_off-canvas.scss b/src/_off-canvas.scss
index 35aa8bf..8364bff 100644
--- a/src/_off-canvas.scss
+++ b/src/_off-canvas.scss
@@ -35,8 +35,8 @@
&:checked ~ .off-canvas-toggle {
background: rgba($dark-color, .1);
border-color: transparent;
- bottom: 0;
border-radius: 0;
+ bottom: 0;
height: 100%;
left: 0;
right: 0;
@@ -79,4 +79,4 @@
display: none;
}
}
-} \ No newline at end of file
+}