adjusting old styles

This commit is contained in:
Peli de Halleux 2017-12-14 11:21:55 -08:00
parent baee733aad
commit e93ae5e01b
4 changed files with 26 additions and 49 deletions

View File

@ -11,7 +11,12 @@
Blockly Blockly
*******************************/ *******************************/
.blocklyToolboxDiv {
padding:7px;
}
div.blocklyTreeRow { div.blocklyTreeRow {
border-radius:8px;
box-shadow: inset 0 -1px 0 0 #ecf0f1; box-shadow: inset 0 -1px 0 0 #ecf0f1;
margin-bottom: 0px !important; margin-bottom: 0px !important;
@ -29,15 +34,10 @@ span.blocklyTreeLabel {
} }
.blocklyToolboxDiv, .monacoToolboxDiv { .blocklyToolboxDiv, .monacoToolboxDiv {
background-color: white !important;
border-left: 1px solid #ecf0f1 !important; border-left: 1px solid #ecf0f1 !important;
box-shadow: 4px 0px 2px -4px rgba(0,0,0,0.12), 4px 0px 2px -4px rgba(0,0,0,0.24); box-shadow: 4px 0px 2px -4px rgba(0,0,0,0.12), 4px 0px 2px -4px rgba(0,0,0,0.24);
} }
.blocklyFlyoutBackground {
fill: #525A67 !important;
}
/* Remove shadow around blockly blocks */ /* Remove shadow around blockly blocks */
.blocklyPathDark, .blocklyPathLight { .blocklyPathDark, .blocklyPathLight {
display: none; display: none;

View File

@ -6,9 +6,6 @@
@fontName : 'Roboto Mono'; @fontName : 'Roboto Mono';
@emSize : 14px;
@fontSize : 13px;
/*------------------- /*-------------------
Site Colors Site Colors
--------------------*/ --------------------*/

View File

@ -47,31 +47,8 @@
width: 100%; width: 100%;
} }
/******************************* #downloadArea {
Blockly background: transparent !important;
*******************************/
div.blocklyTreeRow {
border-radius:8px;
}
/* This removes any padding at the top of the toolbox */
div.blocklyTreeRoot {
padding: 0px !important;
}
/* Blockly Text */
div.blocklyTreeLabel {
font-family: @pageFont !important;
font-size:1rem !important;
}
.blocklyFlyoutBackground {
fill: @grey;
}
.blocklyToolboxDiv {
padding:7px;
} }
.organization { .organization {
@ -85,8 +62,19 @@ div.blocklyTreeLabel {
} }
} }
/* Mobile */
@media only screen and (max-width: @largestMobileScreen) {
#filelist {
background: transparent !important;
}
}
/* Tablet */ /* Tablet */
@media only screen and (min-width: @tabletBreakpoint) and (max-width: @largestTabletScreen) { @media only screen and (min-width: @tabletBreakpoint) and (max-width: @largestTabletScreen) {
#filelist {
background: transparent !important;
}
} }
/* Small Monitor */ /* Small Monitor */
@ -96,15 +84,3 @@ div.blocklyTreeLabel {
/* Large Monitor */ /* Large Monitor */
@media only screen and (min-width: @largeMonitorBreakpoint) { @media only screen and (min-width: @largeMonitorBreakpoint) {
} }
/*******************************
Menu Bar
*******************************/
#menubar {
height: 5rem;
}
#fileNameInput {
width: 350px;
}

View File

@ -43,16 +43,16 @@
@form : 'default'; @form : 'default';
@grid : 'pxt'; @grid : 'pxt';
@menu : 'pxt'; @menu : 'pxt';
@message : 'default'; @message : 'pxt';
@table : 'default'; @table : 'default';
/* Modules */ /* Modules */
@accordion : 'default'; @accordion : 'default';
@checkbox : 'default'; @checkbox : 'default';
@dimmer : 'default'; @dimmer : 'pxt';
@dropdown : 'default'; @dropdown : 'default';
@embed : 'default'; @embed : 'default';
@modal : 'default'; @modal : 'pxt';
@nag : 'default'; @nag : 'default';
@popup : 'default'; @popup : 'default';
@progress : 'default'; @progress : 'default';
@ -66,7 +66,7 @@
/* Views */ /* Views */
@ad : 'default'; @ad : 'default';
@card : 'default'; @card : 'pxt';
@comment : 'default'; @comment : 'default';
@feed : 'default'; @feed : 'default';
@item : 'default'; @item : 'default';
@ -91,5 +91,9 @@
@fontPath : 'fonts'; @fontPath : 'fonts';
/*
@headerFont : 'Segoe UI', 'Helvetica Neue', Arial, Helvetica, sans-serif;
@pageFont : 'Segoe UI', 'Helvetica Neue', Arial, Helvetica, sans-serif;
*/
/* End Config */ /* End Config */