update LESS variables

This commit is contained in:
Peli de Halleux 2016-12-19 16:08:01 -08:00
parent d5ccb7ad02
commit 6c5088f811

View File

@ -107,7 +107,7 @@
/* Mobile */ /* Mobile */
@media only screen and (max-width: @largestMobileScreen) { @media only screen and (max-width: @largestMobileEditorBreakpoint) {
#filelist { #filelist {
background: transparent !important; background: transparent !important;
} }
@ -117,7 +117,7 @@
} }
/* Tablet */ /* Tablet */
@media only screen and (min-width: @tabletBreakpoint) and (max-width: @largestTabletScreen) { @media only screen and (min-width: @tabletEditorBreakpoint) and (max-width: @largestTabletEditorBreakpoint) {
.organization { .organization {
top: auto; top: auto;
} }
@ -129,7 +129,7 @@
} }
/* Small Monitor */ /* Small Monitor */
@media only screen and (min-width: @computerBreakpoint) and (max-width: @largestSmallMonitor) { @media only screen and (min-width: @computerEditorBreakpoint) and (max-width: @largestSmallMonitorEditorBreakpoint) {
.organization { .organization {
top: auto; top: auto;
} }
@ -141,7 +141,7 @@
} }
/* Large Monitor */ /* Large Monitor */
@media only screen and (min-width: @largeMonitorBreakpoint) { @media only screen and (min-width: @largeMonitorEditorBreakpoint) {
.blocklyTreeRow { .blocklyTreeRow {
width: 230px; width: 230px;
padding-left: 1rem; padding-left: 1rem;