dockerfile
This commit is contained in:
@@ -1479,13 +1479,25 @@ input::placeholder {
|
||||
}
|
||||
|
||||
.project-content .row-icon,
|
||||
.progress-content .row-icon {
|
||||
.progress-content .row-icon,
|
||||
.progress-content .row-delete-icon {
|
||||
padding: 13px 0px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.row-delete-icon {
|
||||
z-index: 3;
|
||||
border-radius: 5px;
|
||||
transition: 0.3s;
|
||||
padding: 5px 0 !important;
|
||||
margin: auto 0;
|
||||
}
|
||||
|
||||
.row-delete-icon:hover {
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
.project-content .row-content,
|
||||
.progress-content .row-content {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user