This commit is contained in:
Dwi Swandhana
2026-06-09 08:56:30 +07:00
parent fb6e11c0e6
commit b793755d95
1851 changed files with 344010 additions and 2 deletions

No files matched your search

+47
View File
@@ -0,0 +1,47 @@
/* =============
Projects
============= */
.project-sort-item {
.form-group {
margin-right: 30px;
&:last-of-type {
margin-right: 0;
}
}
}
.project-box {
position: relative;
.badge {
position: absolute;
right: 20px;
}
h4{
text-overflow: ellipsis;
white-space: nowrap;
display: block;
width: 100%;
overflow: hidden;
}
ul {
li{
padding-right: 30px;
}
}
.project-members {
a{
margin: 0 0 10px -12px;
display: inline-block;
border: 3px solid $white;
border-radius: 50%;
box-shadow: $shadow;
&:first-of-type {
margin-left: 0;
}
}
}
}