Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Commit

Permalink
remove debug colors
Browse files Browse the repository at this point in the history
  • Loading branch information
broud committed Jan 10, 2014
1 parent 3227ef4 commit 3781083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions resources/sass/themes/default/_buttongroup.scss
Expand Up @@ -25,15 +25,15 @@
}

&:first-child {
padding-left: $grid-gutter-width / 2;
//padding-left: $grid-gutter-width / 2;

.button {
border-top-left-radius: $m-button-border-radius;
border-bottom-left-radius: $m-button-border-radius;
}
}
&:last-child {
padding-right: $grid-gutter-width / 2;
//padding-right: $grid-gutter-width / 2;

.button {
border-right-width: $m-button-border-width;
Expand Down
3 changes: 0 additions & 3 deletions resources/sass/themes/default/_movable.scss
@@ -1,6 +1,4 @@
.movableview{

background: $green;
position: relative;
overflow: hidden;
width: 100%;
Expand All @@ -11,7 +9,6 @@
display: block;
height: 100px;
width: 100px;
background: $red;

// -webkit-user-select: none;
// -webkit-user-drag: none;
Expand Down

0 comments on commit 3781083

Please sign in to comment.