InesSuess a2bb9f25d3 noch nicht alles ausgegeben style fehlt teils
So ziemlich alle routes bis auf item add und noch nicht alle detail ausgaben ....
2018-12-03 21:06:36 +01:00

52 lines
691 B
CSS

.logo-image{
width: 46px;
height: 46px;
border-radius: 50%;
overflow: hidden;
margin-top: -6px;
}
.layout{
margin: 5%;
}
.card{
margin: O auto;
float: none;
}
.btn-light{
border-color: 1px solid black;
}
.trash{
background: transparent;
position:absolute;
right: 29px;
margin-top:-7px;
}
.edit{
background: transparent;
position: absolute;
right: 60px;
margin-top:-7px;
}
.groupadd{
background: transparent;
position: absolute;
right:5px;
margin-top: -7px;
}
.ueberschrift{
font-size: 25px;
}
.itemadd{
background: transparent;
position: absolute;
right:5px;
margin-top: -50px;
}