Skip to content

Commit

Permalink
visual qa
Browse files Browse the repository at this point in the history
help button styles and layout updated
  • Loading branch information
eballeste committed Jan 11, 2017
1 parent 228ef76 commit fc09e6c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 17 deletions.
13 changes: 7 additions & 6 deletions css/components/_help-widget.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#help-widgets {
z-index: 1000;
position: fixed;
bottom: 10px;
bottom: 25px;
right: 10px;
}

Expand Down Expand Up @@ -41,17 +41,20 @@
line-height: 36px;
@include rounded(100px);
width: 75px;
background-color: $cl_green_pale;
background-color: #FFFFFF;
border: 2px solid #EBEBEB;
text-align: center;
padding: 0;
border: none;
display: block;
@include box-shadow(3px, 3px, 5px, 0, rgba(0,0,0,0.19));

&:hover, &:active, &:focus {
color: $cl_blue !important;
}

&:hover {
border-color: $cl_blue;
}

@include at-query($min, $screen-sm){
font-size: 18px;
line-height: 44px;
Expand All @@ -61,13 +64,11 @@

&.help-forum {
opacity: 0;
pointer-events: none;
@include groovy(all);

&.button-over {
opacity: 1;
@include translate(0, -15px);
pointer-events: auto;
}
}
}
Expand Down
17 changes: 7 additions & 10 deletions css/customstyles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/customstyles.css.map

Large diffs are not rendered by default.

0 comments on commit fc09e6c

Please sign in to comment.