summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-08-04 22:55:26 +0500
committerSaturnino Abril <saturnino.abril@gmail.com>2017-08-05 01:55:26 +0800
commitfcede31bed72becef25e6eb528658f0962f1979f (patch)
treef64918744300191052a56674012f001560ade696 /webapp/sass
parent5a8c1c18e52c4604e1b8473fb3ab57c670e9858f (diff)
downloadchat-fcede31bed72becef25e6eb528658f0962f1979f.tar.gz
chat-fcede31bed72becef25e6eb528658f0962f1979f.tar.bz2
chat-fcede31bed72becef25e6eb528658f0962f1979f.zip
PLT-7295 - Submitting UI changes for Jira (#7097)
* PLT-7295 - Submitting UI changes for Jira * Updating help text * Revert "Updating help text" This reverts commit 2885b290c6951b47da1465095ee6e83c6a750f33.
Diffstat (limited to 'webapp/sass')
-rw-r--r--webapp/sass/components/_suggestion-list.scss12
-rw-r--r--webapp/sass/routes/_admin-console.scss13
2 files changed, 21 insertions, 4 deletions
diff --git a/webapp/sass/components/_suggestion-list.scss b/webapp/sass/components/_suggestion-list.scss
index 77550e331..05a83c32d 100644
--- a/webapp/sass/components/_suggestion-list.scss
+++ b/webapp/sass/components/_suggestion-list.scss
@@ -4,19 +4,26 @@
@extend %popover-box-shadow;
width: 100%;
z-index: 100;
+
+ .suggestion-list__item {
+ &:hover {
+ background: alpha-color($black, .1);
+ }
+ }
}
.suggestion-list--top {
- position: absolute;
bottom: 100%;
+ position: absolute;
}
.suggestion-list--bottom {
- position: relative;
height: 0;
+ position: relative;
}
.suggestion-list__content {
+ -webkit-overflow-scrolling: touch;
background-color: $white;
border: $border-gray;
max-height: 292px;
@@ -24,7 +31,6 @@
overflow-y: scroll;
padding-bottom: 5px;
width: 100%;
- -webkit-overflow-scrolling: touch;
.command {
border-bottom: 1px solid $light-gray;
diff --git a/webapp/sass/routes/_admin-console.scss b/webapp/sass/routes/_admin-console.scss
index 829ed107e..4ce4c00f1 100644
--- a/webapp/sass/routes/_admin-console.scss
+++ b/webapp/sass/routes/_admin-console.scss
@@ -185,6 +185,17 @@
margin: 2em 0;
padding: .8em 1.5rem;
+ &.banner--url {
+ padding: 1.2em;
+ }
+
+ .banner__url {
+ background: alpha-color($black, .07);
+ border-radius: 2px;
+ padding: .7em 1em;
+ word-break: break-all;
+ }
+
.banner__heading {
font-size: 1.5em;
margin-bottom: 0.5em;
@@ -305,7 +316,7 @@
.status-icon-error {
color: #ea6262;
}
-
+
.suggestion--selected {
background-color: #e2e2e2;
}