Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102781820
createMixins.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Feb 24, 03:23
Size
378 B
Mime Type
text/x-java
Expires
Wed, Feb 26, 03:23 (2 d)
Engine
blob
Format
Raw Data
Handle
24414243
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
createMixins.js
View Options
import _extends from "@babel/runtime/helpers/esm/extends";
export default function createMixins(breakpoints, mixins) {
return _extends({
toolbar: {
minHeight: 56,
[breakpoints.up('xs')]: {
'@media (orientation: landscape)': {
minHeight: 48
}
},
[breakpoints.up('sm')]: {
minHeight: 64
}
}
}, mixins);
}
Event Timeline
Log In to Comment