mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +00:00
progress on website with new menu
This commit is contained in:
15
website/dist/css/style.css
vendored
15
website/dist/css/style.css
vendored
@@ -20,6 +20,10 @@ body {
|
||||
background-color: rgb(168, 212, 253);
|
||||
}
|
||||
|
||||
.dev {
|
||||
background-color: red;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/*
|
||||
This is the title div with a screenshot of the admin portal
|
||||
@@ -35,7 +39,7 @@ body {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 90%;
|
||||
padding: 4%;
|
||||
padding: 2%;
|
||||
margin: 3%;
|
||||
margin-bottom: 0%;
|
||||
border-radius: 50px;
|
||||
@@ -95,12 +99,19 @@ body {
|
||||
color: white;
|
||||
position: fixed;
|
||||
top: 90%;
|
||||
left: 93%;
|
||||
right: 7%;
|
||||
opacity: 0;
|
||||
cursor: default;
|
||||
transition: 0.5s
|
||||
}
|
||||
|
||||
#backToTop:hover {
|
||||
background-color: rgb(24, 43, 61);
|
||||
width: calc(35px + 0.5vw);
|
||||
height: calc(35px + 0.5vw);
|
||||
transition: 0.2s;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 999px) {
|
||||
|
||||
.content, .title-wrapper {
|
||||
|
||||
Reference in New Issue
Block a user