85 lines
1.8 KiB
CSS
85 lines
1.8 KiB
CSS
/*!
|
|
* DSFR v1.11.2 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
|
|
*/
|
|
@media (min-width: 36em) {
|
|
/*! media sm */
|
|
}
|
|
@media (min-width: 48em) {
|
|
/*! media md */
|
|
}
|
|
@media (min-width: 62em) {
|
|
/*! media lg */
|
|
}
|
|
@media (min-width: 78em) {
|
|
/*! media xl */
|
|
}
|
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
|
.fr-transcription {
|
|
position: relative;
|
|
}
|
|
|
|
.fr-transcription__btn::before {
|
|
background-color: transparent;
|
|
background-size: 100%;
|
|
background-repeat: no-repeat;
|
|
background-image: url("../../icons/media/align-left.svg");
|
|
width: 1rem;
|
|
height: 1rem;
|
|
}
|
|
|
|
.fr-transcription__btn::after {
|
|
background-color: transparent;
|
|
background-size: 100%;
|
|
background-repeat: no-repeat;
|
|
background-image: url("../../icons/system/arrow-down-s-line.svg");
|
|
width: 1rem;
|
|
height: 1rem;
|
|
}
|
|
|
|
.fr-transcription__btn[aria-expanded=true]::after {
|
|
transform: rotate(-180deg);
|
|
}
|
|
|
|
ul.fr-transcription__actions-group {
|
|
list-style-type: none;
|
|
}
|
|
|
|
ol.fr-transcription__actions-group {
|
|
list-style-type: none;
|
|
}
|
|
|
|
ul.fr-transcription__actions-group,
|
|
ol.fr-transcription__actions-group {
|
|
padding-left: 0;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.fr-transcription .fr-modal:not(.fr-modal--opened) .fr-modal__content {
|
|
max-height: 9.5rem;
|
|
}
|
|
|
|
.fr-transcription::before {
|
|
box-shadow: inset 0 0 0 1px #ddd;
|
|
}
|
|
|
|
.fr-transcription__btn {
|
|
color: #000091;
|
|
}
|
|
|
|
.fr-transcription__btn[aria-expanded=true] {
|
|
background-color: #e3e3fd;
|
|
}
|
|
|
|
.fr-transcription__content::before {
|
|
box-shadow: inset 0 1px 0 0 #ddd;
|
|
}
|
|
|
|
.fr-transcription__footer::before {
|
|
box-shadow: inset 0 1px 0 0 #ddd;
|
|
}
|
|
|
|
.fr-transcription .fr-modal:not(.fr-modal--opened)::before {
|
|
box-shadow: inset 0 1px 0 0 #ddd;
|
|
}
|
|
}
|