From 7e49db5ddefe8c515b5f3931a5c701efaac33d91 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Fri, 16 Dec 2022 17:45:03 -0600 Subject: change structure for new pyssg version --- .../src/doc/assets/less/site/social-buttons.less | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 live/static/fork-awesome/src/doc/assets/less/site/social-buttons.less (limited to 'live/static/fork-awesome/src/doc/assets/less/site/social-buttons.less') diff --git a/live/static/fork-awesome/src/doc/assets/less/site/social-buttons.less b/live/static/fork-awesome/src/doc/assets/less/site/social-buttons.less new file mode 100644 index 0000000..aaf2426 --- /dev/null +++ b/live/static/fork-awesome/src/doc/assets/less/site/social-buttons.less @@ -0,0 +1,48 @@ +#social-buttons { + ul.list-inline { margin-bottom: 0; } + + padding: 22px 0 17px; + text-align: center; + background-color: #f5f5f5; + border-top: 1px solid #fff; + border-bottom: 1px solid #eee; +} + +#subscribe { + padding: 22px 0 17px; + text-align: center; +} + +label.error { + color: @state-danger-text; + margin-top: 5px; +} + +/* Get those Github and Twitter Buttons to behave */ +.list-inline li iframe { + position: relative !important; + display: inline; + top: 6px; +} + +/* Federation Share buttons */ + +.share { + .btn-xs { + line-height: 1.3; + padding-left: 6px; + padding-right: 6px; + } + label, + label:hover { + color: #fff; + } + .twitter { + color: #fff; + background-color: #1b95e0; + } + .twitter:hover { + color: #fff; + background-color: #0c7abf; + } +} -- cgit v1.2.3-54-g00ecf