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
ecf54895
Commit
ecf54895
authored
Sep 06, 2019
by
Bryan BRANCOTTE
Browse files
adding boxed h1,h2,...
search bar text always white when not focused
parent
69ce4186
Pipeline
#14388
passed with stage
in 42 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
View file @
ecf54895
...
...
@@ -98,6 +98,7 @@ header nav.header__top nav-item.active{
background
:
#FFFFFF30
;
}
header
.header__top
.form-inline
input
:not
(
:focus
)
:not
(
:hover
),
header
.header__top
.form-inline
input
:not
(
:focus
)
:not
(
:hover
)
::placeholder
{
color
:
white
;
opacity
:
1
;
/* Firefox */
...
...
@@ -707,4 +708,15 @@ color: #0275e3;
}
.fork_me
{
display
:
none
;
}
h1
.boxed
,
h2
.boxed
,
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
);
}
\ No newline at end of file
setup.py
View file @
ecf54895
...
...
@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup
(
name
=
'django-basetheme-bootstrap'
,
version
=
'0.2.1
5
'
,
version
=
'0.2.1
6
'
,
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