color logo on topbar
parent
865ba0731c
commit
d3fb6313b6
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
|
||||
.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 {
|
||||
background: #fff;
|
||||
z-index: 9001;
|
||||
|
@ -151,9 +160,6 @@
|
|||
}
|
||||
|
||||
.cp-logo {
|
||||
img {
|
||||
height: @infopages_infobar-height / 2;
|
||||
}
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -68,9 +68,7 @@
|
|||
margin-top: 0;
|
||||
}
|
||||
.navbar-brand {
|
||||
background: url(/customize/CryptPad-white-logo.svg) no-repeat;
|
||||
width: 250px;
|
||||
height: 50px;
|
||||
background-image: url(/customize/CryptPad-white-logo.svg);
|
||||
}
|
||||
a {
|
||||
color: #fff;
|
||||
|
|
Loading…
Reference in New Issue