mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 14:33:03 +00:00
44988: search sidebar finished
This commit is contained in:
4
src/styles/_functions.scss
Normal file
4
src/styles/_functions.scss
Normal file
@@ -0,0 +1,4 @@
|
||||
@function calculateRem($size) {
|
||||
$remSize: $size / 16px;
|
||||
@return $remSize;
|
||||
}
|
Reference in New Issue
Block a user