mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-07 20:29:13 +02:00
Merge branch 'refs/heads/development'
# Conflicts: # frontend/public/themes/lara-dark-blue/theme.css # frontend/public/themes/lara-light-blue/theme.css
This commit is contained in:
@@ -887,10 +887,10 @@ $imagePreviewActionIconFontSize: 1.5rem !default;
|
||||
$imagePreviewActionIconBorderRadius: 50% !default;
|
||||
|
||||
:root {
|
||||
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
||||
font-family: "Twemoji Country Flags", "Source Sans Pro", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
||||
font-feature-settings: "cv02", "cv03", "cv04", "cv11";
|
||||
font-variation-settings: normal;
|
||||
--font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
||||
--font-family: "Twemoji Country Flags", "Source Sans Pro", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
||||
--font-feature-settings: "cv02", "cv03", "cv04", "cv11";
|
||||
--surface-a: #{$shade800};
|
||||
--surface-b: #{$shade900};
|
||||
|
@@ -881,10 +881,10 @@ $imagePreviewActionIconFontSize:1.5rem !default;
|
||||
$imagePreviewActionIconBorderRadius:50% !default;
|
||||
|
||||
:root {
|
||||
font-family:"Source Sans Pro", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
||||
font-family: "Twemoji Country Flags", "Source Sans Pro", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
||||
font-feature-settings: "cv02","cv03","cv04","cv11";
|
||||
font-variation-settings: normal;
|
||||
--font-family:"Source Sans Pro", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
||||
--font-family:"Twemoji Country Flags", "Source Sans Pro", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
||||
--font-feature-settings: "cv02","cv03","cv04","cv11";
|
||||
--surface-a:#{$shade000};
|
||||
--surface-b:#{$shade100};
|
||||
|
@@ -1,8 +1,8 @@
|
||||
:root {
|
||||
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
||||
font-family: "Twemoji Country Flags", "Source Sans Pro", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
||||
font-feature-settings: "cv02", "cv03", "cv04", "cv11";
|
||||
font-variation-settings: normal;
|
||||
--font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
||||
--font-family: "Twemoji Country Flags", "Source Sans Pro", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
||||
--font-feature-settings: "cv02", "cv03", "cv04", "cv11";
|
||||
--surface-a: #2e3639;
|
||||
--surface-b: black;
|
||||
@@ -8510,37 +8510,37 @@
|
||||
border-radius: 6px;
|
||||
}
|
||||
.p-inline-message.p-inline-message-info {
|
||||
background: rgba(59, 130, 246, 0.7);
|
||||
background: rgba(59, 130, 246, 0.2);
|
||||
border: solid #3b82f6;
|
||||
border-width: 1px;
|
||||
color: #b9d7ff;
|
||||
color: #93c5fd;
|
||||
}
|
||||
.p-inline-message.p-inline-message-info .p-inline-message-icon {
|
||||
color: #93c5fd;
|
||||
}
|
||||
.p-inline-message.p-inline-message-success {
|
||||
background: rgba(16, 185, 129, 0.7);
|
||||
background: rgba(16, 185, 129, 0.2);
|
||||
border: solid #10b981;
|
||||
border-width: 1px;
|
||||
color: #8aecc6;
|
||||
color: #6ee7b7;
|
||||
}
|
||||
.p-inline-message.p-inline-message-success .p-inline-message-icon {
|
||||
color: #6ee7b7;
|
||||
}
|
||||
.p-inline-message.p-inline-message-warn {
|
||||
background: rgba(234, 179, 8, 0.7);
|
||||
background: rgba(234, 179, 8, 0.2);
|
||||
border: solid #eab308;
|
||||
border-width: 1px;
|
||||
color: #ffea84;
|
||||
color: #fde047;
|
||||
}
|
||||
.p-inline-message.p-inline-message-warn .p-inline-message-icon {
|
||||
color: #fde047;
|
||||
}
|
||||
.p-inline-message.p-inline-message-error {
|
||||
background: rgba(239, 68, 68, 0.7);
|
||||
background: rgba(239, 68, 68, 0.2);
|
||||
border: solid #ef4444;
|
||||
border-width: 1px;
|
||||
color: #ffe9e9;
|
||||
color: #fca5a5;
|
||||
}
|
||||
.p-inline-message.p-inline-message-error .p-inline-message-icon {
|
||||
color: #fca5a5;
|
||||
@@ -8636,10 +8636,10 @@
|
||||
box-shadow: 0 0 0 0.2rem rgba(255, 237, 0, 0.5);
|
||||
}
|
||||
.p-message.p-message-info {
|
||||
background: rgba(59, 130, 246, 0.7);
|
||||
background: rgba(59, 130, 246, 0.2);
|
||||
border: solid #3b82f6;
|
||||
border-width: 0 0 0 6px;
|
||||
color: #b9d7ff;
|
||||
color: #93c5fd;
|
||||
}
|
||||
.p-message.p-message-info .p-message-icon {
|
||||
color: #93c5fd;
|
||||
@@ -8648,10 +8648,10 @@
|
||||
color: #93c5fd;
|
||||
}
|
||||
.p-message.p-message-success {
|
||||
background: rgba(16, 185, 129, 0.7);
|
||||
background: rgba(16, 185, 129, 0.2);
|
||||
border: solid #10b981;
|
||||
border-width: 0 0 0 6px;
|
||||
color: #8aecc6;
|
||||
color: #6ee7b7;
|
||||
}
|
||||
.p-message.p-message-success .p-message-icon {
|
||||
color: #6ee7b7;
|
||||
@@ -8660,10 +8660,10 @@
|
||||
color: #6ee7b7;
|
||||
}
|
||||
.p-message.p-message-warn {
|
||||
background: rgba(234, 179, 8, 0.7);
|
||||
background: rgba(234, 179, 8, 0.2);
|
||||
border: solid #eab308;
|
||||
border-width: 0 0 0 6px;
|
||||
color: #ffea84;
|
||||
color: #fde047;
|
||||
}
|
||||
.p-message.p-message-warn .p-message-icon {
|
||||
color: #fde047;
|
||||
@@ -8672,10 +8672,10 @@
|
||||
color: #fde047;
|
||||
}
|
||||
.p-message.p-message-error {
|
||||
background: rgba(239, 68, 68, 0.7);
|
||||
background: rgba(239, 68, 68, 0.2);
|
||||
border: solid #ef4444;
|
||||
border-width: 0 0 0 6px;
|
||||
color: #ffe9e9;
|
||||
color: #fca5a5;
|
||||
}
|
||||
.p-message.p-message-error .p-message-icon {
|
||||
color: #fca5a5;
|
||||
@@ -8823,40 +8823,40 @@
|
||||
box-shadow: 0 0 0 0.2rem rgba(255, 237, 0, 0.5);
|
||||
}
|
||||
.p-toast .p-toast-message.p-toast-message-info {
|
||||
background: rgba(59, 130, 246, 0.7);
|
||||
background: rgba(59, 130, 246, 0.2);
|
||||
border: solid #3b82f6;
|
||||
border-width: 0 0 0 6px;
|
||||
color: #b9d7ff;
|
||||
color: #93c5fd;
|
||||
}
|
||||
.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
|
||||
.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
|
||||
color: #93c5fd;
|
||||
}
|
||||
.p-toast .p-toast-message.p-toast-message-success {
|
||||
background: rgba(16, 185, 129, 0.7);
|
||||
background: rgba(16, 185, 129, 0.2);
|
||||
border: solid #10b981;
|
||||
border-width: 0 0 0 6px;
|
||||
color: #8aecc6;
|
||||
color: #6ee7b7;
|
||||
}
|
||||
.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
|
||||
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
|
||||
color: #6ee7b7;
|
||||
}
|
||||
.p-toast .p-toast-message.p-toast-message-warn {
|
||||
background: rgba(234, 179, 8, 0.7);
|
||||
background: rgba(234, 179, 8, 0.2);
|
||||
border: solid #eab308;
|
||||
border-width: 0 0 0 6px;
|
||||
color: #ffea84;
|
||||
color: #fde047;
|
||||
}
|
||||
.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
|
||||
.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
|
||||
color: #fde047;
|
||||
}
|
||||
.p-toast .p-toast-message.p-toast-message-error {
|
||||
background: rgba(239, 68, 68, 0.7);
|
||||
background: rgba(239, 68, 68, 0.2);
|
||||
border: solid #ef4444;
|
||||
border-width: 0 0 0 6px;
|
||||
color: #ffe9e9;
|
||||
color: #fca5a5;
|
||||
}
|
||||
.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
|
||||
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
|
||||
@@ -9791,7 +9791,7 @@
|
||||
.p-progress-spinner-circle {
|
||||
stroke-dasharray: 89, 200;
|
||||
stroke-dashoffset: 0;
|
||||
stroke: #ffe9e9;
|
||||
stroke: #fca5a5;
|
||||
animation: p-progress-spinner-dash 1.5s ease-in-out infinite, p-progress-spinner-color 6s ease-in-out infinite;
|
||||
stroke-linecap: round;
|
||||
}
|
||||
@@ -9816,16 +9816,16 @@
|
||||
}
|
||||
@keyframes p-progress-spinner-color {
|
||||
100%, 0% {
|
||||
stroke: #ffe9e9;
|
||||
stroke: #fca5a5;
|
||||
}
|
||||
40% {
|
||||
stroke: #b9d7ff;
|
||||
stroke: #93c5fd;
|
||||
}
|
||||
66% {
|
||||
stroke: #8aecc6;
|
||||
stroke: #6ee7b7;
|
||||
}
|
||||
80%, 90% {
|
||||
stroke: #ffea84;
|
||||
stroke: #fde047;
|
||||
}
|
||||
}
|
||||
.p-ripple {
|
||||
|
@@ -1,8 +1,8 @@
|
||||
:root {
|
||||
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
||||
font-family: "Twemoji Country Flags", "Source Sans Pro", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
||||
font-feature-settings: "cv02", "cv03", "cv04", "cv11";
|
||||
font-variation-settings: normal;
|
||||
--font-family:"Source Sans Pro", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
||||
--font-family:"Twemoji Country Flags", "Source Sans Pro", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
||||
--font-feature-settings: "cv02","cv03","cv04","cv11";
|
||||
--surface-a:#ffffff;
|
||||
--surface-b:#f9fafb;
|
||||
|
Reference in New Issue
Block a user