diff options
| author | Fuwn <[email protected]> | 2020-12-14 23:29:56 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-12-14 23:29:56 -0800 |
| commit | 002eb44eee98dc838bc854b945ab0cbf4884dd57 (patch) | |
| tree | 428ae460c79baf32fba8ecf16e6fe02a88c3b971 /semantic/src/themes/chubby/views | |
| parent | :star: (diff) | |
| download | me-rewrite-angular.tar.xz me-rewrite-angular.zip | |
:star:rewrite-angular
Diffstat (limited to 'semantic/src/themes/chubby/views')
| -rw-r--r-- | semantic/src/themes/chubby/views/comment.overrides | 12 | ||||
| -rw-r--r-- | semantic/src/themes/chubby/views/comment.variables | 46 |
2 files changed, 0 insertions, 58 deletions
diff --git a/semantic/src/themes/chubby/views/comment.overrides b/semantic/src/themes/chubby/views/comment.overrides deleted file mode 100644 index a2546b1..0000000 --- a/semantic/src/themes/chubby/views/comment.overrides +++ /dev/null @@ -1,12 +0,0 @@ -/******************************* - Overrides -*******************************/ - -.ui.comments .comment { - border-radius: 0.5em; - box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1); -} -.ui.comments .comment > .comments .comment { - border: 1px solid rgba(0, 0, 0, 0.1); - box-shadow: none; -}
\ No newline at end of file diff --git a/semantic/src/themes/chubby/views/comment.variables b/semantic/src/themes/chubby/views/comment.variables deleted file mode 100644 index c0780f4..0000000 --- a/semantic/src/themes/chubby/views/comment.variables +++ /dev/null @@ -1,46 +0,0 @@ -/******************************* - Comments -*******************************/ - -/*------------------- - Elements ---------------------*/ - -/* Comment */ -@commentBackground: #FFFFFF; -@commentMargin: 1em 0em 0em; -@commentPadding: 1em 1.5em; -@commentBorder: 1px solid rgba(0, 0, 0, 0.1); -@commentDivider: 1px solid rgba(0, 0, 0, 0.1); -@firstCommentMargin: 1em; -@firstCommentPadding: 1em; - -/* Nested Comment */ -@nestedCommentsMargin: 0em 0em 0.5em 0.5em; -@nestedCommentsPadding: 1em 0em 0em 1em; -@nestedCommentBackground: #F0F0F0; - -/* Avatar */ -@avatarWidth: 3.5em; -@avatarSpacing: 1.5em; -@avatarBorderRadius: @circularRadius; - -/* Content */ -@contentMargin: @avatarWidth + @avatarSpacing; - -/* Author */ -@authorFontSize: 1em; -@authorColor: @primaryColor; -@authorHoverColor: @primaryColorHover; -@authorFontWeight: bold; - -@metadataDisplay: block; -@metadataSpacing: 0em; -@metadataColor: @textColor; - -/*------------------- - Variations ---------------------*/ - -/* Threaded */ -@threadedCommentMargin: -1.5em 0 -1em (@avatarWidth / 2); |