Adding new css class for device type view image

This commit is contained in:
Rasika Perera 2016-11-30 13:01:42 +05:30
parent e9e4c1a3d2
commit 96e2f37ee4

View File

@ -6510,4 +6510,11 @@ select > option:hover {
/* Adding style for required fields */
.required:before {
content: "*";
}
.device-type-img.fw {
font-size: 250px;
color: white;
background: #11375b;
padding: 35px;
}