Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-12-07 14:21:41 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-12-07 14:21:41 +0300
commite73414079cfc933b0c5d7b010359576d009bdb5d (patch)
tree49e16ba41b635e987b29b12372b56a8dc9b6ee2b /_shared_assets
parent23bfb0e0f9edbf551d45422a0eb1f98f31ccac37 (diff)
Add icons to build script, fix script and icons page design
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to '_shared_assets')
-rw-r--r--_shared_assets/static/custom.css39
1 files changed, 39 insertions, 0 deletions
diff --git a/_shared_assets/static/custom.css b/_shared_assets/static/custom.css
index c06d06639..7c316f3fe 100644
--- a/_shared_assets/static/custom.css
+++ b/_shared_assets/static/custom.css
@@ -53,4 +53,43 @@
.highlight {
/* nc blue */
background: rgba(0, 130, 201, 0.1)
+}
+
+/* ICONS LIST */
+div#list-of-available-icons > blockquote {
+ margin: 0;
+}
+
+div#list-of-available-icons > blockquote > div {
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: space-around;
+}
+
+div#list-of-available-icons > blockquote > div > div {
+ width: 120px;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ margin-bottom: 30px;
+}
+
+div#list-of-available-icons > blockquote > div > div > a {
+ border-radius: 50%;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ width: 60px;
+ height: 60px;
+}
+
+div#list-of-available-icons > blockquote > div > div > a.white-icon {
+ background-color: #343131;
+}
+
+div#list-of-available-icons > blockquote > div > div > p {
+ margin-top: 5px;
+ font-size: 90%;
+ font-style: normal;
+ text-align: center;
} \ No newline at end of file