Brand logo changed
This commit is contained in:
parent
f19c81bf90
commit
eb80b6a191
@ -781,12 +781,11 @@ hr {
|
|||||||
}
|
}
|
||||||
#side-nav ul li a:hover {
|
#side-nav ul li a:hover {
|
||||||
color: #007bff;
|
color: #007bff;
|
||||||
background: rgba(0, 111, 255, 0.05);
|
background: rgba(0, 111, 255, 0.1);
|
||||||
}
|
}
|
||||||
#side-nav ul li.active a {
|
#side-nav ul li.active a {
|
||||||
background: rgba(0, 111, 255, 0.05);
|
background: var(--primary);
|
||||||
color: #006fff;
|
color: #fff;
|
||||||
text-shadow: 0 0 30px #006fff;
|
|
||||||
}
|
}
|
||||||
#side-nav.toggle-active {
|
#side-nav.toggle-active {
|
||||||
box-shadow: 0px 0px 0px 0px #dbdbdb;
|
box-shadow: 0px 0px 0px 0px #dbdbdb;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@ -825,14 +825,13 @@ hr {
|
|||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: #007bff;
|
color: #007bff;
|
||||||
background: rgba(0, 111, 255, 0.05);
|
background: rgba(0, 111, 255, 0.1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.active a {
|
&.active a {
|
||||||
// color: #007bff;
|
// color: #007bff;
|
||||||
background: rgba(0, 111, 255, 0.05);
|
background: var(--primary);
|
||||||
color: #006fff;
|
color: #fff;
|
||||||
text-shadow: 0 0 30px #006fff;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 7.7 KiB |
BIN
static/img/dj-lms.png
Normal file
BIN
static/img/dj-lms.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.6 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.3 KiB |
@ -118,26 +118,26 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bg-light-aqua {
|
.bg-light-aqua {
|
||||||
background-color: rgba(86, 224, 224, 0.5);
|
background-color: rgba(32, 177, 177, 0.8);
|
||||||
box-shadow: 0 0 0 10px rgba(86, 224, 224, 0.1);
|
box-shadow: 0 0 0 10px rgba(32, 177, 177, 0.2);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-light-orange {
|
.bg-light-orange {
|
||||||
background-color: rgba(253, 174, 28, 0.5);
|
background-color: rgba(253, 174, 28, 0.8);
|
||||||
box-shadow: 0 0 0 10px rgba(253, 174, 28, 0.1);
|
box-shadow: 0 0 0 10px rgba(253, 174, 28, 0.2);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-light-purple {
|
.bg-light-purple {
|
||||||
background-color: rgba(203, 31, 255, 0.5);
|
background-color: rgba(203, 31, 255, 0.8);
|
||||||
box-shadow: 0 0 0 10px rgba(203, 31, 255, 0.1);
|
box-shadow: 0 0 0 10px rgba(203, 31, 255, 0.2);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-light-red {
|
.bg-light-red {
|
||||||
background-color: rgba(255, 19, 157, 0.5);
|
background-color: rgba(255, 19, 157, 0.8);
|
||||||
box-shadow: 0 0 0 10px rgba(255, 19, 157, 0.1);
|
box-shadow: 0 0 0 10px rgba(255, 19, 157, 0.2);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -15,7 +15,9 @@
|
|||||||
<i class="fas fa-times"></i>
|
<i class="fas fa-times"></i>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<img src="{% static 'img/logo.png' %}" width="150px" alt="Logo Django LMS">
|
<a href="/">
|
||||||
|
<img src="{% static 'img/dj-lms.png' %}" width="110px" alt="Logo Django LMS">
|
||||||
|
</a>
|
||||||
<p class="text-orange">
|
<p class="text-orange">
|
||||||
<mark>
|
<mark>
|
||||||
<i class="far fa-hand-point-right"></i>
|
<i class="far fa-hand-point-right"></i>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user