Skip to content
This repository was archived by the owner on Jul 24, 2019. It is now read-only.

Commit 04c0d06

Browse files
author
Aaron Imming
committed
Change colour to perfect circle
1 parent a38a373 commit 04c0d06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/assets/sass/scratch/_toolbox.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ $category-colours: (
8181
}
8282
#{$toolbox}__color {
8383
position: relative;
84-
width: 19px;
85-
height: 19px;
84+
width: 20px;
85+
height: 20px;
8686
border-radius: 50%;
8787
}
8888
#{$toolbox}__title, #{$toolbox}__label {
@@ -96,7 +96,7 @@ $category-colours: (
9696
right: -2px;
9797
}
9898
#{$toolbox}__row {
99-
border-top: 1px solid $white;
99+
border-top: none;
100100
}
101101
}
102102
@each $category, $category-colour in $category-colours {

0 commit comments

Comments
 (0)