server/bo_client/app/styles/_icons.scss
author ymh <ymh.work@gmail.com>
Tue, 19 Jan 2016 19:18:34 +0100
changeset 109 d22ed5792f8e
parent 28 b0b56e0f8c7f
child 137 1baa7c6bd370
permissions -rw-r--r--
Correct transaction management. cf. bug https://openrdf.atlassian.net/browse/SES-2295 and tomcat default management of PUT request with form data (application/x-www-form-urlencoded encoded)


.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;
}