Using white organisation logo for wide logo
This commit is contained in:
parent
d800f5fcb9
commit
a9fd336093
BIN
docs/static/Microsoft-logo_rgb_c-white.png
vendored
Normal file
BIN
docs/static/Microsoft-logo_rgb_c-white.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
@ -194,6 +194,7 @@
|
|||||||
"organization": "Microsoft",
|
"organization": "Microsoft",
|
||||||
"organizationUrl": "https://pxt.io/",
|
"organizationUrl": "https://pxt.io/",
|
||||||
"organizationLogo": "./static/Microsoft-logo_rgb_c-gray.png",
|
"organizationLogo": "./static/Microsoft-logo_rgb_c-gray.png",
|
||||||
|
"organizationWideLogo": "./static/Microsoft-logo_rgb_c-white.png",
|
||||||
"browserSupport": [
|
"browserSupport": [
|
||||||
{
|
{
|
||||||
"name": "unsupported",
|
"name": "unsupported",
|
||||||
|
@ -87,21 +87,32 @@
|
|||||||
padding:7px;
|
padding:7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.organization {
|
||||||
|
top: 1.6em;
|
||||||
|
}
|
||||||
|
|
||||||
/* Mobile */
|
/* Mobile */
|
||||||
@media only screen and (max-width: @largestMobileScreen) {
|
@media only screen and (max-width: @largestMobileScreen) {
|
||||||
.blocklyTreeLabel {
|
.blocklyTreeLabel {
|
||||||
font-size: 0.5rem !important;
|
font-size: 0.5rem !important;
|
||||||
}
|
}
|
||||||
|
.organization {
|
||||||
|
top: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Tablet */
|
/* Tablet */
|
||||||
@media only screen and (min-width: @tabletBreakpoint) and (max-width: @largestTabletScreen) {
|
@media only screen and (min-width: @tabletBreakpoint) and (max-width: @largestTabletScreen) {
|
||||||
|
.organization {
|
||||||
|
top: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Small Monitor */
|
/* Small Monitor */
|
||||||
@media only screen and (min-width: @computerBreakpoint) and (max-width: @largestSmallMonitor) {
|
@media only screen and (min-width: @computerBreakpoint) and (max-width: @largestSmallMonitor) {
|
||||||
|
.organization {
|
||||||
|
top: auto;
|
||||||
|
}
|
||||||
.blocklyTreeRow {
|
.blocklyTreeRow {
|
||||||
width: 230px;
|
width: 230px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user