Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122173137
positions.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
Wed, Jul 16, 08:27
Size
449 B
Mime Type
text/x-java
Expires
Fri, Jul 18, 08:27 (2 d)
Engine
blob
Format
Raw Data
Handle
27444381
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
positions.js
View Options
import style from './style';
import compose from './compose';
export const position = style({
prop: 'position'
});
export const zIndex = style({
prop: 'zIndex',
themeKey: 'zIndex'
});
export const top = style({
prop: 'top'
});
export const right = style({
prop: 'right'
});
export const bottom = style({
prop: 'bottom'
});
export const left = style({
prop: 'left'
});
export default compose(position, zIndex, top, right, bottom, left);
Event Timeline
Log In to Comment