Skip to content

Commit

Permalink
sass variables updates
Browse files Browse the repository at this point in the history
  • Loading branch information
eballeste committed Sep 27, 2016
1 parent e02b200 commit 0e34113
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion css/components/_callout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
color: #f0ad4e;
}
.bs-callout-info {
background-color: $cl_light_blue;
background-color: $cl_blue_light;
border-left-color: $cl_blue_border;
}
.bs-callout-info h4 {
Expand Down
4 changes: 2 additions & 2 deletions css/components/_feedback-widget.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#feedback-prompt {
display: inline-block;
padding: 25px;
background-color: $cl_light_green;
background-color: $cl_green_light;
font-size: 0;

form {
Expand All @@ -27,7 +27,7 @@
padding: 0;
display: inline-block;
vertical-align: bottom;
background-color: $cl_light_green;
background-color: $cl_green_light;
color: $cl_blue !important;
@include avenir_bk(16px);
text-align: center;
Expand Down
2 changes: 1 addition & 1 deletion css/components/_toc.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#toc {
> ul {
background-color: $cl_light_green;
background-color: $cl_green_light;
padding: 20px 30px;
margin: 0;
width: 100%;
Expand Down

0 comments on commit 0e34113

Please sign in to comment.