mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-12 19:41:38 +00:00
12 lines
248 B
CSS
12 lines
248 B
CSS
.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);
|
|
}
|