mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Improving the timeline UI
This commit is contained in:
@@ -2,3 +2,6 @@ span.entity.entity-activity.activity-reason {
|
||||
@include entity($chill-pink, white);
|
||||
}
|
||||
|
||||
.activity {
|
||||
color: $chill-green;
|
||||
}
|
||||
|
3
Resources/public/sass/custom/_person.scss
Normal file
3
Resources/public/sass/custom/_person.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
.person {
|
||||
color: $chill-blue;
|
||||
}
|
3
Resources/public/sass/custom/_report.scss
Normal file
3
Resources/public/sass/custom/_report.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
.report {
|
||||
color: $chill-red;
|
||||
}
|
@@ -16,14 +16,38 @@ You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
div.timeline {
|
||||
div {
|
||||
margin: 0.7em 0.2em;
|
||||
background-color: #e6e6e6;
|
||||
padding: 0.3em;
|
||||
div.timeline-item {
|
||||
padding: 0.5em;
|
||||
overflow: auto;
|
||||
margin-bottom: 1.5em;
|
||||
|
||||
&.odd {
|
||||
background-color: $chill-llight-gray;
|
||||
|
||||
.summary {
|
||||
background-color: $white;
|
||||
}
|
||||
}
|
||||
|
||||
div.summary {
|
||||
margin-left: 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
&.even {
|
||||
background-color: $white;
|
||||
|
||||
.summary {
|
||||
background-color: $chill-llight-gray;
|
||||
}
|
||||
}
|
||||
|
||||
.summary {
|
||||
margin: 1em;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-top: 0em;
|
||||
font-size: 1em;
|
||||
|
||||
&.single-line {
|
||||
margin-bottom: 0em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user