101 lines
1.3 KiB
CSS
101 lines
1.3 KiB
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: 5px;
|
|
margin-top:-7px;
|
|
}
|
|
|
|
.edit{
|
|
background: transparent;
|
|
position: absolute;
|
|
right: 29px;
|
|
margin-top:-7px;
|
|
}
|
|
|
|
.groupadd{
|
|
background: transparent;
|
|
position: absolute;
|
|
right:5px;
|
|
margin-top: -7px;
|
|
}
|
|
|
|
.ueberschrift{
|
|
font-size: 25px;
|
|
}
|
|
|
|
.itemadd{
|
|
background: transparent;
|
|
position: absolute;
|
|
right:47px;
|
|
margin-top:-40px;
|
|
border: 0px;
|
|
}
|
|
.seemore{
|
|
background: transparent;
|
|
position: absolute;
|
|
right:5px;
|
|
margin-top:-40px;
|
|
border: 0px;
|
|
}
|
|
|
|
.farbeeen{
|
|
margin-left: 19px;
|
|
}
|
|
|
|
.spez-farbe{
|
|
background-color: #b3b3b3;
|
|
}
|
|
|
|
.trashgroup{
|
|
background: transparent;
|
|
position: absolute;
|
|
right:25px;
|
|
margin-top:-40px;
|
|
}
|
|
|
|
/* button.change {
|
|
border: none;
|
|
}
|
|
|
|
button.change:hover{
|
|
cursor:pointer;
|
|
}
|
|
|
|
button:active{
|
|
outline: none;
|
|
border: none;
|
|
} */
|
|
/*
|
|
button:focus{
|
|
outline: none;
|
|
} */
|
|
|
|
.btn:focus, .btn:active {
|
|
outline: none !important;
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
.itemcard{
|
|
height: 2%;
|
|
} |