xref: /template/strap/resources/theme/default/components/css/card.css (revision 04fd306c7c155fa133ebb3669986875d65988276)
1*04fd306cSNickeau.card-cs { margin-bottom: 1rem; }
2*04fd306cSNickeau/** Bootstrap has a margin bottom that is not welcome in a card **/
3*04fd306cSNickeau.card-cs > table { margin-bottom: 0; }
4*04fd306cSNickeau
5*04fd306cSNickeau/** No card-cs ui/li styling because it is also used for menu such as tabs if there is a list in the card,
6*04fd306cSNickeau * there should be a more specific selection
7*04fd306cSNickeau */
8