UNPKG
@mais-tech/renault-ui-library
Version:
latest (0.1.144)
0.1.144
0.1.143
0.1.142
0.1.141
0.1.140
0.1.139
0.1.138
0.1.137
0.1.136
0.1.135
0.1.134
0.1.133
0.1.132
UI component library for Renault applications.
@mais-tech/renault-ui-library
/
components
/
CommonUtilities
/
ColorPalette
/
ColorPalette.module.css
12 lines
(11 loc)
•
229 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
.colorPalette
{
display
: flex;
justify-content
: center;
align-items
: center;
width
:
49%
;
height
:
4rem
;
font
:
700
1.25rem
"Nunito Sans"
, sans-serif;
color
:
#fff
;
border
:
1px
solid
#ddd
;
box-sizing
: border-box; }