mirror of
https://github.com/simon987/task_tracker.git
synced 2025-04-10 05:56:42 +00:00
16 lines
190 B
CSS
16 lines
190 B
CSS
button {
|
|
margin-right: 15px;
|
|
}
|
|
|
|
mat-panel-title > project-icon {
|
|
margin-right: 1em;
|
|
}
|
|
|
|
.paused {
|
|
color: #9a9a9a;
|
|
}
|
|
|
|
.mat-expansion-panel-header-description {
|
|
flex-grow: 0;
|
|
}
|