color logo on topbar
This commit is contained in:
parent
865ba0731c
commit
d3fb6313b6
1
customize.dist/CryptPad-blue-logo.svg
Normal file
1
customize.dist/CryptPad-blue-logo.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 88 KiB |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
@ -113,6 +113,15 @@
|
|||||||
|
|
||||||
// Apply this to the top bar div
|
// Apply this to the top bar div
|
||||||
.infopages_topbar () {
|
.infopages_topbar () {
|
||||||
|
.navbar-brand {
|
||||||
|
display: block;
|
||||||
|
background-image: url(/customize/CryptPad-blue-logo.svg);
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: contain;
|
||||||
|
height: 50px;
|
||||||
|
width: 250px;
|
||||||
|
}
|
||||||
|
|
||||||
.cp-topbar {
|
.cp-topbar {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
z-index: 9001;
|
z-index: 9001;
|
||||||
@ -151,9 +160,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.cp-logo {
|
.cp-logo {
|
||||||
img {
|
|
||||||
height: @infopages_infobar-height / 2;
|
|
||||||
}
|
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -68,9 +68,7 @@
|
|||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
background: url(/customize/CryptPad-white-logo.svg) no-repeat;
|
background-image: url(/customize/CryptPad-white-logo.svg);
|
||||||
width: 250px;
|
|
||||||
height: 50px;
|
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user