mirror of
https://github.com/CyanoFresh/SmartHomePHP.git
synced 2026-03-12 04:46:51 +01:00
23 lines
338 B
CSS
23 lines
338 B
CSS
.product-font {
|
|
font-family: 'Product Sans', Arial, sans-serif;
|
|
}
|
|
|
|
.product-font span {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.not-set {
|
|
color: #c55;
|
|
font-style: italic;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.content-header h1 {
|
|
font-size: 35px;
|
|
}
|
|
}
|
|
|
|
.select2-container--krajee .select2-selection--single {
|
|
line-height: 2;
|
|
}
|