css
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.editor {
|
||||
width: 50%;
|
||||
width: 60%;
|
||||
|
||||
&.fullscreen {
|
||||
width: 100%;
|
||||
|
||||
@@ -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;
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user