From 8efe04e127e3bf0aef395b31f3f3d9f49a0afe26 Mon Sep 17 00:00:00 2001 From: vmishenev Date: Thu, 16 Sep 2021 20:26:47 +0300 Subject: Bring back logo --- .../base/src/main/resources/dokka/styles/logo-styles.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 plugins/base/src/main/resources/dokka/styles/logo-styles.css (limited to 'plugins/base/src/main/resources') diff --git a/plugins/base/src/main/resources/dokka/styles/logo-styles.css b/plugins/base/src/main/resources/dokka/styles/logo-styles.css new file mode 100644 index 00000000..25de3f61 --- /dev/null +++ b/plugins/base/src/main/resources/dokka/styles/logo-styles.css @@ -0,0 +1,15 @@ +.library-name a { + position: relative; + margin-left: 55px; +} + +.library-name a::before { + content: ''; + background: url("../images/logo-icon.svg") center no-repeat; + background-size: contain; + position: absolute; + width: 50px; + height: 50px; + top: -18px; + left: -55px; +} \ No newline at end of file -- cgit