diff options
author | Valentin Popov <valentineus@gmail.com> | 2018-04-03 03:37:34 +0300 |
---|---|---|
committer | Valentin Popov <valentineus@gmail.com> | 2018-04-03 03:37:34 +0300 |
commit | 927577f9f71e103be58196f8031a9fcd9e178ce9 (patch) | |
tree | 8213f7905c226e730714f4340aa749765d625f10 /_sass/_code.scss | |
parent | e579c803deb1ed1879d3db5de54730e325fd58af (diff) | |
download | popov.link-927577f9f71e103be58196f8031a9fcd9e178ce9.tar.xz popov.link-927577f9f71e103be58196f8031a9fcd9e178ce9.zip |
SASS templates have been removed
Diffstat (limited to '_sass/_code.scss')
-rw-r--r-- | _sass/_code.scss | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/_sass/_code.scss b/_sass/_code.scss deleted file mode 100644 index 1aab580..0000000 --- a/_sass/_code.scss +++ /dev/null @@ -1,44 +0,0 @@ -pre, code { - font-family: $monospaced; -} - -code { - background-color: $grey-3; - border-radius: 3px; - color: $code-color; - font-size: 85%; - padding: .25em .5em; -} - -pre { - margin: 0 0 1rem; -} - -pre code { - background-color: transparent; - color: inherit; - font-size: 100%; - padding: 0; -} - -.highlight { - background-color: $grey-3; - border-radius: 3px; - line-height: 1.4; - margin: 0 0 1rem; - padding: 1rem; - - pre { - margin-bottom: 0; - overflow-x: auto; - } - - .lineno { - color: $default-tint; - display: inline-block; - padding: 0 .75rem 0 .25rem; - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - } -} |