snappymail/plugins/view-ics/style.css

45 lines
409 B
CSS
Raw Normal View History

2024-02-09 00:41:50 +08:00
/**
* .SML-@type where @type is the value of the JSON-LD "@type":
* See http://schema.org/
*/
.SML-FlightReservation {
}
.SML-Airline {
}
.SML-Airport {
}
.SML-Flight {
}
.SML-FoodEstablishmentReservation {
}
.SML-FoodEstablishment {
}
.SML-ParcelDelivery {
}
.SML-Order {
}
.SML-Organization {
}
.SML-Product {
}
.SML-PostalAddress {
}
.SML-Person {
}
.SML-PromotionCard {
}