Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101817581
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
Fri, Feb 14, 00:50
Size
516 B
Mime Type
text/x-java
Expires
Sun, Feb 16, 00:50 (2 d)
Engine
blob
Format
Raw Data
Handle
24236870
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
createMixins.js
View Options
import
_defineProperty
from
"@babel/runtime/helpers/esm/defineProperty"
;
import
_extends
from
"@babel/runtime/helpers/esm/extends"
;
export
default
function
createMixins
(
breakpoints
,
mixins
)
{
var
_toolbar
;
return
_extends
({
toolbar
:
(
_toolbar
=
{
minHeight
:
56
},
_defineProperty
(
_toolbar
,
breakpoints
.
up
(
'xs'
),
{
'@media (orientation: landscape)'
:
{
minHeight
:
48
}
}),
_defineProperty
(
_toolbar
,
breakpoints
.
up
(
'sm'
),
{
minHeight
:
64
}),
_toolbar
)
},
mixins
);
}
Event Timeline
Log In to Comment