working functionality
This commit is contained in:
@@ -337,7 +337,7 @@ input, button, select, textarea {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.form-group {
|
||||
.form-tag {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
height: 136px !important;
|
||||
}
|
||||
|
||||
.group-menu-bar {
|
||||
.tag-menu-bar {
|
||||
position: relative;
|
||||
margin: 0 -20px;
|
||||
width: auto;
|
||||
|
||||
@@ -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;
|
||||
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user