Merge branch 'master' of https://git.1ka.si/git/1ka
This commit is contained in:
commit
36cbb8fd03
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -13,7 +13,7 @@
|
||||
|
||||
|
||||
// Meni na levi
|
||||
.left_menu{
|
||||
.left_content{
|
||||
flex-shrink: 0;
|
||||
|
||||
width: 320px;
|
||||
@ -31,13 +31,17 @@
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.folder-item{
|
||||
box-sizing: border-box;
|
||||
height: 40px;
|
||||
margin-bottom: 8px;
|
||||
.folder_list{
|
||||
|
||||
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;
|
||||
padding: 32px 16px;
|
||||
|
||||
.title{
|
||||
.folder_title{
|
||||
margin-bottom: 24px;
|
||||
|
||||
font-weight: 600;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
/*.second_line{
|
||||
display: flex;
|
||||
|
||||
} */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -9660,3 +9660,7 @@ UPDATE misc SET value='22.08.05' WHERE what="version";
|
||||
INSERT INTO srv_misc (what, value) VALUES ('pc_tables', '0');
|
||||
|
||||
UPDATE misc SET value='22.08.25' WHERE what="version";
|
||||
|
||||
ALTER TABLE srv_mysurvey_folder ADD active enum('0','1') NOT NULL DEFAULT '0';
|
||||
|
||||
UPDATE misc SET value='22.10.04' WHERE what="version";
|
||||
|
Loading…
x
Reference in New Issue
Block a user