ubah ke docker mode

This commit is contained in:
servdal
2025-07-16 07:36:13 +07:00
parent 6871d14f94
commit 9471bf22f5
15161 changed files with 112 additions and 0 deletions

No files matched your search

@@ -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;
}
}
}
}