mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
réglages
This commit is contained in:
parent
d1344d6d54
commit
3451bcaab1
@ -73,7 +73,7 @@ div.accompanying_course_work-list {
|
|||||||
display: grid;
|
display: grid;
|
||||||
grid-template-areas: "obj res";
|
grid-template-areas: "obj res";
|
||||||
grid-template-columns: 50%;
|
grid-template-columns: 50%;
|
||||||
column-gap: 0.5rem;
|
column-gap: 0.2rem;
|
||||||
padding: 0.3rem;
|
padding: 0.3rem;
|
||||||
|
|
||||||
div.objective {
|
div.objective {
|
||||||
@ -95,9 +95,10 @@ div.accompanying_course_work-list {
|
|||||||
|
|
||||||
h4.title_label {
|
h4.title_label {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0;
|
margin: 0.4em 0;
|
||||||
padding: 0.1em 0.5em;
|
padding: 0.1em 0.5em;
|
||||||
font-variant-caps: small-caps;
|
font-variant-caps: small-caps;
|
||||||
|
font-size: 95%;
|
||||||
background-color: $light;
|
background-color: $light;
|
||||||
+ * {
|
+ * {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
@ -111,9 +112,15 @@ div.accompanying_course_work-list {
|
|||||||
li {
|
li {
|
||||||
padding-left: 0.3em;
|
padding-left: 0.3em;
|
||||||
&::marker {
|
&::marker {
|
||||||
|
/*
|
||||||
content: '→';
|
content: '→';
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 120%;
|
font-size: 120%;
|
||||||
|
*/
|
||||||
|
font-family: ForkAwesome;
|
||||||
|
content: '\f04b';
|
||||||
|
font-size: 75%;
|
||||||
|
transform: rotate(45deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user