diff --git a/app/styles/app/layout.sass b/app/styles/app/layout.sass index 3c2df105..aea15936 100644 --- a/app/styles/app/layout.sass +++ b/app/styles/app/layout.sass @@ -21,8 +21,8 @@ #left padding: 0 0 110px 0 - background-color: #fbfbfa - border-right: 1px solid $color-border-normal + background-color: $white + border-right: 2px solid #f2f2f2 .duration_label display: inline-block diff --git a/app/styles/app/layouts/sidebar.sass b/app/styles/app/layouts/sidebar.sass new file mode 100644 index 00000000..e69de29b diff --git a/app/styles/app/modules/icons.sass b/app/styles/app/modules/icons.sass index 6a0a4058..a61501fa 100644 --- a/app/styles/app/modules/icons.sass +++ b/app/styles/app/modules/icons.sass @@ -122,7 +122,14 @@ .icon-tab-arrow background-image: inline-image('svg/icon-tab-arrow.svg') +.icon--search + background-image: inline-image('svg/search.svg') +.icon--plus + &:after + content: "+" + font-size: 16px + color: #A6ADAD .icon-arrow-down width : 0 diff --git a/app/styles/app/modules/search.sass b/app/styles/app/modules/search.sass index fd0d988b..2b1bedd2 100644 --- a/app/styles/app/modules/search.sass +++ b/app/styles/app/modules/search.sass @@ -26,4 +26,12 @@ size : 16px 16px &:focus, &:active - box-shadow: 0 0 50% 1em \ No newline at end of file + box-shadow: 0 0 50% 1em + + +.search--sidebar + background-color: $white; + border: solid 1px #f2f2f2 + color: #a6adad + font-size: 14px + height: 28px \ No newline at end of file diff --git a/app/templates/repos.hbs b/app/templates/repos.hbs index f23932e2..950bf60b 100644 --- a/app/templates/repos.hbs +++ b/app/templates/repos.hbs @@ -1,4 +1,4 @@ -