Tutorial theming (#493)

* Tutorial theming

* no border
This commit is contained in:
Sam El-Husseini 2018-04-11 12:22:21 -07:00 committed by Peli de Halleux
parent fafd3d37da
commit bd3b149dcc
2 changed files with 11 additions and 0 deletions

View File

@ -184,3 +184,9 @@
@blocklyFlyoutColor: #3B3C3D;
@blocklyFlyoutColorOpacity: 1.0;
@monacoFlyoutColor: rgba(59, 60, 61, 1.0);
/*-------------------
Tutorial
--------------------*/
@tutorialSegmentBackground: #f2f2f2;

View File

@ -115,6 +115,11 @@
color: @blue;
}
/* Tutorial */
#tutorialcard .ui.tutorialsegment {
border-radius: 0;
}
/* Mobile */
@media only screen and (max-width: @largestMobileScreen) {
#filelist {