Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
buttons back to dristhi-blue, closes #34
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnR committed Feb 11, 2014
1 parent a4b4838 commit dd58044
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
1 change: 1 addition & 0 deletions src/sass/dristhi/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ $font-size-base: 22px;
$line-height-base: 1;

$accent-color-1: #CE4F07;
$accent-color-2: #e4f4ff;
$repeat-bg: lighten($accent-color-1, 55%);

$input-height: 36px;
Expand Down
18 changes: 3 additions & 15 deletions src/sass/dristhi/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ h3 {
left: auto;
height: 45px;
@include button-variant($btn-info-color, rgb(65, 151, 32), rgb(36, 122, 10));
progress {
margin: 0 auto 0 auto;
}
}

.main {
Expand All @@ -40,18 +43,3 @@ h3 {
display: none;
}
}

.touch {
.question:not(.or-appearance-compact):not(.or-appearance-quickcompact):not(.or-appearance-label):not(.or-appearance-list-nolabel) {
// touch radio buttons and checkboxes
legend ~ label {
&:focus, &:hover, &:active, &[data-checked] {
background-color: #e4f4ff;
}
}
}
}

#submit-form progress {
margin: 0 auto 0 auto;
}

0 comments on commit dd58044

Please sign in to comment.