Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99558057
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
Sat, Jan 25, 10:02
Size
378 B
Mime Type
text/x-java
Expires
Mon, Jan 27, 10:02 (2 d)
Engine
blob
Format
Raw Data
Handle
23822613
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