diff options
author | Valentin Popov <info@valentineus.link> | 2018-05-15 14:28:17 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-05-15 14:28:17 +0300 |
commit | 3647ff37c565c77ebd1e68fce1552201c35b5cb3 (patch) | |
tree | af295c51a91eb8a491a951d00459138daaabfeda /_scss/components/theme/_code.scss | |
parent | bdbcbedc357627a583744b88ba35aeeddc6e69d0 (diff) | |
download | popov.link-3647ff37c565c77ebd1e68fce1552201c35b5cb3.tar.xz popov.link-3647ff37c565c77ebd1e68fce1552201c35b5cb3.zip |
Complete redesign of site styles
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_scss/components/theme/_code.scss')
-rw-r--r-- | _scss/components/theme/_code.scss | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/_scss/components/theme/_code.scss b/_scss/components/theme/_code.scss deleted file mode 100644 index d825933..0000000 --- a/_scss/components/theme/_code.scss +++ /dev/null @@ -1,25 +0,0 @@ -@import 'utilities/borderradius'; - -code { - background: $color-tertiary; - font-size: 86%; - margin: 0 .2rem; - padding: .2rem .5rem; - white-space: nowrap; - - @include border-radius(.4rem); -} - -pre { - background: $color-tertiary; - border-left: .3rem solid $color-primary; - overflow-x: auto; - - & > code { - display: block; - padding: 1rem 1.5rem; - white-space: pre; - - @include border-radius(0); - } -} |