Skip to content

Commit

Permalink
css for overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
DevStarks committed May 6, 2017
1 parent f069c71 commit c3fe789
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@
.sliderBall {
width: .8rem;
height: .8rem;
border-radius: 50%;
border-radius: 60%;
background-color: $color-dark;
}
cursor: grab;

ul {
padding: 5px 0;
&:active {
cursor: grabbing;
}
}

li {
Expand Down
3 changes: 3 additions & 0 deletions src/Main/Toolbox/Keyboard/Panel/KeyOverlay/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

:local(.KeyOverlay) {
background-color: inherit;
display: flex;
flex-direction: column;

label {
padding: .2rem 2rem;
Expand All @@ -16,5 +18,6 @@
background-color: $color-background-medium;
padding: .5rem;
border-radius: 13px;
flex: 1;
}
}
4 changes: 3 additions & 1 deletion src/Main/Toolbox/Keyboard/Panel/Logo/styles.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
@import "./src/styles/base";

:local(.Logo) {
width: 12.4rem;
// display: table-cell;
width: 14rem;

svg {
height: 100%;
width: 100%;
}
}
4 changes: 2 additions & 2 deletions src/Main/Toolbox/Keyboard/Panel/styles.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
:local(.Panel) {
flex: 1;
margin-bottom: 2rem;
margin-bottom: 1rem;
display: flex;

& > div {
margin-right: 2rem;
margin-right: 1rem;
}
}
2 changes: 1 addition & 1 deletion src/styles/tool.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.tool {
background-color: $color-background-light;
border-radius: 15px;
padding: 2rem 2rem 0 2rem;
padding: 1rem 1rem 0 1rem;
}

0 comments on commit c3fe789

Please sign in to comment.