Skip to content

Commit

Permalink
restructure sass
Browse files Browse the repository at this point in the history
  • Loading branch information
stsdc committed Sep 17, 2018
1 parent 667bf33 commit b7c8df0
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 764 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,11 @@
}
}
}
}

}
button {
outline-style:none;
&:-moz-focusring {
outline: none;
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 8 additions & 7 deletions client/src/scss/main.scss
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
// HELPERS
@import "helpers/vars";
@import "helpers/mixins";
@import "helpers/breakpoints";
@import "helpers/lato-font";
@import "helpers/normalize";
@import "helpers/size";

// PARTIALS
@import "partials/body";
@import "partials/wrapper";
@import "partials/custom";
@import "partials/disable-text-select";
@import "partials/topbar";
@import "partials/settings";
@import "partials/controls";
@import "partials/crosshair";
@import "partials/joystick";
@import "partials/mode-chooser";
@import "partials/radio";
@import "partials/gripper-control";
@import "partials/controls-boxes";
@import "partials/input-range";
@import "partials/input-number";
@import "partials/manipulator-control";
@import "partials/video";
@import "partials/button";

// ELEMENTS
@import "elements/button";
@import "elements/input-number";
@import "elements/input-range";
@import "elements/radio";
7 changes: 0 additions & 7 deletions client/src/scss/partials/_body.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,3 @@ h1, h2, h3, h4, h5, h6 {
margin: 0 0 1em 0;
text-transform: uppercase;
}

button {
outline-style:none;
&:-moz-focusring {
outline: none;
}
}
8 changes: 0 additions & 8 deletions client/src/scss/partials/_controls.scss

This file was deleted.

Loading

0 comments on commit b7c8df0

Please sign in to comment.