potaris changes

This commit is contained in:
Yannik Schmidt
2021-05-24 16:09:49 +02:00
parent a4c1bd071b
commit f26629075f
5 changed files with 73 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -104,6 +104,42 @@ body {
max-width: 400px;
}
.hover-to-75:hover{
opacity: 1 !important;
background: rgba(0,0,0,0.25) !important;
}
.wrapper {
width: 100%;
height: 100%;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
border-radius: 5px;
background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
overflow: hidden;
}
.wave {
width: 1000px;
height: 1025px;
position: absolute;
top: -25%;
left: 50%;
margin-left: -500px;
margin-top: -500px;
border-radius: 35%;
background: rgba(255, 255, 255, .75);
transform: rotate(30deg);
}
@media (min-width: 979px) {
.dropdown:hover .dropdown-menu {
display: block;
}
}
@media(max-width: 440px){
.event-responsive{
padding-left: 0;