Initial target repo setup to move to master (v3.10)
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
/* Import all components */
|
||||
@import 'pxtsemantic';
|
||||
@import 'pxt';
|
||||
@import 'blockly-toolbox';
|
||||
@import 'themes/default/globals/site.variables';
|
||||
@import 'themes/pxt/globals/site.variables';
|
||||
@import 'site/globals/site.variables';
|
||||
@ -53,10 +54,6 @@
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
.organization {
|
||||
top: 1.6em;
|
||||
}
|
||||
|
||||
/*******************************
|
||||
Monaco
|
||||
*******************************/
|
||||
@ -66,10 +63,6 @@
|
||||
border: solid 3px #ecf0f1;
|
||||
}
|
||||
|
||||
.monacoFlyout {
|
||||
background: rgba(82, 90, 103, 0.5);
|
||||
}
|
||||
|
||||
|
||||
/* Mobile */
|
||||
@media only screen and (max-width: @largestMobileScreen) {
|
||||
|
Reference in New Issue
Block a user