Mape v mojih anketah - prenova - V DELU

This commit is contained in:
pero1203 2022-10-04 10:42:58 +02:00
parent 750b07e4d6
commit 31dd5f54df
3 changed files with 2061 additions and 1907 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@
// Meni na levi // Meni na levi
.left_menu{ .left_content{
flex-shrink: 0; flex-shrink: 0;
width: 320px; width: 320px;
@ -31,13 +31,17 @@
text-transform: uppercase; text-transform: uppercase;
} }
.folder-item{ .folder_list{
box-sizing: border-box;
height: 40px;
margin-bottom: 8px;
border: 1px solid $light-gray;
border-radius: 2px; .folder_item{
box-sizing: border-box;
height: 40px;
margin-bottom: 8px;
border: 1px solid $light-gray;
border-radius: 2px;
}
} }
} }
@ -46,14 +50,17 @@
width: auto; width: auto;
padding: 32px 16px; padding: 32px 16px;
.title{ .folder_title{
margin-bottom: 24px; margin-bottom: 24px;
font-weight: 600; font-weight: 600;
font-size: 16px; font-size: 16px;
} }
/*.second_line{
display: flex;
} */
} }
} }
} }