Skip to content

Commit

Permalink
Reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed Nov 27, 2024
1 parent 3fb181f commit 77adbf5
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
34 changes: 6 additions & 28 deletions source/css/_common/outline/sidebar/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -103,35 +103,13 @@
flex-column();
}

.links-of-blogroll-item {
max-width: calc(100% - 20px);

a {
sidebar-inline-links-item();
}
}

.cc-license {
.cc-opacity {
border-bottom: 0;
opacity: .7;

&:hover {
opacity: .9;
}
}

img {
display: inline-block;
}
}

@import 'sidebar-author';
@import 'sidebar-author-links';
@import 'sidebar-button';
@import 'sidebar-blogroll';
@import 'sidebar-nav';
@import 'sidebar-toggle';
@import 'sidebar-nav';
@import 'sidebar-toc';
@import 'sidebar-author';
@import 'site-state';
@import 'sidebar-button';
@import 'sidebar-author-links';
@import 'sidebar-copyright';
@import 'sidebar-blogroll';
@import 'related-posts';
8 changes: 8 additions & 0 deletions source/css/_common/outline/sidebar/sidebar-blogroll.styl
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,11 @@
flex-direction: column;
}
}

.links-of-blogroll-item {
max-width: calc(100% - 20px);

a {
sidebar-inline-links-item();
}
}
14 changes: 14 additions & 0 deletions source/css/_common/outline/sidebar/sidebar-copyright.styl
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.cc-license {
.cc-opacity {
border-bottom: 0;
opacity: .7;

&:hover {
opacity: .9;
}
}

img {
display: inline-block;
}
}

0 comments on commit 77adbf5

Please sign in to comment.