Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120676930
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
Sun, Jul 6, 05:30
Size
378 B
Mime Type
text/x-java
Expires
Tue, Jul 8, 05:30 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27227614
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