Skip to content
Snippets Groups Projects
Commit e84b7ac7 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

adding card-danger>card-footer

parent c37ebab6
No related branches found
Tags v0.2.66
No related merge requests found
Pipeline #66092 passed
...@@ -541,11 +541,13 @@ main a { ...@@ -541,11 +541,13 @@ main a {
.card-header:first-child { .card-header:first-child {
border-radius:0; border-radius:0;
} }
.card-danger>.card-footer,
.card-danger>.card-header{ .card-danger>.card-header{
color: #fff; color: #fff;
background-color: #bd2130; background-color: #bd2130;
border-color: #b21f2d; border-color: #b21f2d;
} }
.card-danger>.card-footer a[href],
.card-danger>.card-header a[href]{ .card-danger>.card-header a[href]{
color:black; color:black;
} }
......
...@@ -7,7 +7,7 @@ readme = open('README.rst').read() ...@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup( setup(
name='django-basetheme-bootstrap', name='django-basetheme-bootstrap',
version='0.2.65', version='0.2.66',
description='Django Basetheme Bootstrap', description='Django Basetheme Bootstrap',
long_description=readme, long_description=readme,
author='Bryan Brancotte', author='Bryan Brancotte',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment