Kontaktformular eingefügt
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user