Added basic Bootstrap elements to templates
This commit is contained in:
@@ -43,8 +43,11 @@ INSTALLED_APPS = [
|
||||
'django_tables2',
|
||||
'django_filters',
|
||||
'sass_processor',
|
||||
'crispy_forms',
|
||||
]
|
||||
|
||||
CRISPY_TEMPLATE_PACK = 'bootstrap4'
|
||||
|
||||
MIDDLEWARE = [
|
||||
'django.middleware.security.SecurityMiddleware',
|
||||
'django.contrib.sessions.middleware.SessionMiddleware',
|
||||
|
||||
@@ -6323,6 +6323,9 @@ a.text-dark:hover, a.text-dark:focus {
|
||||
.bg-dark.navbar-dark .navbar-nav .active > .nav-link {
|
||||
color: #2A9FD6 !important; }
|
||||
|
||||
/* .btn-primary {
|
||||
font-family: $font-family-sans-serif;
|
||||
} */
|
||||
.blockquote-footer {
|
||||
color: #999; }
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user