jl-frontend/css/components/admin_project.css

61 lines
1.2 KiB
CSS

.admin-project-container {
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
gap: 5px;
height: 40px;
width: 100%;
}
.admin-project-container:hover {
cursor: pointer;
background-color: #02104a51;
border-radius: 3px;
transition-duration: 0.3s;
}
.admin-project-trash-bin {
display: flex;
justify-content: center;
align-items: center;
font-size: 13px;
width: 25px;
height: 25px;
}
.admin-project-trash-bin-selected {
display: flex;
justify-content: center;
align-items: center;
border-radius: 3px;
font-size: 13px;
background-color: #e32;
color: white;
width: 25px;
height: 25px;
}
.admin-project-trash-bin:hover {
cursor: pointer;
}
.admin-project-location {
font-size: 13px;
font-family: Source Sans Pro;
font-weight: 100;
text-align: start;
width: 150px;
}
.admin-project-column {
font-size: 13px;
font-family: Source Sans Pro;
font-weight: 100;
text-align: start;
width: 100px;
}
.admin-project-index {
font-size: 13px;
font-family: Source Sans Pro;
font-weight: 100;
text-align: start;
width: 15px;
}