Skip to content
Snippets Groups Projects
Commit b19ec726 authored by Eugen Ciur's avatar Eugen Ciur
Browse files

style folder

parent 3c874001
Branches
No related tags found
No related merge requests found
@import "node_modules/bootstrap/scss/bootstrap";
@import "./tag";
@import "./button";
@import "./node";
@import "./nav/sidebar";
......@@ -24,41 +25,3 @@ main {
margin: 1rem;
}
.item {
display: flex;
.icon {
width: 4rem;
height: 3rem;
}
.icon.folder {
background-image: url("/assets/images/folder.svg");
background-size: 100% 88%;
}
.icon.document {
background-image: url("/assets/images/document.svg");
background-size: 100% 100%;
}
&.checked {
background-color: #e6f5ff;
outline: 1px solid #A6DAFF;
}
&:hover {
background-color: #8ed2fe66;
outline: 1px solid #6fc5ff;
//border: 1px solid $result_list_hover_border_color;
}
.title {
a {
text-decoration: none;
}
text-align: center;
opacity: 1;
z-index: 0;
}
}
\ No newline at end of file
.node {
display: flex;
align-items: center;
.icon {
width: 4rem;
height: 3rem;
}
.icon.folder {
background-image: url("/assets/images/folder.svg");
background-size: 100% 88%;
}
.icon.document {
background-image: url("/assets/images/document.svg");
background-size: 100% 100%;
}
&.checked {
background-color: #e6f5ff;
outline: 1px solid #A6DAFF;
}
&:hover {
background-color: #8ed2fe66;
outline: 1px solid #6fc5ff;
//border: 1px solid $result_list_hover_border_color;
}
.title {
a {
text-decoration: none;
}
text-align: center;
opacity: 1;
z-index: 0;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment