summaryrefslogtreecommitdiffstats
path: root/scss/main.scss
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-09-19 21:53:16 -0400
committerDrew DeVault <sir@cmpwn.com>2018-09-19 21:53:16 -0400
commita9d6125f0b28d445cdb7e3006e849d22c82e3424 (patch)
treef2119193e68c4766c69708510af5b304b82db6d0 /scss/main.scss
parent66c833f9ab3f6374b8ebe8d743d65c29850cdbd2 (diff)
Remove cgit support
Diffstat (limited to 'scss/main.scss')
-rw-r--r--scss/main.scss85
1 files changed, 0 insertions, 85 deletions
diff --git a/scss/main.scss b/scss/main.scss
index 885f560..7621753 100644
--- a/scss/main.scss
+++ b/scss/main.scss
@@ -1,5 +1,4 @@
@import "base";
-@import "cgit";
.filter-repos {
.btn {
@@ -10,87 +9,3 @@
.repo-nav {
margin-left: 1rem;
}
-
-div#cgit {
- padding: 0;
- font-size: inherit;
-
- table.tabs {
- margin-top: 0;
- border-bottom: 3px solid #ddd;
-
- td a {
- margin: 0 0.2rem;
- padding: 0 1rem 3px 1rem;
- font-size: inherit;
- border-width: 1px 1px 0px 1px;
- border-color: transparent;
- border-style: solid;
- text-decoration: none;
-
- &.active {
- background-color: #ddd;
- }
-
- &:hover, &.active {
- border-color: #ddd;
- }
- }
-
- input[type="text"] {
- border-width: 1px;
- border-style: solid;
- width: 8rem;
- padding: 0 0;
- }
- }
-
- pre {
- background: transparent;
- font-size: inherit !important;
- }
-
- div.path {
- background-color: #ddd;
- padding-top: 0;
-
- a {
- padding: 0 0.25rem;
-
- &:first-child {
- padding-left: 0;
- }
-
- &:last-child {
- padding-right: 0;
- }
- }
- }
-
- div.error {
- margin-left: 0;
- }
-
- table.list {
- th:first-child, td:first-child {
- padding-left: 0;
- }
- }
-
- // Recolor links
- a, table.list td a.ls-dir {
- color: $link-color;
- text-decoration: $link-decoration;
-
- &:hover {
- color: $link-hover-color;
- text-decoration: $link-hover-decoration;
- }
- }
-
- .highlight {
- .s, .s1, .s2, .si, .se {
- background: transparent;
- }
- }
-}