This commit is contained in:
David Štaleker
2024-03-10 18:58:33 +01:00
parent c4883e4296
commit 073bb88703

View File

@@ -39,26 +39,6 @@
cursor: nwse-resize; cursor: nwse-resize;
} }
.div-board{
float: left;
text-align: center;
width: 200px;
height: 50px;
border: 1px solid rgba(24, 28, 33, 0.06);
border-radius: 0.25rem;
margin-right: 15px;
}
.div-board > h5 {
margin-top: 5px;
margin-bottom: 2px;
}
.div-board:hover {
cursor: pointer;
background-color: rgba(24, 28, 33, 0.06);
}
.div-note { .div-note {
position: absolute !important; position: absolute !important;
float: left; float: left;
@@ -83,45 +63,6 @@
display: none; display: none;
} }
.div-pages {
margin: 5px;
height: 50px;
margin-left: 10px;
margin-bottom: 10px;
}
.div-page {
float: left;
text-align: center;
width: 100px;
height: 50px;
border: 1px solid rgba(24, 28, 33, 0.06);
border-radius: 0.25rem;
margin-right: 5px;
}
.div-page:hover {
cursor: pointer;
background-color: rgba(24, 28, 33, 0.06);
}
.page-active {
background-color: rgba(128, 171, 226, 0.5);
}
.div-page > h5 {
margin-top: 5px;
margin-bottom: 2px;
}
.div-page > i {
margin-top: 10px;
}
#lblBoardPageName {
margin-right: 5px;;
}
.div-note-edit-color { .div-note-edit-color {
margin: 5px; margin: 5px;
height: 50px; height: 50px;