summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/wiki.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/pages/wiki.scss')
-rw-r--r--app/assets/stylesheets/pages/wiki.scss157
1 files changed, 0 insertions, 157 deletions
diff --git a/app/assets/stylesheets/pages/wiki.scss b/app/assets/stylesheets/pages/wiki.scss
deleted file mode 100644
index ccf11058b5b..00000000000
--- a/app/assets/stylesheets/pages/wiki.scss
+++ /dev/null
@@ -1,157 +0,0 @@
-.title .edit-wiki-header {
- width: 780px;
- margin-left: auto;
- margin-right: auto;
- padding-right: 7px;
-}
-
-.wiki-page-header {
- position: relative;
-
- .wiki-breadcrumb {
- border-bottom: 1px solid $white-normal;
- padding: 11px 0;
- }
-
- .wiki-page-title {
- margin: 0;
- font-size: 22px;
- }
-
- .wiki-last-edit-by {
- display: block;
- color: $gl-text-color-secondary;
-
- strong {
- color: $gl-text-color;
- }
- }
-
- .light {
- font-weight: $gl-font-weight-normal;
- color: $gl-text-color-secondary;
- }
-
- .git-clone-holder {
- .input-group-prepend,
- .input-group-append {
- background-color: transparent;
- }
- }
-
- button.sidebar-toggle {
- position: absolute;
- right: 0;
- top: 11px;
- display: block;
- }
-
- &.has-sidebar-toggle .git-access-header {
- padding-right: $sidebar-toggle-width;
- }
-
- @include media-breakpoint-up(md) {
- &.has-sidebar-toggle {
- padding-right: 0;
- }
-
- button.sidebar-toggle {
- display: none;
- }
- }
-}
-
-.wiki-git-access {
- margin: $gl-padding 0;
-
- h3 {
- font-size: 19px;
- font-weight: $gl-font-weight-normal;
- margin: $gl-padding 0;
- }
-}
-
-.right-sidebar.wiki-sidebar {
- padding: 0;
-
- &.right-sidebar-collapsed {
- display: none;
- }
-
- .sidebar-container {
- padding: $gl-padding 0;
- padding-right: 100px;
- height: 100%;
- overflow-y: scroll;
- overflow-x: hidden;
- -webkit-overflow-scrolling: touch;
- }
-
- .blocks-container {
- padding: 0 $gl-padding;
- }
-
- a {
- color: $layout-link-gray;
-
- &:hover,
- &.active {
- text-decoration: none;
-
- span {
- text-decoration: underline;
- }
- }
- }
-
- .active > a {
- color: $black;
- }
-
- ul.wiki-pages,
- ul.wiki-pages li {
- list-style: none;
- padding: 0;
- margin: 0;
- }
-
- ul.wiki-pages li {
- margin: 5px 0 10px;
- }
-
- ul.wiki-pages ul {
- padding-left: 15px;
- }
-
- .wiki-sidebar-header {
- padding: 0 $gl-padding $gl-padding;
-
- .gutter-toggle {
- margin-top: 0;
- }
- }
-}
-
-ul.wiki-pages-list.content-list {
- a {
- color: $blue-600;
- }
-
- ul {
- list-style: none;
- margin-left: 0;
- padding-left: 15px;
-
- li {
- padding: 5px 0;
- }
- }
-}
-
-.empty-state-wiki .text-content {
- max-width: 490px; // Widen to allow for the Confluence button
-}
-
-.wiki-form .markdown-area {
- max-height: none;
-}