This commit is contained in:
Mo Bitar
2016-12-25 18:38:58 -06:00
parent a091323faf
commit 4e239e481c
5 changed files with 14 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
.editor {
width: 50%;
width: 60%;
&.fullscreen {
width: 100%;

View File

@@ -1,5 +1,5 @@
.notes {
width: 30%;
width: 25%;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
@@ -52,7 +52,7 @@
}
}
$note-selection-color: #2960ec;
$note-selection-color: #086dd6;
.note {
width: 100%;
@@ -77,9 +77,9 @@
color: white;
}
&:hover:not(.selected) {
background-color: $note-selection-color;
color: white;
}
// &:hover:not(.selected) {
// background-color: $note-selection-color;
// color: white;
// }
}
}

View File

@@ -1,7 +1,6 @@
.tags {
width: 20%;
background-color: #ebebeb;
width: 15%;
.tags-title-bar {
color: black;
@@ -13,12 +12,15 @@
}
.content {
background-color: #ebebeb !important;
background-color: #f6f6f6 !important;
}
.tag-add-button {
margin-top: -6px;
background-color: #d7d7d7 !important;
float: right;
position: absolute;
right: 12px;
&:hover {
background-color: rgba(#d7d7d7, 0.8) !important;