mirror of https://github.com/rancher/ui.git
18 lines
346 B
SCSS
18 lines
346 B
SCSS
.orchestration-driver {
|
|
&.mesos {
|
|
background-image: url('images/providers/mesos.svg');
|
|
}
|
|
|
|
&.kubernetes {
|
|
background-image: url('images/providers/kubernetes.svg');
|
|
}
|
|
|
|
&.swarm {
|
|
background-image: url('images/providers/swarm.svg');
|
|
}
|
|
|
|
&.rancher {
|
|
background-image: url('images/logos/provider-orchestration.svg');
|
|
}
|
|
}
|