server/bo_client/app/styles/_icons.scss
changeset 28 b0b56e0f8c7f
child 137 1baa7c6bd370
equal deleted inserted replaced
27:a2342f26c9de 28:b0b56e0f8c7f
       
     1 
       
     2 .bo-client-force-block {
       
     3   display: block;
       
     4 }
       
     5 
       
     6 %bo-client-icon {
       
     7   & {
       
     8     text-decoration: none !important;
       
     9     background-repeat: no-repeat;
       
    10   }
       
    11   &:hover { text-decoration: none !important; }
       
    12 }
       
    13 
       
    14 .bo-client-blank-32x32-icon {
       
    15   @extend %bo-client-icon;
       
    16   width: 32px;
       
    17   height: 32px;
       
    18   background-size: 32px 32px;
       
    19 }
       
    20 
       
    21 .bo-client-viaf-32x32-icon {
       
    22   @extend %bo-client-icon;
       
    23   width: 32px;
       
    24   height: 32px;
       
    25   background-image: url('img/viaf-logo-32x32.gif');
       
    26   background-size: 32px 32px;
       
    27 }