mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Adding new css class for device type view image
This commit is contained in:
parent
e9e4c1a3d2
commit
96e2f37ee4
@ -6510,4 +6510,11 @@ select > option:hover {
|
|||||||
/* Adding style for required fields */
|
/* Adding style for required fields */
|
||||||
.required:before {
|
.required:before {
|
||||||
content: "*";
|
content: "*";
|
||||||
|
}
|
||||||
|
|
||||||
|
.device-type-img.fw {
|
||||||
|
font-size: 250px;
|
||||||
|
color: white;
|
||||||
|
background: #11375b;
|
||||||
|
padding: 35px;
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user