add all albums view

This commit is contained in:
geoffrey45
2021-12-11 13:46:05 +03:00
parent a7474d65e9
commit c7374e8eb5
8 changed files with 293 additions and 26 deletions
+2 -1
View File
@@ -2,6 +2,7 @@
--separator: #ffffff46;
--green: #4ad168;
}
* {
box-sizing: border-box;
}
@@ -36,7 +37,7 @@ a {
}
.separator {
border-top: .1em $separator solid;
border-top: .1px $separator solid;
color: transparent;
margin: $small 0 $small 0;
}