diff options
author | kimsible <kimsible@users.noreply.github.com> | 2020-08-09 14:20:56 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-08-14 15:03:38 +0200 |
commit | fd9c3c8d66197c8f6dfc6cc01cad797cda6c4f30 (patch) | |
tree | d3c067cece52aad361173da0b58b4ffca7adb35c /client/src/sass | |
parent | 04c7f7017546709c4bcf83b1b143e399582e63de (diff) | |
download | PeerTube-fd9c3c8d66197c8f6dfc6cc01cad797cda6c4f30.tar.gz PeerTube-fd9c3c8d66197c8f6dfc6cc01cad797cda6c4f30.tar.zst PeerTube-fd9c3c8d66197c8f6dfc6cc01cad797cda6c4f30.zip |
Refactor popover markdown, add code style
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/application.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index d2811d24a..3be8f057b 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -103,6 +103,16 @@ label { | |||
103 | font-size: 15px; | 103 | font-size: 15px; |
104 | } | 104 | } |
105 | 105 | ||
106 | code { | ||
107 | background-color: pvar(--greyBackgroundColor); | ||
108 | border-radius: 3px; | ||
109 | padding: .2em .4em; | ||
110 | margin: auto .4em; | ||
111 | font-size: 75%; | ||
112 | display: inline-block; | ||
113 | vertical-align: middle; | ||
114 | } | ||
115 | |||
106 | .form-error { | 116 | .form-error { |
107 | display: block; | 117 | display: block; |
108 | color: $red; | 118 | color: $red; |