Add new places; add music component; add audio module; add touch events; fixes

This commit is contained in:
obergodmar
2020-06-29 18:55:33 +03:00
parent 0b52c73cab
commit dea845a76f
53 changed files with 570 additions and 188 deletions
+3 -2
View File
@@ -1,6 +1,7 @@
@import "../assets/assets";
$hoverColor: 0 0 4px 2px rgba(173, 154, 32, 0.75);
$hoverColor: rgba(173, 154, 32, 0.75);
$hoverBox: 0 0 4px 2px $hoverColor;
$previewHeight: 180px;
$previewWidth: 320px;
$font: 'Arial Narrow';
@@ -59,7 +60,7 @@ button {
&:focus {
outline: none;
box-shadow: $hoverColor;
box-shadow: $hoverBox;
}
&:active {