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

distinguishing background and color

parent 7d325858
No related branches found
Tags v0.2.18
No related merge requests found
Pipeline #14591 passed with stage
in 27 seconds
......@@ -568,7 +568,8 @@ color: #0275e3;
}
.card-header,
.card-footer{
.card-footer,
.card-footer:last-child{
background-color:#F0F3F4;
border-radius:0;
}
......@@ -734,11 +735,15 @@ h6.boxed{
.bg-primary {
color: #fff;
background-color: #2d96fa!important;
border-color: #2d96fa!important;
}
.bg-secondary {
color: #fff;
background-color: #989287!important;
}
.border-primary {
border-color: #2d96fa!important;
}
.border-secondary {
border-color: #989287!important;
}
a.bg-primary:hover,
......
......@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup(
name='django-basetheme-bootstrap',
version='0.2.19',
version='0.2.20',
description='Django Basetheme Bootstrap',
long_description=readme,
author='Bryan Brancotte',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment