Hype-2/static/style.css

57 lines
770 B
CSS

.btn-hype {
justify-content: center;
display: flex;
flex-direction: row;
align-items: center;
width:100%;
text-align: center;
cursor: pointer;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-weight: 200 !important;
}
.side-navbar {
width: 250px;
height: 100%;
position: fixed;
margin-left: -300px;
transition: 0.5s;
}
.my-container {
transition: 0.4s;
}
.active-nav {
margin-left: 0;
}
.active-cont {
margin-left: 250px;
}
#menu-btn {
margin-left: -62px;
}
div#loading {
width: 100%;
height: 100%;
position: fixed;
z-index: 1;
left: 0;
top: 0;
text-align:center;
margin:auto;
display: none;
cursor: wait;
top:300px;
}