Initial board SVG and basic simulator

This commit is contained in:
Sam El-Husseini
2017-07-11 11:15:17 +03:00
parent 7e8a053f3a
commit 46c18af461
28 changed files with 4390 additions and 8 deletions

View File

@ -121,7 +121,7 @@
Full screen
--------------------*/
@fullscreenBackgroundGradientStart: @mainMenuInvertedBackground;
@fullscreenBackgroundGradientStart: @blue;
@fullscreenBackgroundGradientEnd: #fff;
/*-------------------

View File

@ -46,6 +46,10 @@
#menubar .ui.item {
color: @red;
}
.fullscreensim #menubar .ui.menu {
box-shadow: none !important;
border-bottom: 0 !important;
}
/* logo */
#logo a.ui.image .ui.logo {