2017-12-05 16:07:05 +01:00
|
|
|
@import "colors";
|
2019-10-17 15:13:50 +02:00
|
|
|
@import "constants";
|
2017-12-05 16:07:05 +01:00
|
|
|
|
2022-02-04 14:40:16 +01:00
|
|
|
// floats
|
2017-05-03 16:50:36 +02:00
|
|
|
.pull-left {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pull-right {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.clearfix {
|
|
|
|
clear: both;
|
|
|
|
}
|
2017-05-05 14:59:00 +02:00
|
|
|
|
2022-06-16 14:56:53 +02:00
|
|
|
.inline {
|
|
|
|
display: inline;
|
|
|
|
}
|
2022-02-04 14:40:16 +01:00
|
|
|
|
2022-09-26 17:14:20 +02:00
|
|
|
.visually-hidden {
|
|
|
|
position: absolute;
|
|
|
|
width: 1px;
|
|
|
|
height: 1px;
|
|
|
|
padding: 0;
|
|
|
|
margin: -1px;
|
|
|
|
overflow: hidden;
|
|
|
|
clip: rect(0, 0, 0, 0);
|
|
|
|
white-space: nowrap;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2022-02-04 14:40:16 +01:00
|
|
|
// text
|
|
|
|
.text-center,
|
2017-05-05 14:59:00 +02:00
|
|
|
.center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2017-05-22 16:56:09 +02:00
|
|
|
|
2017-06-13 17:46:08 +02:00
|
|
|
.text-right {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2022-02-04 14:40:16 +01:00
|
|
|
.text-sm {
|
2022-06-16 15:51:45 +02:00
|
|
|
font-size: 14px !important;
|
2017-05-22 16:56:09 +02:00
|
|
|
}
|
2017-07-24 10:01:53 +02:00
|
|
|
|
2022-02-04 14:40:16 +01:00
|
|
|
.text-lg {
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
2022-10-12 12:26:18 +02:00
|
|
|
.font-weight-bold {
|
2022-06-16 15:51:45 +02:00
|
|
|
font-weight: bold !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.font-weight-normal {
|
|
|
|
font-weight: normal !important;
|
2022-02-04 14:40:16 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.numbers-delimiter {
|
|
|
|
display: inline-block;
|
|
|
|
width: 5px;
|
2017-07-24 10:01:53 +02:00
|
|
|
}
|
2022-12-16 14:56:46 +01:00
|
|
|
|
|
|
|
.list-style-type-none {
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
2017-09-20 17:07:09 +02:00
|
|
|
|
|
|
|
.empty-text {
|
|
|
|
font-size: 20px;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
margin: 60px 0;
|
|
|
|
}
|
2017-12-05 16:07:05 +01:00
|
|
|
|
2018-06-28 11:14:02 +02:00
|
|
|
.empty-text-details {
|
|
|
|
margin-bottom: 60px;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
.empty-text + & {
|
|
|
|
margin-top: -50px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-08-19 15:58:34 +02:00
|
|
|
.relative {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2024-01-04 16:20:27 +01:00
|
|
|
.sticky {
|
|
|
|
position: sticky;
|
|
|
|
top: 2em;
|
|
|
|
}
|
|
|
|
|
2022-02-04 14:40:16 +01:00
|
|
|
// display
|
|
|
|
.hidden {
|
2023-01-06 20:07:53 +01:00
|
|
|
display: none !important;
|
2021-11-22 14:46:10 +01:00
|
|
|
}
|
|
|
|
|
2023-06-05 12:25:56 +02:00
|
|
|
.visible-on-previous-hover {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
:hover + .visible-on-previous-hover {
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
.no-wrap {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2023-08-01 15:34:27 +02:00
|
|
|
.width-max-content {
|
|
|
|
width: max-content;
|
|
|
|
}
|
|
|
|
|
2022-02-04 14:40:16 +01:00
|
|
|
// sizing
|
|
|
|
.width-100 {
|
|
|
|
width: 100%;
|
2022-07-13 18:12:26 +02:00
|
|
|
|
|
|
|
@media (max-width: $two-columns-breakpoint) {
|
|
|
|
&-mobile {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2021-11-22 14:46:10 +01:00
|
|
|
}
|
|
|
|
|
2022-06-16 14:56:53 +02:00
|
|
|
.width-33 {
|
|
|
|
width: 33.33%;
|
2022-07-11 11:42:59 +02:00
|
|
|
|
|
|
|
@media (min-width: $two-columns-breakpoint) {
|
|
|
|
&-desktop {
|
|
|
|
width: 33.33%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.width-66 {
|
|
|
|
width: 66.67%;
|
|
|
|
|
|
|
|
@media (min-width: $two-columns-breakpoint) {
|
|
|
|
&-desktop {
|
|
|
|
width: 66.67%;
|
|
|
|
}
|
|
|
|
}
|
2022-06-16 14:56:53 +02:00
|
|
|
}
|
|
|
|
|
2023-04-28 10:33:01 +02:00
|
|
|
|
2022-02-04 14:40:16 +01:00
|
|
|
// who known
|
|
|
|
.highlighted {
|
2024-02-21 16:38:13 +01:00
|
|
|
background-color: var(
|
|
|
|
--background-contrast-yellow-moutarde
|
|
|
|
); // from fr-badge--new
|
|
|
|
color: var(--text-label-yellow-tournesol);
|
|
|
|
padding: 0 0.5rem;
|
2021-11-22 14:46:10 +01:00
|
|
|
}
|
|
|
|
|
2022-12-14 18:57:05 +01:00
|
|
|
.overflow-y-visible {
|
|
|
|
overflow: visible;
|
|
|
|
}
|
|
|
|
|
2023-02-13 15:41:18 +01:00
|
|
|
.super {
|
|
|
|
vertical-align: super;
|
|
|
|
}
|
|
|
|
|
2023-03-24 11:33:08 +01:00
|
|
|
.border-left {
|
|
|
|
border-left: 4px solid var(--background-contrast-grey);
|
|
|
|
padding-left: $default-padding;
|
|
|
|
}
|
|
|
|
|
2023-03-06 12:23:16 +01:00
|
|
|
// Labels that we only want for screen readers
|
|
|
|
// https://www.coolfields.co.uk/2016/05/text-for-screen-readers-only-updated/
|
|
|
|
.sr-only {
|
|
|
|
border: none;
|
|
|
|
clip: rect(1px, 1px, 1px, 1px);
|
|
|
|
clip-path: inset(50%);
|
|
|
|
height: 1px;
|
|
|
|
margin: -1px;
|
|
|
|
width: 1px;
|
|
|
|
overflow: hidden;
|
|
|
|
position: absolute !important;
|
|
|
|
word-wrap: normal !important;
|
|
|
|
}
|
|
|
|
|
2023-03-02 10:50:37 +01:00
|
|
|
.ml-auto {
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
|
2023-02-28 16:33:22 +01:00
|
|
|
.truncate-80 {
|
|
|
|
width: 80%;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
2022-02-04 14:40:16 +01:00
|
|
|
// generate spacer utility like bootstrap my-2 -> margin-left/right: 2 * $default-spacer
|
|
|
|
// using $direction.key as css modifier, $direction.values to set css properties
|
|
|
|
// scale it using $steps
|
|
|
|
$directions: (
|
|
|
|
"t": ("margin-top"),
|
|
|
|
"r": ("margin-right"),
|
|
|
|
"b": ("margin-bottom"),
|
|
|
|
"l": ("margin-left"),
|
|
|
|
"x": ("margin-left", "margin-right"),
|
|
|
|
"y": ("margin-top", "margin-bottom"),
|
|
|
|
"": ("margin")
|
|
|
|
);
|
|
|
|
$steps: (0, 1, 2, 3, 4, 5, 6, 7, 8);
|
|
|
|
|
|
|
|
@each $modifier, $properties in $directions {
|
|
|
|
@each $step in $steps {
|
|
|
|
@each $property in $properties {
|
|
|
|
.m#{$modifier}-#{$step} {
|
|
|
|
#{$property}: $step * $default-spacer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-06-18 11:15:10 +02:00
|
|
|
}
|
2022-08-18 10:30:37 +02:00
|
|
|
|
|
|
|
$directions: (
|
|
|
|
"t": ("padding-top"),
|
|
|
|
"r": ("padding-right"),
|
|
|
|
"b": ("padding-bottom"),
|
|
|
|
"l": ("padding-left"),
|
|
|
|
"x": ("padding-left", "padding-right"),
|
|
|
|
"y": ("padding-top", "padding-bottom"),
|
|
|
|
"": ("padding")
|
|
|
|
);
|
|
|
|
$steps: (0, 1, 2, 3, 4, 5, 6, 7, 8);
|
|
|
|
|
|
|
|
@each $modifier, $properties in $directions {
|
|
|
|
@each $step in $steps {
|
|
|
|
@each $property in $properties {
|
|
|
|
.p#{$modifier}-#{$step} {
|
|
|
|
#{$property}: $step * $default-spacer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|