Main Koha release repository https://koha-community.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
371 B

@links : #0076B2;
@color : #999999;
.shadowed {
-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .2);
-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .2);
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .2);
}
.border-radius-all(@radius: 3px) {
-webkit-border-radius: @radius;
-moz-border-radius: @radius;
border-radius: @radius;
}