@shopware-ag/meteor-component-library
Version:
The meteor component library is a Vue component library developed by Shopware. It is based on the [Meteor Design System](https://shopware.design/).
1,166 lines (1,085 loc) • 32.9 kB
CSS
*, ::before, ::after {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
--tw-contain-size: ;
--tw-contain-layout: ;
--tw-contain-paint: ;
--tw-contain-style: ;
}
::backdrop {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
--tw-contain-size: ;
--tw-contain-layout: ;
--tw-contain-paint: ;
--tw-contain-style: ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
box-sizing: border-box; /* 1 */
border-width: 0; /* 2 */
border-style: solid; /* 2 */
border-color: #e5e7eb; /* 2 */
}
::before,
::after {
--tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
line-height: 1.5; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
-moz-tab-size: 4; /* 3 */
-o-tab-size: 4;
tab-size: 4; /* 3 */
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
font-feature-settings: normal; /* 5 */
font-variation-settings: normal; /* 6 */
-webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
margin: 0; /* 1 */
line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
height: 0; /* 1 */
color: inherit; /* 2 */
border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
color: inherit;
text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
font-feature-settings: normal; /* 2 */
font-variation-settings: normal; /* 3 */
font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
text-indent: 0; /* 1 */
border-color: inherit; /* 2 */
border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit; /* 1 */
font-feature-settings: inherit; /* 1 */
font-variation-settings: inherit; /* 1 */
font-size: 100%; /* 1 */
font-weight: inherit; /* 1 */
line-height: inherit; /* 1 */
letter-spacing: inherit; /* 1 */
color: inherit; /* 1 */
margin: 0; /* 2 */
padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
-webkit-appearance: button; /* 1 */
background-color: transparent; /* 2 */
background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
-webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
margin: 0;
}
fieldset {
margin: 0;
padding: 0;
}
legend {
padding: 0;
}
ol,
ul,
menu {
list-style: none;
margin: 0;
padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 1; /* 1 */
color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
opacity: 1; /* 1 */
color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
display: block; /* 1 */
vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
max-width: 100%;
height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
display: none;
}
.diff-tailwindcss-wrapper .container {
width: 100%;
}
@media (min-width: 640px) {
.diff-tailwindcss-wrapper .container {
max-width: 640px;
}
}
@media (min-width: 768px) {
.diff-tailwindcss-wrapper .container {
max-width: 768px;
}
}
@media (min-width: 1024px) {
.diff-tailwindcss-wrapper .container {
max-width: 1024px;
}
}
@media (min-width: 1280px) {
.diff-tailwindcss-wrapper .container {
max-width: 1280px;
}
}
@media (min-width: 1536px) {
.diff-tailwindcss-wrapper .container {
max-width: 1536px;
}
}
.diff-tailwindcss-wrapper .invisible {
visibility: hidden;
}
.diff-tailwindcss-wrapper .absolute {
position: absolute;
}
.diff-tailwindcss-wrapper .relative {
position: relative;
}
.diff-tailwindcss-wrapper .sticky {
position: sticky;
}
.diff-tailwindcss-wrapper .left-0 {
left: 0px;
}
.diff-tailwindcss-wrapper .left-\[100\%\] {
left: 100%;
}
.diff-tailwindcss-wrapper .right-\[100\%\] {
right: 100%;
}
.diff-tailwindcss-wrapper .z-\[1\] {
z-index: 1;
}
.diff-tailwindcss-wrapper .ml-\[-1\.5em\] {
margin-left: -1.5em;
}
.diff-tailwindcss-wrapper .block {
display: block;
}
.diff-tailwindcss-wrapper .inline-block {
display: inline-block;
}
.diff-tailwindcss-wrapper .flex {
display: flex;
}
.diff-tailwindcss-wrapper .table {
display: table;
}
.diff-tailwindcss-wrapper .hidden {
display: none;
}
.diff-tailwindcss-wrapper .h-full {
height: 100%;
}
.diff-tailwindcss-wrapper .min-h-\[28px\] {
min-height: 28px;
}
.diff-tailwindcss-wrapper .w-\[1\%\] {
width: 1%;
}
.diff-tailwindcss-wrapper .w-\[1\.5em\] {
width: 1.5em;
}
.diff-tailwindcss-wrapper .w-\[1\.5px\] {
width: 1.5px;
}
.diff-tailwindcss-wrapper .w-\[10px\] {
width: 10px;
}
.diff-tailwindcss-wrapper .w-\[50\%\] {
width: 50%;
}
.diff-tailwindcss-wrapper .w-full {
width: 100%;
}
.diff-tailwindcss-wrapper .min-w-\[100px\] {
min-width: 100px;
}
.diff-tailwindcss-wrapper .min-w-\[40px\] {
min-width: 40px;
}
.diff-tailwindcss-wrapper .shrink-0 {
flex-shrink: 0;
}
.diff-tailwindcss-wrapper .basis-\[50\%\] {
flex-basis: 50%;
}
.diff-tailwindcss-wrapper .table-fixed {
table-layout: fixed;
}
.diff-tailwindcss-wrapper .border-collapse {
border-collapse: collapse;
}
.diff-tailwindcss-wrapper .border-spacing-0 {
--tw-border-spacing-x: 0px;
--tw-border-spacing-y: 0px;
border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.diff-tailwindcss-wrapper .origin-center {
transform-origin: center;
}
.diff-tailwindcss-wrapper .translate-x-\[-50\%\] {
--tw-translate-x: -50%;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.diff-tailwindcss-wrapper .translate-x-\[50\%\] {
--tw-translate-x: 50%;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.diff-tailwindcss-wrapper .cursor-pointer {
cursor: pointer;
}
.diff-tailwindcss-wrapper .select-none {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.diff-tailwindcss-wrapper .items-center {
align-items: center;
}
.diff-tailwindcss-wrapper .justify-center {
justify-content: center;
}
.diff-tailwindcss-wrapper .overflow-x-auto {
overflow-x: auto;
}
.diff-tailwindcss-wrapper .overflow-y-hidden {
overflow-y: hidden;
}
.diff-tailwindcss-wrapper .whitespace-nowrap {
white-space: nowrap;
}
.diff-tailwindcss-wrapper .break-all {
word-break: break-all;
}
.diff-tailwindcss-wrapper .rounded-\[0\.2em\] {
border-radius: 0.2em;
}
.diff-tailwindcss-wrapper .rounded-\[2px\] {
border-radius: 2px;
}
.diff-tailwindcss-wrapper .rounded-md {
border-radius: 0.375rem;
}
.diff-tailwindcss-wrapper .border-l-\[1px\] {
border-left-width: 1px;
}
.diff-tailwindcss-wrapper .fill-current {
fill: currentColor;
}
.diff-tailwindcss-wrapper .p-0 {
padding: 0px;
}
.diff-tailwindcss-wrapper .p-\[1px\] {
padding: 1px;
}
.diff-tailwindcss-wrapper .py-\[2px\] {
padding-top: 2px;
padding-bottom: 2px;
}
.diff-tailwindcss-wrapper .py-\[6px\] {
padding-top: 6px;
padding-bottom: 6px;
}
.diff-tailwindcss-wrapper .pl-\[1\.5em\] {
padding-left: 1.5em;
}
.diff-tailwindcss-wrapper .pl-\[10px\] {
padding-left: 10px;
}
.diff-tailwindcss-wrapper .pl-\[2\.0em\] {
padding-left: 2.0em;
}
.diff-tailwindcss-wrapper .pr-\[10px\] {
padding-right: 10px;
}
.diff-tailwindcss-wrapper .text-right {
text-align: right;
}
.diff-tailwindcss-wrapper .indent-\[0\.2em\] {
text-indent: 0.2em;
}
.diff-tailwindcss-wrapper .align-top {
vertical-align: top;
}
.diff-tailwindcss-wrapper .align-middle {
vertical-align: middle;
}
.diff-tailwindcss-wrapper .text-\[1\.2em\] {
font-size: 1.2em;
}
.diff-tailwindcss-wrapper .leading-\[1\.6\] {
line-height: 1.6;
}
.diff-tailwindcss-wrapper .\!text-red-500 {
--tw-text-opacity: 1 ;
color: rgb(239 68 68 / var(--tw-text-opacity, 1)) ;
}
.diff-tailwindcss-wrapper .opacity-\[0\.5\] {
opacity: 0.5;
}
.diff-tailwindcss-wrapper .transition-transform {
transition-property: transform;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.diff-tailwindcss-wrapper * {
box-sizing: border-box;
}
.diff-tailwindcss-wrapper[data-theme="light"] .diff-style-root {
--diff-border--: #dedede;
--diff-add-content--: #e6ffec;
--diff-del-content--: #ffebe9;
--diff-add-lineNumber--: #ccffd8;
--diff-del-lineNumber--: #ffd7d5;
--diff-plain-content--: #ffffff;
--diff-expand-content--: #fafafa;
--diff-plain-lineNumber--: #fafafa;
--diff-expand-lineNumber--: #fafafa;
--diff-plain-lineNumber-color--: #555555;
--diff-expand-lineNumber-color--: #555555;
--diff-hunk-content--: #ddf4ff;
--diff-hunk-lineNumber--: #c7ecff;
--diff-hunk-lineNumber-hover--: #0969da;
--diff-add-content-highlight--: #abf2bc;
--diff-del-content-highlight--: #ffb3ad;
--diff-add-widget--: #0969d2;
--diff-add-widget-color--: #ffffff;
--diff-empty-content--: #fafafa;
--diff-hunk-content-color--: #777777;
color: black;
}
.diff-tailwindcss-wrapper .diff-style-root .diff-line-syntax-raw *,
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw * {
color: var(--diff-view-light, inherit);
font-weight: var(--diff-view-light-font-weight, inherit);
}
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-style-root {
--diff-border--: #3d444d;
--diff-add-content--: #14261f;
--diff-del-content--: #311b1f;
--diff-add-lineNumber--: #1f4429;
--diff-del-lineNumber--: #552527;
--diff-plain-content--: #0d1117;
--diff-expand-content--: #161b22;
--diff-plain-lineNumber--: #161b22;
--diff-expand-lineNumber--: #161b22;
--diff-plain-lineNumber-color--: #a0aaab;
--diff-expand-lineNumber-color--: #a0aaab;
--diff-hunk-content--: #131d2e;
--diff-hunk-lineNumber--: #204274;
--diff-hunk-lineNumber-hover--: #1f6feb;
--diff-add-content-highlight--: #1f572d;
--diff-del-content-highlight--: #80312f;
--diff-add-widget--: #0969d2;
--diff-add-widget-color--: #ffffff;
--diff-empty-content--: #161b22;
--diff-hunk-content-color--: #9298a0;
color: white;
}
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw * {
color: var(--diff-view-dark, inherit);
font-weight: var(--diff-view-dark-font-weight, inherit);
}
.diff-tailwindcss-wrapper table,
.diff-tailwindcss-wrapper tr,
.diff-tailwindcss-wrapper td {
border-color: transparent;
border-width: 0px;
text-align: left;
}
.diff-tailwindcss-wrapper td {
padding: 0;
}
.diff-tailwindcss-wrapper .diff-line-old-num,
.diff-tailwindcss-wrapper .diff-line-new-num,
.diff-tailwindcss-wrapper .diff-line-num {
text-align: right;
}
.diff-tailwindcss-wrapper .diff-style-root tr {
content-visibility: auto;
}
.diff-tailwindcss-wrapper .diff-add-widget-wrapper {
transform-origin: center;
transform: translateX(-50%) ;
}
.diff-tailwindcss-wrapper .diff-line-old-content .diff-add-widget-wrapper,
.diff-tailwindcss-wrapper .diff-line-new-content .diff-add-widget-wrapper {
transform: translateX(50%) ;
}
.diff-tailwindcss-wrapper .diff-add-widget-wrapper:hover {
transform: translateX(-50%) scale(1.1) ;
}
.diff-tailwindcss-wrapper .diff-line-old-content .diff-add-widget-wrapper:hover,
.diff-tailwindcss-wrapper .diff-line-new-content .diff-add-widget-wrapper:hover {
transform: translateX(50%) scale(1.1) ;
}
.diff-tailwindcss-wrapper .diff-widget-tooltip {
position: relative;
}
.diff-tailwindcss-wrapper .diff-add-widget,
.diff-tailwindcss-wrapper .diff-widget-tooltip {
font-family: inherit;
font-feature-settings: inherit;
font-variation-settings: inherit;
font-size: 100%;
font-weight: inherit;
line-height: inherit;
letter-spacing: inherit;
color: inherit;
margin: 0;
text-transform: none;
border-width: 0px;
background-color: transparent;
background-image: none;
}
.diff-tailwindcss-wrapper .diff-widget-tooltip::after {
display: none;
box-sizing: border-box;
background-color: #555555;
position: absolute;
content: attr(data-title);
font-size: 11px;
padding: 1px 2px;
border-radius: 4px;
overflow: hidden;
top: 50%;
white-space: nowrap;
transform: translateY(-50%);
left: calc(100% + 8px);
color: #ffffff;
}
.diff-tailwindcss-wrapper .diff-widget-tooltip::before {
display: none;
box-sizing: border-box;
content: "";
position: absolute;
top: 50%;
left: calc(100% - 2px);
transform: translateY(-50%);
border: 6px solid transparent;
border-right-color: #555555;
}
.diff-tailwindcss-wrapper .diff-widget-tooltip:hover {
background-color: var(--diff-hunk-lineNumber-hover--);
color: white;
}
.diff-tailwindcss-wrapper .diff-widget-tooltip:hover::before {
display: block;
}
.diff-tailwindcss-wrapper .diff-widget-tooltip:hover::after {
display: block;
}
.diff-line-extend-wrapper * {
color: initial;
}
.diff-line-widget-wrapper * {
color: initial;
}
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em
}
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw code.hljs {
padding: 3px 5px
}
/*!
Theme: GitHub
Description: Light theme as seen on github.com
Author: github.com
Maintainer: @Hirse
Updated: 2021-05-15
Outdated base version: https://github.com/primer/github-syntax-light
Current colors taken from GitHub's CSS
*/
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs {
color: #24292e;
background: #ffffff
}
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-doctag,
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-keyword,
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-meta .hljs-keyword,
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-template-tag,
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-template-variable,
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-type,
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-variable.language_ {
/* prettylights-syntax-keyword */
color: #d73a49
}
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-title,
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-title.class_,
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-title.class_.inherited__,
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-title.function_ {
/* prettylights-syntax-entity */
color: #6f42c1
}
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-attr,
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-attribute,
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-literal,
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-meta,
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-number,
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-operator,
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-variable,
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-selector-attr,
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-selector-class,
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-selector-id {
/* prettylights-syntax-constant */
color: #005cc5
}
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-regexp,
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-string,
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-meta .hljs-string {
/* prettylights-syntax-string */
color: #032f62
}
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-built_in,
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-symbol {
/* prettylights-syntax-variable */
color: #e36209
}
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-comment,
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-code,
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-formula {
/* prettylights-syntax-comment */
color: #6a737d
}
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-name,
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-quote,
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-selector-tag,
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-selector-pseudo {
/* prettylights-syntax-entity-tag */
color: #22863a
}
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-subst {
/* prettylights-syntax-storage-modifier-import */
color: #24292e
}
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-section {
/* prettylights-syntax-markup-heading */
color: #005cc5;
font-weight: bold
}
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-bullet {
/* prettylights-syntax-markup-list */
color: #735c0f
}
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-emphasis {
/* prettylights-syntax-markup-italic */
color: #24292e;
font-style: italic
}
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-strong {
/* prettylights-syntax-markup-bold */
color: #24292e;
font-weight: bold
}
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-addition {
/* prettylights-syntax-markup-inserted */
color: #22863a;
background-color: #f0fff4
}
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-deletion {
/* prettylights-syntax-markup-deleted */
color: #b31d28;
background-color: #ffeef0
}
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-char.escape_,
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-link,
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-params,
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-property,
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-punctuation,
.diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-tag {
/* purposely ignored */
}
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em
}
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw code.hljs {
padding: 3px 5px
}
/*!
Theme: GitHub Dark
Description: Dark theme as seen on github.com
Author: github.com
Maintainer: @Hirse
Updated: 2021-05-15
Outdated base version: https://github.com/primer/github-syntax-dark
Current colors taken from GitHub's CSS
*/
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs {
color: #c9d1d9;
background: #0d1117
}
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-doctag,
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-keyword,
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-meta .hljs-keyword,
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-template-tag,
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-template-variable,
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-type,
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-variable.language_ {
/* prettylights-syntax-keyword */
color: #ff7b72
}
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-title,
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-title.class_,
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-title.class_.inherited__,
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-title.function_ {
/* prettylights-syntax-entity */
color: #d2a8ff
}
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-attr,
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-attribute,
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-literal,
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-meta,
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-number,
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-operator,
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-variable,
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-selector-attr,
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-selector-class,
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-selector-id {
/* prettylights-syntax-constant */
color: #79c0ff
}
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-regexp,
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-string,
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-meta .hljs-string {
/* prettylights-syntax-string */
color: #a5d6ff
}
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-built_in,
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-symbol {
/* prettylights-syntax-variable */
color: #ffa657
}
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-comment,
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-code,
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-formula {
/* prettylights-syntax-comment */
color: #8b949e
}
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-name,
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-quote,
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-selector-tag,
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-selector-pseudo {
/* prettylights-syntax-entity-tag */
color: #7ee787
}
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-subst {
/* prettylights-syntax-storage-modifier-import */
color: #c9d1d9
}
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-section {
/* prettylights-syntax-markup-heading */
color: #1f6feb;
font-weight: bold
}
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-bullet {
/* prettylights-syntax-markup-list */
color: #f2cc60
}
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-emphasis {
/* prettylights-syntax-markup-italic */
color: #c9d1d9;
font-style: italic
}
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-strong {
/* prettylights-syntax-markup-bold */
color: #c9d1d9;
font-weight: bold
}
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-addition {
/* prettylights-syntax-markup-inserted */
color: #aff5b4;
background-color: #033a16
}
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-deletion {
/* prettylights-syntax-markup-deleted */
color: #ffdcd7;
background-color: #67060c
}
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-char.escape_,
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-link,
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-params,
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-property,
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-punctuation,
.diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-tag {
/* purposely ignored */
}
.diff-tailwindcss-wrapper .hover\:scale-110:hover {
--tw-scale-x: 1.1;
--tw-scale-y: 1.1;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.diff-tailwindcss-wrapper .group:hover .group-hover\:visible {
visibility: visible;
}
.mt-text-editor__diff-info[data-v-4de47f35] {
margin-bottom: var(--scale-size-16);
color: var(--color-text-primary-default);
}
.mt-text-editor__diff-headlines[data-v-4de47f35] {
display: grid;
grid-template-columns: 1fr 1fr;
gap: var(--scale-size-16);
align-items: center;
margin-bottom: var(--scale-size-2);
}
.mt-text-editor__diff-headline-current[data-v-4de47f35],
.mt-text-editor__diff-headline-new[data-v-4de47f35] {
font-size: var(--font-size-2xs);
line-height: var(--font-line-height-2xs);
color: var(--color-text-secondary-default);
font-weight: var(--font-weight-regular);
margin: 0;
}
.mt-text-editor__diff-headline-new[data-v-4de47f35] {
text-align: right;
}
.mt-text-editor__diff-container[data-v-4de47f35] {
max-height: 60vh;
overflow: auto;
border: 1px solid var(--color-border-primary-default);
border-radius: var(--border-radius-xs);
}
.mt-text-editor__diff-footer[data-v-4de47f35] {
display: flex;
gap: var(--scale-size-8);
justify-content: flex-end;
width: 100%;
}