working functionality

This commit is contained in:
Mo Bitar
2016-12-15 17:37:26 -06:00
parent 6a2e3e9ec1
commit 1722eb299c
31 changed files with 944 additions and 760 deletions

View File

@@ -337,7 +337,7 @@ input, button, select, textarea {
position: relative;
}
.form-group {
.form-tag {
margin-bottom: 15px;
}

View File

@@ -6,7 +6,7 @@
height: 136px !important;
}
.group-menu-bar {
.tag-menu-bar {
position: relative;
margin: 0 -20px;
width: auto;

View File

@@ -1,11 +1,11 @@
.groups {
.tags {
width: 22%;
.groups-title-bar {
.tags-title-bar {
color: #0707ff;
}
.group {
.tag {
height: 50px;
border-bottom: 1px solid $bg-color;
padding: 12px;
@@ -47,7 +47,7 @@
}
}
/* When a note is dragged over group */
/* When a note is dragged over tag */
&.over {
background-color: rgba(#5151ff, 0.8);
color: white;

View File

@@ -4,7 +4,7 @@ $dark-gray: #2e2e2e;
@import "app/common";
@import "app/main";
@import "app/header";
@import "app/groups";
@import "app/tags";
@import "app/notes";
@import "app/editor";