UNPKG
ipsos-components
Version:
latest (5.0.0-rc.3)
5.0.0-rc.3
Material Design components for Angular
github.com/angular/material2
ipsos-components
/
src
/
material-examples
/
select-panel-class
/
select-panel-class-example.css
12 lines
(9 loc)
•
253 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
.example-panel-red
.mat-select-content
{
background
:
rgba
(
255
,
0
,
0
,
0.5
); }
.example-panel-green
.mat-select-content
{
background
:
rgba
(
0
,
255
,
0
,
0.5
); }
.example-panel-blue
.mat-select-content
{
background
:
rgba
(
0
,
0
,
255
,
0.5
); }