UNPKG
@upendradevsingh/webcore
Version:
latest (0.0.4)
0.0.4
0.0.3
UI Core Components for web
github.com/upendradevsingh/webcore
upendradevsingh/webcore
@upendradevsingh/webcore
/
dist
/
Modal
/
style.js
12 lines
(11 loc)
•
191 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
CssStyle
= {
modalHeader
: {
padding
:
"10 px !important"
,
color
:
'red'
} };
exports
.
default
=
CssStyle
;