Kontaktformular eingefügt

This commit is contained in:
silas
2018-10-13 18:48:40 +02:00
parent 607a96ad72
commit c7102ed527
23 changed files with 105 additions and 31 deletions

View File

@@ -4,9 +4,9 @@ $themes: map-merge($themes,(dark: (
class: dark,
themeColor: #373737,
lightThemeColor: #4b4b4b,
linkColor: white,
linkColor: #fff,
spinnerColor: #ffffff,
navBarTextColor: white,
navBarTextColor: #fff,
textColor: #ffffff,
textColor2: #9b9b9b,
lightLinkColor: #ffffff,

View File

@@ -343,17 +343,22 @@ $coinTowerDimension: 28px;
body {
overscroll-behavior: contain;
user-select: none;
}
#site-content {
overflow: hidden;
overflow: visible;
}
div.mainContainer{
overflow-x: hidden;
}
#img-sound:before {
content: "";
max-width: 1.4em;
background: url('../img/speaker.svg')
}
//#img-sound:before {
// content: "";
// max-width: 1.4em;
// background: url('../img/speaker.svg')
//}
.clickable{
cursor: pointer;