summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_search.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/components/_search.scss')
-rw-r--r--webapp/sass/components/_search.scss163
1 files changed, 0 insertions, 163 deletions
diff --git a/webapp/sass/components/_search.scss b/webapp/sass/components/_search.scss
deleted file mode 100644
index 8d80d5d82..000000000
--- a/webapp/sass/components/_search.scss
+++ /dev/null
@@ -1,163 +0,0 @@
-@charset 'UTF-8';
-
-.search-bar__container {
- .channel-header__links {
- .sidebar--right & {
- line-height: 25px;
- }
- }
-}
-
-.icon--rotate {
- @include animation(spin .7s infinite linear);
-}
-
-.search-item-snippet {
- @include clearfix;
- text-overflow: ellipsis;
-
- ul,
- ol {
- padding-left: 20px;
- }
-}
-
-.search__icon {
- left: 10px;
- position: absolute;
- top: 8px;
-}
-
-.sidebar__search-clear {
- @include opacity(.5);
- color: $dark-gray;
- cursor: pointer;
- margin-right: 20px;
- position: absolute;
- right: 0;
- top: 12px;
- visibility: hidden;
- width: 40px;
-}
-
-.search__form {
- position: relative;
-
- .search-bar__container & {
- @include border-radius(50px);
- border: 1px solid $light-gray;
- margin: 16px 10px 0 0;
- width: 229px;
- }
-
- .sidebar--right & {
- width: 100%;
- }
-
- .search-bar {
- background: transparent;
- border: none;
- box-shadow: none;
- font-size: 14px;
- height: 35px;
- outline: none;
- padding: 0 30px 0 40px;
- width: 100%;
- }
-
- .fa-spin {
- @include opacity(0.5);
- font-size: 1.2em;
- position: absolute;
- right: 27px;
- top: 27px;
-
- .search-bar__container & {
- right: 12px;
- top: 10px;
- }
- }
-}
-
-.search-items-container {
- @include flex(1 1 auto);
- -webkit-overflow-scrolling: touch;
- height: calc(100% - 56px);
- overflow: auto;
- padding-top: 10px;
- position: relative;
-}
-
-.search-items-container div.loading {
- text-align: center;
-}
-
-.search-items-container img {
- display: inline-block;
-}
-
-.search-results-header {
- border-bottom: $border-gray;
- color: #999999;
- font-size: 1em;
- font-weight: 400;
- height: 44px;
- line-height: 44px;
- padding: 0 10px;
- text-transform: uppercase;
-}
-
-.search-item__container {
- .post {
- margin: 0;
- padding: 0 1em 1em;
-
- &:first-child {
- border: none;
- }
-
- .post__header {
- padding-right: 70px;
- }
-
- .search-channel__name {
- font-weight: 600;
- margin: 0 0 10px;
- }
- }
-}
-
-.col__controls {
- font-size: 13px;
- position: absolute;
- right: 0;
- top: 0;
-
- a {
- vertical-align: top;
- }
-
-
- .search-item__jump {
- font-size: 13px;
- position: relative;
- top: 1px;
- }
-
- .search-item__comment {
- margin-right: 5px;
- }
-}
-
-.search-item-time {
- @include opacity(.7);
- font-size: .9em;
-}
-
-.search-results-none {
- padding: 10px;
-}
-
-.search-highlight {
- background-color: $yellow;
-}