resyncs styles (#16101)

This commit is contained in:
Kashargul
2024-07-13 06:48:12 +10:00
committed by GitHub
parent 4151cf2d07
commit 76bca1d462
5 changed files with 77 additions and 1 deletions
@@ -1235,6 +1235,24 @@ $border-width-px: $border-width * 1px;
flex-direction: column;
}
.ooc_alert {
background: #4d4100;
border: 1px solid #cca300;
margin: 0.5em;
padding: 0.5em 0.5em 0.5em 0.2em;
color: #ffffff;
font-weight: bold;
display: flex;
flex-direction: column;
}
.ooc_announcement_text {
color: #cca300;
padding: 0.5em 0 0 0.35em;
display: flex;
flex-direction: column;
}
@each $color-name, $color-value in $alert-stripe-colors {
.chat_alert_#{$color-name} {
color: #ffffff;
@@ -1400,4 +1418,5 @@ $border-width-px: $border-width * 1px;
font-size: 150%;
font-weight: bold;
font-family: 'Gabriola', cursive, sans-serif;
line-height: 0.3;
}
@@ -1262,6 +1262,24 @@ $border-width-px: $border-width * 1px;
flex-direction: column;
}
.ooc_alert {
background: #bdc8ff;
border: 1px solid #002eb8;
margin: 0.5em;
padding: 0.5em 0.5em 0.5em 0.2em;
color: #00283a;
font-weight: bold;
display: flex;
flex-direction: column;
}
.ooc_announcement_text {
color: #002eb8;
padding: 0.5em 0 0 0.35em;
display: flex;
flex-direction: column;
}
@each $color-name, $color-value in $alert-stripe-colors {
.chat_alert_#{$color-name} {
color: #ffffff;
@@ -1433,4 +1451,5 @@ $border-width-px: $border-width * 1px;
font-size: 150%;
font-weight: bold;
font-family: 'Gabriola', cursive, sans-serif;
line-height: 0.3;
}
@@ -1236,6 +1236,24 @@ $border-width-px: $border-width * 1px;
flex-direction: column;
}
.ooc_alert {
background: #4d4100;
border: 1px solid #cca300;
margin: 0.5em;
padding: 0.5em 0.5em 0.5em 0.2em;
color: #ffffff;
font-weight: bold;
display: flex;
flex-direction: column;
}
.ooc_announcement_text {
color: #cca300;
padding: 0.5em 0 0 0.35em;
display: flex;
flex-direction: column;
}
@each $color-name, $color-value in $alert-stripe-colors {
.chat_alert_#{$color-name} {
color: #ffffff;
@@ -1401,4 +1419,5 @@ $border-width-px: $border-width * 1px;
font-size: 150%;
font-weight: bold;
font-family: 'Gabriola', cursive, sans-serif;
line-height: 0.3;
}
@@ -1260,6 +1260,24 @@ $border-width-px: $border-width * 1px;
flex-direction: column;
}
.ooc_alert {
background: #bdc8ff;
border: 1px solid #002eb8;
margin: 0.5em;
padding: 0.5em 0.5em 0.5em 0.2em;
color: #00283a;
font-weight: bold;
display: flex;
flex-direction: column;
}
.ooc_announcement_text {
color: #002eb8;
padding: 0.5em 0 0 0.35em;
display: flex;
flex-direction: column;
}
@each $color-name, $color-value in $alert-stripe-colors {
.chat_alert_#{$color-name} {
color: #ffffff;
@@ -1431,4 +1449,5 @@ $border-width-px: $border-width * 1px;
font-size: 150%;
font-weight: bold;
font-family: 'Gabriola', cursive, sans-serif;
line-height: 0.3;
}
File diff suppressed because one or more lines are too long