Files
Codiad/components/project/screen.css

11 lines
210 B
CSS
Executable File

#project-list {
max-height: 300px;
overflow: auto;
margin: 15px 0;
}
#git-clone { border: none; }
#git-clone td { border: none; padding: 0; margin: 0; }
.note { padding: 10px 0; color: #a8a6a8; }