Skip to content
GitLab
Menu
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
e84b7ac7
Commit
e84b7ac7
authored
Sep 27, 2021
by
Bryan BRANCOTTE
Browse files
adding card-danger>card-footer
parent
c37ebab6
Pipeline
#66092
passed with stage
in 46 seconds
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
View file @
e84b7ac7
...
...
@@ -541,11 +541,13 @@ main a {
.card-header
:first-child
{
border-radius
:
0
;
}
.card-danger
>
.card-footer
,
.card-danger
>
.card-header
{
color
:
#fff
;
background-color
:
#bd2130
;
border-color
:
#b21f2d
;
}
.card-danger
>
.card-footer
a
[
href
],
.card-danger
>
.card-header
a
[
href
]
{
color
:
black
;
}
...
...
setup.py
View file @
e84b7ac7
...
...
@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup
(
name
=
'django-basetheme-bootstrap'
,
version
=
'0.2.6
5
'
,
version
=
'0.2.6
6
'
,
description
=
'Django Basetheme Bootstrap'
,
long_description
=
readme
,
author
=
'Bryan Brancotte'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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