mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-29 05:26:13 +00:00
43 lines
870 B
SCSS
43 lines
870 B
SCSS
/// complete and overwrite flex-table in chillmain.scss
|
|
div.list-with-period {
|
|
div.person {
|
|
ul.record_actions {
|
|
li {
|
|
margin-right: 0 !important;
|
|
}
|
|
}
|
|
}
|
|
div.periods {
|
|
div.header,
|
|
div.list-content {
|
|
width: calc(100% - 40px);
|
|
margin-left: 40px;
|
|
}
|
|
div.header {
|
|
position: relative;
|
|
a.sc-button {
|
|
position: absolute;
|
|
width: 30px;
|
|
height: 30px;
|
|
top: 10px;
|
|
left: -40px;
|
|
padding: 0;
|
|
i {
|
|
padding: 5px;
|
|
}
|
|
}
|
|
abbr.referrer {
|
|
font-size: 70%;
|
|
}
|
|
span.user {
|
|
margin-left: 1em;
|
|
}
|
|
}
|
|
div.list-content {
|
|
span.more {
|
|
font-style: italic;
|
|
}
|
|
}
|
|
}
|
|
}
|