View Tab.jsx
const StyledTab = styled(({ baseFont, headingFont, textFont, iconsFont, ...rest }) => <SemanticTab {...rest} />)` | |
&&& .tabular.menu { | |
display: flex; | |
font-family: ${props => props.baseFont.styles.fontFamily}; | |
&>.item { | |
display: inline-block; | |
font-weight: normal; | |
text-align: center; | |
flex-grow: 1; |
View carousel.js
/* ======================================================================== | |
* Bootstrap: carousel.js v3.3.4 | |
* http://getbootstrap.com/javascript/#carousel | |
* ======================================================================== | |
* Copyright 2011-2015 Twitter, Inc. | |
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) | |
* ======================================================================== */ | |
+function ($) { |