mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-16 07:05:56 +00:00
Blending the background color of the snippet bar and the divider
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
@import 'naturalcrit/styles/core.less';
|
@import 'naturalcrit/styles/core.less';
|
||||||
.homebrew{
|
.homebrew{
|
||||||
height : 100%;
|
height : 100%;
|
||||||
|
|
||||||
|
//TODO: Consider making backgroudn color lighter
|
||||||
background-color : @steel;
|
background-color : @steel;
|
||||||
.page{
|
.page{
|
||||||
display : flex;
|
display : flex;
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
height : 100%;
|
height : 100%;
|
||||||
width : 12px;
|
width : 12px;
|
||||||
cursor : ew-resize;
|
cursor : ew-resize;
|
||||||
background-color : #bbb;
|
background-color : #ddd;
|
||||||
text-align : center;
|
text-align : center;
|
||||||
.dots{
|
.dots{
|
||||||
display : table-cell;
|
display : table-cell;
|
||||||
|
|||||||
Reference in New Issue
Block a user