ldap_frontend/src/stylesheets/index.css

31 lines
373 B
CSS
Raw Normal View History

/* General styling */
body{
background-color: #007480;
2023-08-08 15:56:21 +01:00
text-align: center;
}
/* Title bar */
#title {
background-color: white;
height: 82px;
}
#title img {
float: left;
}
#title h1 {
position: relative;
}
#password {
background-color: white;
}
#modify {
background-color: white;
2023-08-08 15:56:21 +01:00
}
.boxes {
margin-left: 20%;
margin-right: 20%;
}