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
c37ebab6
Commit
c37ebab6
authored
Sep 27, 2021
by
Bryan BRANCOTTE
Browse files
adding card-danger
parent
3f7331e4
Pipeline
#66082
passed with stage
in 54 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
View file @
c37ebab6
...
...
@@ -538,6 +538,21 @@ main a {
background-color
:
#F0F3F4
;
border-radius
:
0
;
}
.card-header
:first-child
{
border-radius
:
0
;
}
.card-danger
>
.card-header
{
color
:
#fff
;
background-color
:
#bd2130
;
border-color
:
#b21f2d
;
}
.card-danger
>
.card-header
a
[
href
]
{
color
:
black
;
}
.card.card-danger
{
background-color
:
#b21f2d22
;
border-color
:
#b21f2d
;
}
.content-page-title
{
color
:
#1D1D1B
;
...
...
setup.py
View file @
c37ebab6
...
...
@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup
(
name
=
'django-basetheme-bootstrap'
,
version
=
'0.2.6
4
'
,
version
=
'0.2.6
5
'
,
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