feat: ajoute un petit .flex simple
This commit is contained in:
parent
eeb6b298c4
commit
f8f918279c
1 changed files with 11 additions and 6 deletions
|
@ -121,6 +121,14 @@ hr {
|
||||||
border-bottom: 1px solid var(--border-color);
|
border-bottom: 1px solid var(--border-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mark {
|
||||||
|
border-radius: 0.2em;
|
||||||
|
padding:0 $lineheight/4 0 $lineheight/4;
|
||||||
|
|
||||||
|
background-color: var(--accent-color-back);
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
/* ------------------ TITLES ------------------- */
|
/* ------------------ TITLES ------------------- */
|
||||||
|
|
||||||
@mixin title($size, $weight) {
|
@mixin title($size, $weight) {
|
||||||
|
@ -188,10 +196,7 @@ code {
|
||||||
|
|
||||||
/* ------------------ SPECIAL STYLING ------------------- */
|
/* ------------------ SPECIAL STYLING ------------------- */
|
||||||
|
|
||||||
mark {
|
.flex {
|
||||||
border-radius: 0.2em;
|
display: flex;
|
||||||
padding:0 $lineheight/4 0 $lineheight/4;
|
justify-content: space-between;
|
||||||
|
|
||||||
background-color: var(--accent-color-back);
|
|
||||||
color: inherit;
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue