Browse Source

Not interested opacity fix

development
Godwin 9 years ago
parent
commit
bec2e73fa7
  1. 2
      app/assets/stylesheets/_application.scss

2
app/assets/stylesheets/_application.scss

@ -2118,8 +2118,10 @@ html[data-lingua-franca-example="html"] {
} }
&.not-interested { &.not-interested {
.title {
opacity: 0.5; opacity: 0.5;
} }
}
.info { .info {
position: fixed; position: fixed;

Loading…
Cancel
Save