refactor: moved header css to seperate global file

This commit is contained in:
Lewy 2022-05-31 16:43:52 +02:00
parent c7b7a78cc9
commit ba23b77500
4 changed files with 2 additions and 46 deletions

View File

@ -1,6 +1,7 @@
@import "li.css";
@import "collapsible.css";
@import "round.css";
@import "../../_global/header.css";
body {
@ -11,11 +12,6 @@ body {
line-height: 1.4em;
}
img {
width: 150px;
height: 30px;
}
.dot {
height: 30px;
width: 30px;
@ -27,44 +23,6 @@ img {
align-items: center;
}
a {
text-align: center;
line-height: 2;
color: white;
text-decoration: none;
}
.loginn {
background-color: skyblue;
border-radius: 31px;
border: 1px solid skyblue;
cursor: pointer;
color: #ffffff;
font-family: Arial;
text-decoration: none;
height: 30px;
}
header {
display: flex;
flex-flow: row wrap;
align-items: center;
justify-content: space-between;
background-color: #065FD4;
margin: auto;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 30px;
padding-left: 10px;
}
header>p {
text-align: center;
line-height: 0;
}
.myButton {
background-color: #4C8BF5;
border-radius: 28px;

View File

@ -237,7 +237,7 @@
</div>
</div>
<script type="text/javascript" src="./myscript.js"></script>
<script type="text/javascript" src="collapsible.js"></script>
</body>
</html>

View File

@ -14,8 +14,6 @@
flex-direction: column;
flex-wrap: wrap;
height: auto;
}
.eventInside {