Add Bootstrap theme using Pangea color palette.

This commit is contained in:
Santiago Lamora 2019-12-03 12:45:54 +01:00
parent 330316f0f3
commit f8808ed087
5 changed files with 8 additions and 29 deletions

View File

@ -33,15 +33,6 @@ a:hover {
font-size: 1.1em;
display: block;
}
#sidebar ul li a:hover {
color: #777;
background: #efefef;
}
/*#sidebar ul li.active > a, a[aria-expanded="true"] {
color: #fff;
background: #6d7fcc;
}*/
.vertical-center {
min-height: 100%; /* Fallback for browsers do NOT support vh unit */
@ -51,26 +42,6 @@ a:hover {
align-items: center;
}
/** bootstrap override **/
.btn-primary {
color: #fff;
background-color: #8DB823;
border-color: #8DB823;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
color: #fff;
background-color: #acc862;
border-color: #ccde98;
}
.btn-primary.focus, .btn-primary:focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
/** login **/
#body-login .jumbotron {
background: #282532;/**#50466E;**/

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -16,6 +16,7 @@
{% block style %}
{% block bootstrap_theme %}
<link rel="stylesheet" type="text/css" href="{% static "musician/css/bootstrap.min.css" %}" />
<link rel="stylesheet" type="text/css" href="{% static "musician/css/theme.min.css" %}" />
{% endblock %}
<link rel="stylesheet" href="{% static "musician/fontawesome/css/all.min.css" %}" />