Skip to content

Commit

Permalink
[FRT] Added styles for alert rdsNoHit
Browse files Browse the repository at this point in the history
Resolves Improvement vufind-org#745
  • Loading branch information
conversion authored and mbeh-ub committed Dec 16, 2016
1 parent 28fd7d2 commit d76fd50
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions themes/freiburg/css/freiburg2.css
Expand Up @@ -7149,6 +7149,15 @@ div.row .sidebar h4 {
font-weight: 700;
}

/* line 15, ../lib/sass/ubfr/rdsui/components/_alerts.scss */
.rdsNoHit {
background: none;
border: none;
color: #645e5e;
padding: 17px;
margin-bottom: 4px;
}

/* line 9, ../lib/sass/ubfr/rdsui/components/_modal.scss */
.modal-content {
border-radius: 0;
Expand Down
10 changes: 10 additions & 0 deletions themes/freiburg/lib/sass/ubfr/rdsui/components/_alerts.scss
Expand Up @@ -10,4 +10,14 @@
a {
font-weight: $font-weight-bold;
}
}

.rdsNoHit {

background: none;
border: none;
color: $font-color-base;
padding: $box-inner-gutter;
margin-bottom: 4px;

}

0 comments on commit d76fd50

Please sign in to comment.