UNPKG

artwork-react-native

Version:

artwork design master for react-native

53 lines (48 loc) 1.37 kB
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _theme = require('../../style/theme'); var _theme2 = _interopRequireDefault(_theme); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; } exports['default'] = { notice: { backgroundColor: _theme2['default'].notice_bar_fill, height: _theme2['default'].notice_bar_height, overflow: 'hidden', flexDirection: 'row', alignItems: 'center' }, container: { flex: 1, marginRight: _theme2['default'].h_spacing_lg, overflow: 'hidden', width: 0 }, content: { fontSize: _theme2['default'].font_size_subhead, color: _theme2['default'].brand_warning }, left6: { marginLeft: _theme2['default'].h_spacing_sm }, left15: { marginLeft: _theme2['default'].h_spacing_lg }, actionWrap: { marginRight: _theme2['default'].h_spacing_lg }, close: { color: _theme2['default'].brand_warning, fontSize: 18, fontWeight: '200', textAlign: 'left' }, link: { transform: [{ rotate: '225deg' }], color: _theme2['default'].brand_warning, fontSize: _theme2['default'].font_size_icontext, fontWeight: '500', textAlign: 'left' } };