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

adding bg-primary bg-secondary, and removing PlayfairDisplayReg

parent 945aa847
No related branches found
No related tags found
No related merge requests found
Pipeline #14446 passed
...@@ -569,8 +569,8 @@ color: #0275e3; ...@@ -569,8 +569,8 @@ color: #0275e3;
.card-header, .card-header,
.card-footer{ .card-footer{
font-family: "PlayfairDisplayReg";
background-color:#F0F3F4; background-color:#F0F3F4;
border-radius:0;
} }
.content-page-title { .content-page-title {
...@@ -727,8 +727,31 @@ h3.boxed, ...@@ -727,8 +727,31 @@ h3.boxed,
h4.boxed, h4.boxed,
h5.boxed, h5.boxed,
h6.boxed{ h6.boxed{
font-family: "PlayfairDisplayReg";
background-color: #F0F3F4; background-color: #F0F3F4;
padding: .75rem 1.25rem; padding: .75rem 1.25rem;
border: 1px solid rgba(0,0,0,.125); border: 1px solid rgba(0,0,0,.125);
}
.bg-primary {
color: #fff;
background-color: #2d96fa!important;
border-color: #2d96fa!important;
}
.bg-secondary {
color: #fff;
background-color: #989287!important;
border-color: #989287!important;
}
a.bg-primary:hover,
a.bg-primary:active,
a.bg-primary:focus {
color: #fff;
background-color: #0275e3!important;
border-color: #0275e3!important;
}
a.bg-secondary:hover,
a.bg-secondary:active,
a.bg-secondary:focus {
color: #fff;
background-color: #81796a!important;
border-color: #81796a!important;
} }
\ No newline at end of file
...@@ -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.18', version='0.2.19',
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