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

github.com/vantagedesign/ace-documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/ace.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/assets/css/ace.scss b/assets/css/ace.scss
index fb5f2d7..0eba399 100644
--- a/assets/css/ace.scss
+++ b/assets/css/ace.scss
@@ -49,6 +49,10 @@ $dark: #343a40;
height: 3rem;
}
+.feed-icons img {
+ height: 1.5rem;
+}
+
/* Side navigation menus */
.docs-sidenav span.badge.badge-primary, .docs-toc span.badge.badge-primary{
font-size: 10px;
@@ -121,4 +125,4 @@ table > tbody > tr > td, .bd-content > table > tbody > tr > th, .bd-content > ta
padding: .75rem;
vertical-align: top;
border: 1px solid #dee2e6;
-} \ No newline at end of file
+}