mirror of
https://github.com/FAUSheppy/flask-json-dream-website
synced 2025-12-06 00:01:36 +01:00
potaris changes
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user