diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-11-15 02:31:37 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-11-15 02:31:37 -0500 |
commit | 152695ee82a230e80a25eaf25ecb87aa39efc688 (patch) | |
tree | bcabd6502bd9a4b3f8cdf9a43153d05d14a3d2da /css | |
parent | 266fb15c9163f387b9180135e58e0f88bf4ab7d7 (diff) | |
download | abaddon-portaudio-152695ee82a230e80a25eaf25ecb87aa39efc688.tar.gz abaddon-portaudio-152695ee82a230e80a25eaf25ecb87aa39efc688.zip |
add bare css for reference
Diffstat (limited to 'css')
-rw-r--r-- | css/bare.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/css/bare.css b/css/bare.css new file mode 100644 index 0000000..a1e1173 --- /dev/null +++ b/css/bare.css @@ -0,0 +1,19 @@ +.embed { + border-radius: 5px; + padding: 10px; +} + +.embed-footer { + margin-top: 5px; + font-size: 11px; +} + +.embed-author { + margin-bottom: 10px; + font-size: 12px; +} + +.message-attachment-box { + border: 1px solid #aaaaaa; + padding: 2px 5px 2px 5px; +} |