Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bryan BRANCOTTE
django-basetheme-bootstrap
Commits
7d325858
Commit
7d325858
authored
Sep 10, 2019
by
Bryan BRANCOTTE
Browse files
adding bg-primary bg-secondary, and removing PlayfairDisplayReg
parent
945aa847
Pipeline
#14446
passed with stage
in 29 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
View file @
7d325858
...
...
@@ -569,8 +569,8 @@ color: #0275e3;
.card-header
,
.card-footer
{
font-family
:
"PlayfairDisplayReg"
;
background-color
:
#F0F3F4
;
border-radius
:
0
;
}
.content-page-title
{
...
...
@@ -727,8 +727,31 @@ h3.boxed,
h4
.boxed
,
h5
.boxed
,
h6
.boxed
{
font-family
:
"PlayfairDisplayReg"
;
background-color
:
#F0F3F4
;
padding
:
.75rem
1.25rem
;
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
setup.py
View file @
7d325858
...
...
@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup
(
name
=
'django-basetheme-bootstrap'
,
version
=
'0.2.1
8
'
,
version
=
'0.2.1
9
'
,
description
=
'Django Basetheme Bootstrap'
,
long_description
=
readme
,
author
=
'Bryan Brancotte'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment