server/bo_client/app/styles/_icons.scss
author ymh <ymh.work@gmail.com>
Thu, 03 Nov 2016 09:44:11 +0100
changeset 390 f4fed295115b
parent 137 1baa7c6bd370
permissions -rw-r--r--
put virtualenv activation during build in comment. That means that for the moment the build machine must be provisionned beforehand, or ansible must be available globally


.bo-client-force-block {
  display: block;
}

%bo-client-icon {
  & {
    text-decoration: none !important;
    background-repeat: no-repeat;
  }
  &:hover { text-decoration: none !important; }
}

.bo-client-blank-32x32-icon {
  @extend %bo-client-icon;
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}

.bo-client-viaf-32x32-icon {
  @extend %bo-client-icon;
  width: 32px;
  height: 32px;
  background-image: url('img/viaf-logo-32x32.gif');
  background-size: 32px 32px;
}

.bo-client-bnf-32x32-icon {
  @extend %bo-client-icon;
  width: 32px;
  height: 32px;
  background-image: url('img/bnf-logo-32x32.png');
  background-size: 32px 32px;
}