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

Compatibility with future crispy-forms release

parent 22954aaf
No related branches found
Tags v0.2.18
No related merge requests found
Pipeline #15797 passed with stage
in 39 seconds
......@@ -522,45 +522,10 @@ main a {
/*background: #e3e9eb;/**/
border-bottom: 1px solid #2d96fa;
}
:not(label)>input[type="radio"] {
display:none;
}
input[type="radio"] + label:before,
input[type="radio"] + label span:before
{
font-family: "FontAwesome";
content: "\f1db";
color: #989287;
margin-left: -1.25rem;
}
input[type="radio"]:checked + label:before,
input[type="radio"]:checked + label span:before
{
content: "\f05d";
color: #0275e3;
}
:not(label)>input[type="checkbox"] {
display:none;
}
input[type="checkbox"] + label:before,
input[type="checkbox"] + label span:before
{
font-family: "FontAwesome";
content: "\f096";
color: #989287;
margin-left: -1.25rem;
position: absolute;
}
input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:checked + label span:before
{
content: "\f046";
color: #0275e3;
}
.form-check>.form-check-label+.form-text{
margin-left: -1.25rem;
.custom-control-input:checked~.custom-control-label::before {
color: #fff;
border-color: #2d96fa;
background-color: #2d96fa;
}
.card {
......
......@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup(
name='django-basetheme-bootstrap',
version='0.2.22',
version='0.2.23',
description='Django Basetheme Bootstrap',
long_description=readme,
author='Bryan Brancotte',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment