mirror of
https://github.com/CyanoFresh/SmartHomePHP.git
synced 2026-02-20 03:11:26 +01:00
17 lines
227 B
CSS
17 lines
227 B
CSS
.product-font {
|
|
font-family: 'Product Sans', Arial, sans-serif;
|
|
}
|
|
|
|
.product-font span {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.not-set {
|
|
color: #c55;
|
|
font-style: italic;
|
|
}
|
|
|
|
.fontawesome-iconpicker-input {
|
|
display: block;
|
|
}
|