mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
save
This commit is contained in:
+17
-4
@@ -1103,6 +1103,12 @@ ngx-mat-datetime-content{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.add-ellipsis{
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden !important;
|
||||||
|
text-overflow: ellipsis !important;
|
||||||
|
}
|
||||||
|
|
||||||
.menuButton{
|
.menuButton{
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -1119,22 +1125,29 @@ ngx-mat-datetime-content{
|
|||||||
background-color: #42b9fe13;
|
background-color: #42b9fe13;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
.file{
|
.file{
|
||||||
|
width: 100%;
|
||||||
|
align-items: center;
|
||||||
|
overflow: auto;
|
||||||
|
color: #000;
|
||||||
|
|
||||||
ion-thumbnail{
|
ion-thumbnail{
|
||||||
--size: 20px;
|
--size: 20px;
|
||||||
}
|
}
|
||||||
.file-details{
|
.file-details{
|
||||||
max-width: calc(100% - 20px);
|
max-width: 100%;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
|
|
||||||
|
/* .file-title{
|
||||||
|
padding-left: 5px;
|
||||||
|
} */
|
||||||
|
|
||||||
.file-title:hover{
|
.file-title:hover{
|
||||||
color: #0782c9;
|
color: #0782c9;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
span{
|
span{
|
||||||
white-space: nowrap;
|
padding-right: 5px;
|
||||||
overflow: hidden !important;
|
|
||||||
text-overflow: ellipsis !important;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user