98c7334575a1536cd8d352d0c600e48675782aca
[librarian.git] / src / librarian / elements / front / motto.py
1 from ..base import WLElement
2
3
4 class Motto(WLElement):
5     TXT_LEGACY_TOP_MARGIN = 4
6     TXT_LEGACY_BOTTOM_MARGIN = 2
7
8     HTML_TAG = "div"
9     HTML_CLASS = "motto"