portfolio/wow.css
2022-06-21 12:33:35 +02:00

31 lines
574 B
CSS
Executable file

.leftsidebar .level1 {
margin-left: 0.35rem;
}
.leftsidebar .level1 .li {
display: flex;
align-items: center;
}
.leftsidebar .level1 .li .material-icons {
margin-right: .75rem;
}
#dw__login .simple {
display: flex;
justify-content: center;
align-items: center;
margin-top: 4em;
width: 10em;
margin-bottom: 1em !important;
}
#dw__login #remember__me {
margin-top: 0 !important;
margin-left: 0.5em;
}
#dw__login #remember__me {
width: 4em;
}
#dw__login .block span {
margin-left: 0.5rem;
}
#dw__login label:nth-of-type(2) {
margin-top: 2.9rem;
}